Adam 6000 DigIn¶
Reads digital electrical inputs from an Adam-60xx Ethernet Module from Adavantech.
This node reads digital signals from an Adam-60xx module.
If the clock button inside the node is pressed
, the node polls the module regularly. The frequency of the polling is controlled with the timer interval setting on the Pipeline tab on the ribbon.
If the clock button inside the node is released
, the module is not polled, and the node executes during regular pipeline updates only.
Inputs¶
Module (Type: Adam6000Module)¶
An Adam 60xx module instance.
Sync (Type: object)¶
This input can be connected to any other object. It is used to establish an order of execution.
Here, the digital input is read after the image has been imported.
Sometimes, if this is necessary for technical reasons, you can add a Delay node in order to introduce additional delay between synchronized nodes.