Welcome to the new FlexRadio Community! Please review the new Community Rules and other important new Community information on the Message Board.
If you are having a problem, please refer to the product documentation or check the Help Center for known solutions.
Need technical support from FlexRadio? It's as simple as Creating a HelpDesk ticket.

Command-line FlexRadio 6000 :)

Options
rfoust
rfoust Member ✭✭
edited March 2017 in New Ideas
Working on a Powershell module to communicate with the 6000 series, because why not? :) I've got some ideas in mind... PS C:UsersRobbieDocumentsscriptsFlexModule> get-flexradio | connect-flexradio PS C:UsersRobbieDocumentsscriptsFlexModule> get-flexradio | select name,cw* Name : FLEX-6700 CWBreakIn : True CWDelay : 5 CWIambic : True CWIambicModeA : False CWIambicModeB : True CWPitch : 600 CWSpeed : 30 CWSwapPaddles : False PS C:UsersRobbieDocumentsscriptsFlexModule> get-flexradio | select name,tx* Name : FLEX-6700 TX1Delay : 0 TX1Enabled : True TX2Delay : 0 TX2Enabled : True TX3Delay : 0 TX3Enabled : True TXACCDelay : 0 TXACCEnabled : True TXFilterHigh : 2900 TXFilterLow : 100 TXInhibit : False TXMonitor : False TXMonitorGain : 80 TXReqACCEnabled : True TXReqACCPolarity : False TXReqRCAEnabled : True TXReqRCAPolarity : False TXTune : False PS C:UsersRobbieDocumentsscriptsFlexModule> get-flexradio | select name,gps* Name : FLEX-6700 GPSAltitude : 0 m GPSFreqError : 0.000000e+00 GPSGrid : GPSInstalled : False GPSLatitude : N 00 00.000 GPSLongitude : W 000 00.000 GPSSatellitesTracked : 0 GPSSatellitesVisible : 0 GPSSpeed : 0 kts GPSStatus : Not Present GPSUtcTime : 00:00:00Z
0 votes

Open for Comments · Last Updated

Comments

  • Richard G7EIX
    Richard G7EIX Member ✭✭
    edited March 2015
    Options

    Great idea.  I like me some PowerShell.
  • rfoust
    rfoust Member ✭✭
    edited March 2017
    Options
    Me too. :) I spend practically all day in it lately. PS C:UsersRobbieDocumentsscriptsFlexModule> get-flexradio | select slicelist | % { $_.slicelist } | select active,f req,filter*,demod*,mute* | ft Active Freq FilterLow FilterHigh DemodMode Mute ------ ---- --------- ---------- --------- ---- False 3.576 0 5030 DIGU False False 14.076 100 5074 DIGU False True 7.2 -2800 -100 LSB False False 3.7414 -2800 -100 LSB False PS C:UsersRobbieDocumentsscriptsFlexModule>

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.