PF_QueRemove

Deletes parts coordinates queue data (point data) from the parts coordinates queue specified.

Syntax
PF_QueRemove part ID [, index | All]

Parameters

  • Part ID
    Specify the part ID. (Use an integer from 1 to 32.)
  • Index
    Specify the index of the parts coordinates queue data to delete as an integer number.
    (the first index number is 0).
    This can be omitted. Specify All to delete all data items.

Return values
None

Description
Deletes data (point data) from the parts coordinates queue. This is used to delete data used from the parts coordinates queue.

Examples
Refer to the following for further details.
PF_Robot