-> read the state of digital input channel 4 of a usb-module
sudo delib_cli_eth DI8 0 hex
Example return value: 0xFF
(channel 1-8 have a high signal)
-> read the state of digital input channel 1-8 of a usb-module as hex
sudo delib_cli_usb FF 0
Example return value: 192
(channel 7 and 8 have a change of state)
-> read the FlipFlop of digital input channel 1-32 of a usb-module
sudo delib_cli_eth FF 32
Example return value: 65535
(channel 33-64 have a change of state)
-> read the FlipFlop of digital input channel 33-64 of a eth module
sudo delib_cli_usb FF 0 hex
Example return value: 0xD 00
(channel 9, 11 and 12 have a change of state)
-> read the FlipFlop of digital input channel 1-32 of a usb-module as hex
sudo delib_cli_eth FF 32 hex
Example return value: 0x3
(channel 33 and 34 have a change of state)
-> read the FlipFlop of digital input channel 33-64 of a eth-module as hex
Software | Seite 232