A collection of output task settings that work with DncDaq.
The properties related to the output task are summarized for each Output No., and when accessing each property, the format is as follows.
C# example: dncDaq.DaqProperty.OutputTask[ OutPutNo ].Each property information
VB example: dncDaq.DaqProperty.OutputTask( OutPutNo ).Each property information
â– List of properties in OutputTask
Property |
Description |
Sets or gets the task name. |
|
Sets or gets the device name. |
|
Sets or gets the output task priority. |
|
Sets or gets the reference source of the output data. |
|
Sets or gets the reference source setting value of the output data. |
|
Sets or gets the data access type. |
|
Sets or gets how to specify the channel No. or bit/port No.. |
|
Sets or gets the channel No. or bit/port No.. |
|
Sets or gets the timing. |
|
Sets or gets task enable/disable. |
|
Sets or gets the timer interval. |
|
Sets or gets the output task value [Byte type]. |
|
Sets or gets the outpu task value [Int type]. |
|
Sets or gets the outpu task value [Float type]. |