Page 100 of 101
DWG ID: 181-0101-00A
Date: 2003-09-26
ALARM INPUT i1/i2/i3/i4
Where i is { OFF | HIGH | LOW | CHANGE}
If i is HIGH, an alarm packet will be sent if the pin goes high.
If i is LOW, an alarm packet will be sent if the pin goes low.
If i is CHANGE, an alarm packet will be sent if the pin changes.
ALARM TEMP r
Where r is "OFF" or specifies a valid temperature range
An alarm packet will be sent if the temperature goes outside of the range specified. The
range is based on the Celsius/Fahrenheit flag specified in the TEMPERATURE
command (-65:127 ºC or -85:206 ºF).
ALARM TIME n
Where n=1 to 255 s
When an alarm exception occurs, an alarm packet is sent, unless the Talon is already in
an alarm condition. If a telemetry POLL is not received within n seconds, another alarm
packet is sent. This will continue until a telemetry POLL is received, at which time the
alarm condition is cleared. The alarm packet is sent to the address specified in the
UNPROTO command.
ALARM VOLTAGE r
Where r is "OFF" or specifies a valid input voltage range
An alarm packet will be sent if the input voltage goes outside of the range specified
(0.00:16.57).
DACS n1/n2/n3/n4
Where n is in the range 0:1023
This command sets the output voltage of the 4 DACs on the I/O CCA.
IO d1/d2/d3/d4
Where d is { OFF | NO | ON | YES }
This command sets or clears the 4 digital outputs on the I/O CCA. The command also
displays the 4 digital inputs.
POLL call [VIA calls] n1,n2,n3,n4,d1,d2,d3,d4
call [VIA calls] is the address of the remote Talon.
n (0:1023) is the value which will be used to set the DACs on the remote Talon.
d (OFF|NO|ON|YES) is the setting for the digital outputs on the remote Talon.
When the remote Talon receives a poll packet, it will set its DACs and digital outputs
accordingly and return a response packet which contains all telemetry data. The response
packet is addressed to whoever sent the poll packet. The data in the response packet is
compressed, but it will be displayed in the form:
n1,n2,n3,n4,d1,d2,d3,d4,a1,a2,a3,a4,a5,a6,a7,a8,t,v,i1,i2,i3,i4.