A collection of input task settings that work with DncDaq.
The properties related to the input task are summarized for each Input No., and when accessing each property, the format is as follows.
C# example: dncDaq.DaqProperty.InputTask[ InputNo ].Each property information
VB example: dncDaq.DaqProperty.InputTask( InputNo ).Each property information
â– List of properties in InputTask
Property |
Description |
Sets or gets the task name. |
|
Sets or gets the device name. |
|
Sets or gets the input task priority. |
|
Sets or gets the target of the input data. |
|
Sets or gets the target setting value of the input 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 number of data linkages. |
|
Sets the method for specifying the number of data to be linked when linking between components. |
|
Gets the input task value [Byte type]. |
|
Gets the input task value [Int type]. |
|
Gets the input task value [Float type]. |
|
Gets the input task value [UInt type]. |