Category Manufacturing, Object ProWcell

Function ProWcellMaxToolPosGet


Description
Retrieves the maximum tool position number for the specified machine head of a workcell feature.
Synopsis
#include <ProWcell.h>
ProErrorProWcellMaxToolPosGet(
ProWcell* wcell
/* (In)
The handle to the workcell feature
*/
ProMachHead head
/* (In)
The machine head being queried
*/
int* r_max_tool_pos
/* (Out)
The maximum tool position being used on the specified machine head
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully retrieved the information.
PRO_TK_BAD_INPUTSOne or more of the input arguments are invalid.

Sample Code References:

  1. pt_userguide ( UgMfgWcellCreate.c )