WO013
- Last UpdatedMay 12, 2023
- 1 minute read
Name
WO013 - AutoNest Interface routine - Get Number of Nested Parts
Purpose
The procedure gets the number of nested parts for the given nested plate.
Declaration
void wo013( const int NestedPlateNo,
int& RawPlateNo, int& QuantityNormal, int& QuantityMirror, char* Assembly,
char* ProductionDate,
int& NumberOfNestedParts);
Input
Parameters:
|
NestedPlateNo |
The identification number for the nested plate |
Result
Parameters:
|
RawPlateNo |
The identification number for the used raw plate |
|
QuantityNormal |
The number of nestings burned normal |
|
QuantityMirror |
The number of nestings burned mirrored |
|
Assembly |
Assembly for most of the parts |
|
ProductionDate |
Production date for most of the parts |
|
NumberOfNestedParts |
The number of nested parts |
/
/*
External declarations
*/
extern "C"
{
#if !defined TBLAYOUTPLUGIN_API
#define TBLAYOUTPLUGIN_API
#endif
/*
**********************************************************************
Main procedure - wo013
**********************************************************************
*/
#ifdef WIN32 TBLAYOUTPLUGIN_API
#endif
void wo013( const int /* NestedPlateNo */, int& /* RawPlateNo */,
int& /* QuantityNormal */, int& /* QuantityMirror */,
int& /* NumberOfNestedParts */)
{
}