Category Manufacturing, Object ProMfg

Function ProMfgProctableSynchronize


Description
Synchronizes the manufacturing process table with the contents of the input CSV file.
Licensing Requirement
TOOLKIT for Advanced NC
Synopsis
#include <ProMfgproctable.h>
ProErrorProMfgProctableSynchronize(
ProMfg mfg
/* (In)
The manufacturing model.
*/
ProPath input_file
/* (In)
The full path and name of the input file.
*/
)
Returns
PRO_TK_NO_ERRORThe function succeeded.
PRO_TK_BAD_INPUTSOne or more input arguments was invalid.
PRO_TK_BAD_CONTEXTThe process table is not initialized, see ProMfgProctableEnable().
PRO_TK_INVALID_FILEThe input file does not have the correct format.
PRO_TK_CANT_OPENCould not find or open the input file.

Manual References:

  1. Production Applications: NC Process Manager: Import and Export of Process Table Contents