Back to FabImage Studio website

You are here: Start » Filter Reference » Hardware Support » Advantech » AdamTCP_Function03

AdamTCP_Function03


Module: ThirdParty

Function code 03. Reads the binary contents of input registers.

Name Type Range Description
Input value
inDeviceIP String* The Advantech Adam device IP address.
Input value
inStationAddress Integer 0 -
Input value
inStartAddress Integer The address of the first holding register.
Input value
inNumberOfRegister Integer 1 - Number of registers to read.
Output value
outValues IntegerArray Received values as integers.

Remarks

You need to specify the IP address of your Adam device in the inDeviceIP port only in the first filter which is using the device. In the consecutive filters you can leave inDeviceIP set to Auto, these filters will connect to the device with the IP address specified in the first filter.

For a more detailed description of the function from this article and other Adam functions available in FabImage, please refer to the Advantech documentation for your device.

Parallel execution

This filter cannot be placed in multiple Workers.

Complexity Level

This filter is available on Basic Complexity Level.

Disabled in Lite Edition

This filter is disabled in Lite Edition. It is available only in full, FabImage Studio Professional version.

See Also