IO
Neousys - DIO_Read
Reads an input from an Neousys DIO
IN
| Name | Type | Description |
|---|---|---|
| Input | Int | The input index |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| Value | Bool | The read value |
| Error | ErrorState | Gets the execution error message |
Neousys - DIO_Write
Writes an output of an Neousys DIO
IN
| Name | Type | Description |
|---|---|---|
| Output | Int | The output index |
| Value | Bool | The value to set |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| Error | ErrorState | Gets the execution error message |
Imago - VisionBox_DigitalIO_Read
Reads an input from an Imago Vision Box Digital IO
IN
| Name | Type | Description |
|---|---|---|
| Input | Int | The input index |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| Value | Bool | The read value |
| Error | ErrorState | Gets the execution error message |
Imago - VisionBox_DigitalIO_Write
Writes an output of an Imago Vision Box Digital IO
IN
| Name | Type | Description |
|---|---|---|
| Output | Int | The output index |
| Value | Bool | The value to set |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| Error | ErrorState | Gets the execution error message |
Advantech - Adam6052_ReadInput
Reads an input from an Advantech Adam 6052
IN
| Name | Type | Description |
|---|---|---|
| Input | Int | The input index |
| InClient | DynamicEnum | Adam 6052 client reference |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| Value | Bool | The read value |
| Error | ErrorState | Gets the execution error message |
Advantech - Adam6052_WriteOutput
Writes an output of an Advantech GPIO
IN
| Name | Type | Description |
|---|---|---|
| Output | Int | The output index |
| Value | Bool | The value to set |
| InClient | DynamicEnum | Adam 6052 client reference |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| Error | ErrorState | Gets the execution error message |
Advantech - GPIO_Read
Reads an input from an Advantech GPIO
IN
| Name | Type | Description |
|---|---|---|
| Input | Int | The input index |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| Value | Bool | The read value |
| Error | ErrorState | Gets the execution error message |
Advantech - GPIO_Write
Writes an output of an Advantech GPIO
IN
| Name | Type | Description |
|---|---|---|
| Output | Int | The output index |
| Value | Bool | The value to set |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| Error | ErrorState | Gets the execution error message |
ADLink - PCI7230_Read
Reads an input from a PCI7230 card
IN
| Name | Type | Description |
|---|---|---|
| CardNumber | Int | The card number |
| Input | Int | The input index |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| Value | Bool | The read value |
| Error | ErrorState | Gets the execution error message |
ADLink - PCI7230_Write
Writes an output of a PCI7230 card
IN
| Name | Type | Description |
|---|---|---|
| CardNumber | Int | The card number |
| Output | Int | The output index |
| Value | Bool | The value to set |
| Name | String | Set the tool's name |
| Enable | Bool | Sets if current tool is enabled or not |
OUT
| Name | Type | Description |
|---|---|---|
| Error | ErrorState | Gets the execution error message |