Show DIO Command

This command displays the on / off status of one or more digital input or output signals.

Show DIO[signal][,signal]...[,signal]

Prerequisites

None

Parameters

signal

Optional integer number that specifies a digital input or output signal. An arbitrary number of signals can be specified. If no signal numbers are specified, all installed signals are displayed. Invalid signal numbers are ignored.

Remarks

The output of this command for each signal appears as follows:

signal_number: status

where:

signal_number

Is any valid signal number, e.g. 13 or 10001

status

Is 0 if the signal is off or 1 if it is on

 

On / Off status will be followed by an "*" if the signal is being forced to a specific state.

Examples

				
Show DIO 13, 14, 10001
   13: 0
   14: 1 *
10001: 0

This display indicates that local digital output signal 13 and local digital input 10001 are off and that local digital output 14 is on and has been forced to this state.

See Also

Console Commands | Set DIO Command