PF_QueList

Displays a list of parts coordinates queue data (point data) for the parts coordinates queue specified.

Syntax
PF_QueList part ID, [display count ]

Parameters

  • Part ID
    Specify the part ID. (Use an integer from 1 to 32.)
  • Display Count
    Specify the number of displayed data items as an integer.
    This can be omitted. All queue data will be displayed when this parameter is omitted.

Description
This can only be used on the Command window.

Examples
Command window usage example

> PF_QueList 1  
Queue 0  = XY(   1.000,  1.000,  0.000,  0.000 )  /R /0  ( 1 ) ( 0.000)  
Queue 1  = XY(   3.000,  1.000,  0.000,  0.000 )  /R /0  ( 1 ) ( 2.000)  
Queue 2  = XY(   4.000,  1.000,  0.000,  0.000 )  /R /0  ( 1 ) ( 3.000)  
Queue 3  = XY(   5.000,  1.000,  0.000,  0.000 )  /R /0  ( 2 ) ( 4.000)  
Queue 4  = XY(   6.000,  1.000,  0.000,  0.000 )  /R /0  ( 2 ) ( 5.000)