Literal Constants



Your Ad Here

Text or codes that do not change may be inserted in an NC program. These literal constants can be stated in the block layout by enclosing them in double quotes. The double quotes should be preceded and followed by a space. The enclosed data will be sent to output as is.

Example:

OUTPUT \J "T" CURR_TOOL "M66" ;

Both the letter T, and the code, M66, will be output because they appear within the double quotes.

 

Return to Cimatron Index


Your Ad Here