OutputTask Collection


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

TaskName

Sets or gets the task name.

DeviceName

Sets or gets the device name.

Priority

Sets or gets the output task priority.

Source

Sets or gets the reference source of the output data.

SourceNo

Sets or gets the reference source setting value of the output data.

AccessType

Sets or gets the data access type.

OutBitPortType

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

OutBitPort

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.

TaskValueByte

Sets or gets the output task value [Byte type].

TaskValueInt

Sets or gets the outpu task value [Int type].

TaskValueFloat

Sets or gets the outpu task value [Float type].