WinMax Lathe Conversational Part Programming v546CO Conversational Part Programming 2-211
Fields are defined as follows:
• PROGRAM NUMBER—initiates the NC program (the program number must
not exceed 6999).
• ARGUMENT TYPE—allows you to enter argument variables (String or List) to
pass to a subprogram for programs that use variables.
To invoke a G-code program from within a Conversational part program, the program
must be loaded in Project Manager. The first line of NC code following the percent (%)
sign must contain the program number preceded by the letter “O” (not the number zero)
or a colon (:), for example, O1234 or :1234. There cannot be any other information on
this line and “O” or “:” must be the first character. The program must end with an M99 to
allow other Conversational program operations after the NC Program is complete.
See WinMax Lathe NC Programming, ISNC G Codes, G65 -
Subprogram Call, on page 4 - 40 and WinMax Lathe Options, NC
Productivity Package Option, on page 8 - 1 for more information
about variables and arguments.