Category Manufacturing, Object ProPecktable

Function ProPecktableCreate


Description
Creates (allocates and initializes) a new peck table handle from the user-specified data.

NOTE:

If you specify a feed rate value of less than zero, that cell will be left blank.

Synopsis
#include <ProPecktable.h>
ProErrorProPecktableCreate(
ProPecktableData* pt_data
/* (In)
The user-specified peck table data
*/
ProPecktable* r_peck_table
/* (Out)
The handle to the peck table that was created
*/
)
Returns
PRO_TK_NO_ERRORThe function successfully created the peck table.
PRO_TK_BAD_INPUTSThe input argument is invalid.

Sample Code References:

  1. pt_examples ( UtilMfgNew.c )