Instruction Manual

Language Reference Reference 253
Publication 1398-PM601A-EN-P October 2000
WORDS
Example
PRINT #2 1, 1 "The Length is ", V1, 3, 2
PRINT 1, 1 "Distance is ", V1, 3, 0, F
PRINT 1, 1, V1
PRINT 1, 1, F1
PRINT 2, 6 "^D0RUNNING^D1" ;The message RUNNING is displayed on
;line 2 in blinking mode
PRINT "^C1" ;Display Fkey Mode 2
PRINT "^D2" ;Turn Fkey Mode display ON
PRINT "^D4" ;Lock Fkey Mode ON--no other Fkey Mode
;can be displayed from the Operator
;Terminal using the Mode key
PRINT F1
PRINTWARN
Print Warning Operator Terminal
Purpose Print the proper message to the operator terminal upon occurrence of a warning.
Syntax PRINTWARN
Remarks This statement would be normally used only in the Error Routine Program (System
Program 27).
See Also PRINTERR, Appendix A, System Programs
Example
PRINTWARN