Summary
Retrieve a digital input value from a Siemens LOGO! module. This function is available via the taskpane as well as directly via the cell “=GETLOGODIGIN(…)”
Return Value
The function returns the requested digital input value. The funtion returns ‘FALSE’ when digital input is ‘0’ and ‘TRUE’ when digital input is ‘1’.
Arguments
ip – Specifies the ip address of the LOGO module.
inputAddress – Specifies the input address of the requested data, must be an integer, the range depends on the used hardware.
Example
