1286 HEIDENHAIN Technical Manual MANUALplus 620
Example:
PS K10 ; Error 10 from .PET
PS S"ERROR-ERROR" ; %s
PS K9000 ; %d
PS W100 ; %.1f
PS K2 ; Offset for the help number in .PET
CM 9392
Assumption: Text in .PET "%s error in module %d, W100 = %.1f" and
W100 = 1234
Therefore, the following output text results:
"ERROR-ERROR error in module 9000, W100 = 123.4"