InputTask Collection


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

TaskName

Sets or gets the task name.

DeviceName

Sets or gets the device name.

Priority

Sets or gets the input task priority.

Target

Sets or gets the target of the input data.

TargetNo

Sets or gets the target setting value of the input data.

AccessType

Sets or gets the data access type.

InBitPortType

Sets or gets how to specify the channel No. or bit/port No..

InBitPort

Sets or gets the channel No. or bit/port No..

Timing

Sets or gets the timing.

Enabled

Sets or gets task enable/disable.

Interval

Sets or gets the timer interval.

DataLinkNum

Sets or gets the number of data linkages.

DataLinkNumSelect

Sets the method for specifying the number of data to be linked when linking between components.

TaskValueByte

Gets the input task value [Byte type].

TaskValueInt

Gets the input task value [Int type].

TaskValueFloat

Gets the input task value [Float type].

TaskValueUInt

Gets the input task value [UInt type].