Aurora Visio Studio TOP » Filter Reference » Hardware Support » Advantech » AdamTCP_Function01
Module: | ThirdParty |
---|
Function code 01. Reads discrete output's ON/OFF status.
Name | Type | Range | Description | |
---|---|---|---|---|
inDeviceIP | String* | The Advantech Adam device IP address. | ||
inStationAddress | Integer | 0 - | ||
inStartAddress | Integer | The address of the first coil. | ||
inNumberOfCoils | Integer | 1 - 2000 | Requested number of bits. | |
outValues | IntegerArray | Received values as integers. | ||
outStatuses | BoolArray | Received statuses as bits. |
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 Aurora Vision, 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, Aurora Vision Studio Professional version.
See Also
- AdamTCP_Function02 – Function code 02. Reads discrete input's ON/OFF status.
- AdamTCP_Function03 – Function code 03. Reads the binary contents of input registers.
- AdamTCP_Function04 – Function code 04. Reads the binary contents of input registers.
- AdamTCP_Function05 – Function code 05. Forces a single coil to either ON or OFF.