Analog Inputs
Windows
delib_cli AI 2
Example of a return value: 1234
-> reads the value of analog input 3 as decimal
delib_cli AI 2 hex
Example of a return value: 0x1FA
-> reads the value of analog input 3 as hexadecimal
delib_cli AI 2 V
Example of a return value: 12.500000V
-> reads the voltage of analog input 3 as point number
delib_cli AI 2 mA
Example of a return value: 20.551600mA
-> reads the current of analog input 3 as point number
Alternatively you can append the argument "nounit"
delib_cli AI 3 hex nounit
Example of a return value: 1FA
-> reads the value of analog input 4 as hexadecimal
delib_cli AI 3 V nounit
Example of a return value: 12.500000
-> reads the voltage of analog input 4 as point number
delib_cli AI 3 mA nounit
Example of a return value: 20.551600
-> reads the current of analog input 4 as point number
Linux
sudo delib_cli_usb AI 2
Example of a return value: 1234
-> reads the value of analog input 3 of an USB-Module as decimal
delib_cli_eth AI 2 hex
Example of a return value: 0x1FA
-> reads the value of analog input 3 of an RO-ETH-Module as hexadecimal
Software | Seite 234