WO110
- Last UpdatedMay 13, 2023
- 1 minute read
Name
WO110 - AutoSeq Interface routine - Get Start Information
Purpose
The procedure gets the information for a start.
Declaration
void wo110( const int StartNo,
int& PlatePartNo, int& StartType, int& ContourNo, int& SegNo, double& Xpos, double& Ypos);
Input
Parameters:
|
StartNo |
The identification number for the start |
Result
Parameters:
|
PlatePartNo |
The identification number of theplate part |
||
|
StartType |
The type of start: |
||
|
= |
1 |
Burning |
|
|
= |
2 |
Burning parallel |
|
|
= |
3 |
Burning hole |
|
|
= |
4 |
Burning hole parallel |
|
|
= |
5 |
Blasting |
|
|
= |
6 |
Blasting parallel |
|
|
= |
7 |
Marking |
|
|
= |
8 |
Marking parallel |
|
|
= |
9 |
GSD |
|
|
= |
10 |
GSD parallel |
|
|
If a parallel start is mirrored action, StartType < 0. |
|||
|
ContourNo |
The contour number where the start is placed |
||
|
SegNo |
The segment number where the start is placed |
||
|
Xpos |
The exact position for the start Ypos |
||
Remarks
HOW TO HANDLE PARALLEL STARTS??????
- */
/*
External declarations
*/
extern "C"
{
#if !defined TBLSEQUENCEPLUGIN_API #define TBSEQUENCEPLUGIN_API
#endif
/*
*************************************************************
Main procedure - wo110
*************************************************************
*/
#ifdef WIN32 TBSEQUENCEPLUGIN_API
#endif
void wo110( const int /* StartNo */,
int& /* PlatePartNo */, int& /* StartType */, int& /* ContourNo */, int& /* SegNo */, double& /* Xpos */, double& /* Ypos */)
{
}
}