I want to display the value of a variable in the CNC program see below
VC10=VC10+90.
MSG (?=VC10) ;;;What syntax do I need to use to display the value of the variable VC10
M00
NMSG
This part of the program is looped so the value increases.
would be grateful if someone can tell me how to display the value??