I will be releasing an update to FRStackWebApi shortly for all platforms. This updates the SPE Amp serial port logic to address an issue that showed up when I switched to .NET 5. In the meantime RPi 32bit users can download? ? 73, Mark W3II ? ?
toggle quoted message
Show quoted text
From: Alan Blind, WA9WUDSent: Tuesday, February 23, 2021 5:22 PM To: [email protected] Group ModeratorsSubject: Re: [nodered-hamradio] Frstack running fine until I enable the SPE part ? I would next try making "SPEProtocolV1". ? "false" I am not knowledgeable on all aspects of the SPE versions, but I have set up three other hams with SPE1.3K amps and we used "false" in all cases. (for the 1.3K). Last, check that you have the latest firmware for the amp.? It needs to be the latest version. ? On Tue, Feb 23, 2021 at 4:50 PM Paul Menown <pako20@...> wrote: Here is my Appsettings. ? ? "AutoConnect": "true", ? ? "initRadioName": null, ? ? "initClientName": null, ? ? "MRUMatchDelta": "0.000999", ? ? "FollowActiveSlice": "true", ? ? "MuteOthersOnSliceActive": "false", ? ? "EnableTxOnSliceActive": "false", ? ? "TempUnitInF": "true", ? ? "PgxlTuneStandby": "true", // this will set AMP to STANDBY when TUNE is activated ? ? "PgxlModeRestore": "true", // this will return AMP to OPERATE after TUNE complete ? ? "PgxlRadioMaxPower": "50", // this is MAX radio power level when AMP is OPERATE ? ? "PgxlRadioStandbyPower": "100", // this is MAX radio power level when AMP is STANDBY ? ? "PGXLOnAntenna": "0", // 0 or 1 or 2; 0 for both, 1 for ANT1, 2 for ANT2 ? ? "RCATXACCTuneDisable": "false", ? ? "RCATX1TuneDisable": "false", ? ? "RCATX2TuneDisable": "false", ? ? "RCATX3TuneDisable": "false", ? ? "RadioTuneModeDetect": "true", // this is set true if you want to detect a Radio Tune button push, remember to set TX Delay on radio ? ? "SPEComPort": "/dev/serial/by-id/usb-FTDI_USB_Serial_Converter_FTGCBLZT-if00-port0", // this is the Serial device for SPE AMP Control port (Not the CAT port) ? ? "SPETuneStandby": "false", // this will set SPE to STANDBY when TUNE is activated ? ? "SPEModeRestore": "false", // this will return SPE to OPERATE after TUNE complete ? ? "SPEOnAntenna": "0", // 0 or 1 or 2; 0 for both, 1 for ANT1, 2 for ANT2 ? ? "SPEUseDTR": "false", // this will set DTR to power up amp ? ? "SPEProtocolV1": "true", // this is set true for SPE V1 amps ? ? "SPEAutoOpen": "false", // this is set true to OPEN SPE after connecting to radio ? ? "SteppIRComPort": ",9600,None,One,0,false,true,1,2", // port,baud,parity,stop,FollowAntInt,EnabledBool,SyncManualBool,AntTxInhibitInt,AntType eg. "/dev/ttyUSB0,9600,None,One,0,true,true,1,1" ? ? "FDXProtect": "false,false,false,false,false,false", // enabled,ant1,ant2,rxa,rxb,wide ? ? "UDPSettings": "false,255.255.255.255,12070,false,127.0.0.1,12071,false,127.0.0.1,12072,false,127.0.0.1,12073", // enabled,IPADDR,PORT, enabled,IPADDR,PORT, enabled,IPADDR,PORT, enabled,IPADDR,PORT? ? ? "UDPMeterSettings": "false,255.255.255.255,12270,false", // enabled,IPADDR,PORT,SMeterEnabled ? ? "ModeSetsDax": "0", // 0 - Disable, 1 - turn DAX on when mode is DIGL/H, 2 - turn DAX off if not DIGL/H, 3 - both ? ? "CustomFunctions": "",
|