ID 20726

After a comma a mathematical expression is expected.

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]

Response

Class

2

Abort NC program processing.

Solution

Class

3

#MSG command must be checked, and missing value(s) added.

Error type

1, Error message from NC program.