Displays both logical and physical status of the specified input channel.
Syntax |
D INP_W idx |
---|---|
idx |
Index of the input word |
Notes |
Example
; from shell: D INP_W 100 ; device command d inp_w 100 log: 0 0x0000 real: 0 ; Suppose we have previously forced the state of the input word F_INP_W 100 0xffff ; The response would be: ; Device command d inp_w 100 log: -1 0xffff real: 0 0x0000 |
Example