WorkQue_UserData
Resets and displays the user data (real number) registered to the specified work queue.
Syntax
WorkQue_UserData WorkQueNum [, index] [, userData]
Parameters
- WorkQueNum
- Specifies the work queue number as an integer (1-16).
- index
- Specify the index of the work queue data as an integer value. (the beginning of the index number is 0). Optional when executing from the command window.
- userData
- Specify the user data to be reconfigured as a real number value. Optional when executing from the command window. If omitted, the current user data (real expression) is displayed.
Description
Resets and displays the user data currently registered to the work queue.
If the Sort method is specified by WorkQue_Sort, the order of the work queue data is changed according to the specified Sort method.
- QUE_SORT_POS_USER: User data (real numbers) in ascending order
- QUE_SORT_INV_USER: User data (real numbers) in descending order
See Also
WorkQue_UserData Function
WorkQue_UserData Example
WorkQue_UserData 1, 1, angle