Description
| In the #MSG command, the corresponding value must also be programmed for a format element (%s, %S, %d, %D, %f, %F). This value is specified after the message string in the comma-separated area. If there are programmed several format elements, also the values have to be programmed in the corresponding order, separated by commas.
Syntax example:
N10 #MSG ["WERT=%D", 10]
:
N20 #MSG ["WERT1=%D WERT2=%D", 10, 20]
For further information see [PROG// Section: Messages from the NC program]
|