Back to FabImage Studio website
You are here: Start » Filter Reference » Neousys
Neousys
Select a filter from the list below.
Icon | Name | Description |
---|---|---|
![]() | Neousys_GetDigitalInput_Multiple | Gets values of all digital input channels at once on a Neousys computer. |
![]() | Neousys_GetDigitalInput_MultipleAsArray | Gets values of all digital input channels at once on a Neousys computer passed in an array form. |
![]() | Neousys_GetDigitalInput_Single | Gets value of single digital input channel on a Neousys computer. |
![]() | Neousys_ResetWatchdogTimer | Resets watchdog timer countdown on a Neousys computer. |
![]() | Neousys_SetDigitalOutput_Multiple | Sets values to all digital output channels at once on a Neousys computer. |
![]() | Neousys_SetDigitalOutput_Multiple_Checked | Sets values to all digital output channels at once on a Neousys computer. Additionally, does a read-back of the values to make sure they're identical to the written values. |
![]() | Neousys_SetDigitalOutput_MultipleAsArray | Sets values to all digital output channels at once on a Neousys computer passed in an array form. |
![]() | Neousys_SetDigitalOutput_MultipleAsArray_Checked | Sets values to all digital output channels at once on a Neousys computer passed in an array form. Additionally, does a read-back of the values to make sure they're identical to the written values. |
![]() | Neousys_SetDigitalOutput_Single | Sets value to single digital output channel on a Neousys computer. |
![]() | Neousys_SetDigitalOutput_Single_Checked | Sets value to single digital output channel on a Neousys computer. Additionally, does a read-back of the value to make sure it's identical to the written value. |
![]() | Neousys_SetWatchdogTimer | Sets watchdog timer properties on a Neousys computer. |
![]() | Neousys_StartWatchdogTimer | Starts watchdog timer countdown on a Neousys computer. |
![]() | Neousys_StopWatchdogTimer | Stops watchdog timer countdown on a Neousys computer. |