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.

Metering API - S Meter, ALC, TX Power etc.

edited November 2016 in SmartSDR API
Is there a way when you setup a slice to specify which metering data gets send back via UDP?

Specifically we need the following:

S Meter Level
ALC Level
TX RF Power Out

I see the use of the following in Radio.cs

SendCommand("sub meter all");

Thanks Steve N9HE

Answers

  • Member ✭✭
    edited November 2016
    from  http://wiki.flexradio.com/index.php?title=TCP/IP_sub#SUB_METER

    SUB METER

    Subscribe to a specific meter. The list of meters must be obtained first by selecting the Meter List command and obtaining a list of meters.

    C[D]<seq_number>|sub meter <meter_id>    <meter_id>    =  the identifier of the meter  

    Example:

    C19|sub meter 1

    See Response Format for details on the format of the response messages from the radio

    Responses Hex Response Message Debug Output / Meaning 00000000
    Successfully subscribed to the meter

    Response Example:

    R19|0||
    [edit]


Leave a Comment