Function
Specifies the input task priority.
Variable type
[ C#: enum DaqTaskPriority ] [ VB.NET: Enum DaqTaskPriority ]
Initial value
None
Setting value
Value |
Enumeration member |
Description |
0 |
Priority1 |
Priority1 |
1 |
Priority2 |
Priority2 |
2 |
Priority3 |
Priority3 |
3 |
Priority4 |
Priority4 |
4 |
Priority5 |
Priority5 |
5 |
Priority6 |
Priority6 |
6 |
Priority7 |
Priority7 |
7 |
Priority8 |
Priority8 |
8 |
Priority9 |
Priority9 |
9 |
None |
No priority |
Remarks
Specifies the priority when there are multiple
input tasks to be executed at the same timing.
The smaller the number, the higher the priority.
If no need to specify a priority, specify [None].