DataLinkNum


Function

 

Specifies the number of data to be linked when linking between components.

 

Variable type

 

[ C#: uint ] [ VB.NET: Int32 ]

 

Initial value

 

0

 

Setting value

 

1 <= DataLinkNum <= 10000

* If a large amount of data is linked at one time, the task may not be completed in time.

 

Remarks

 

Specifies the number of data from the task buffer that will be linked to the next component in continuous mode.

Specifies the number of data per channel for the number of data.

When sampling for 3 channels is executed and DataLinkNum = 100, 300 data will be linked.

 

This property is valid when DataLinkNumSelect is "#num" in continuous mode.

If the number of data in the task buffer is less than DataLinkNum at the data linkage timing, the data will not be linked and the process will move to the next process.