- ENCTMES1 ;(WASH ISC)/RGY-Help Text Processor ;7-25-90
- ;;7.0;ENGINEERING;;Aug 17, 1993
- ;Copy of PRCTMES1 ;DH-WASH ISC
- S ;
- W ! F ENCTHLP=1:1 S ENCTHLP1=$P($T(@MES+ENCTHLP),";",3) Q:ENCTHLP1="" W !,ENCTHLP1
- W ! K MES,ENCTHLP1,ENCTHLP Q
- ;
- REC S MES="REC" G S
- ;;*** Error, number of records read from barcode reader does not
- ;; equal the number transmitted. Please re-transmit the data.
- ;;
- COM S MES="COM" G S
- ;;If you want to line up all comment lines (::) in you IRL program
- ;;at a certain column, enter the column you wish all comments to begin.
- ;;For example: If your comments begin at column 37 in some lines
- ;;and comments begin at column 40 in other lines, you may want to
- ;;have all comments begin at column 35 for readability.
- ;;Valid choices are 30, 35, 40 and 45.
- ;;
- WARN S MES="WARN" G S
- ;;### WARNING: When a program is sent to the barcode reader, ALL DATA
- ;;stored on the barcode reader will be LOST! Make sure that previous
- ;;users of this barcode reader have no need for data, if any, that
- ;;might exist on the reader.
- ;;
- ;;Please follow the following steps:
- ;;
- ;;1) If you have not already done so, you may now connect up the
- ;; barcode reader to the output device.
- ;;
- ;;2) After you have connected the barcode reader to the device, clear
- ;; the barcode reader by turning the reader off and back on.
- ;;
- ;;3) After you have completed the above steps, press the return
- ;; key to start sending the program to the barcode reader. If you
- ;; want to abort this option, enter a ^ and return.
- ;;
- ;;OK, you must now enter either a return ...
- ;; ... or an '^' return:
- ;;
- ;;
- NORTN S MES="NORTN" G S
- ;;*** WARNING, The data has been saved in the BARCODE PROGRAM file, but
- ;;will NOT be processed because the ROUTINE field in the BARCODE PROGRAM
- ;;file is missing. --- Contact COMPUTER SYSTEMS MANAGER ---
- ;;
- NODEV S MES="NODEV" G S
- ;;If you do NOT select a device for this data to be processed on, it will
- ;;not be processed automatically.
- ;;
- YN S MES="YN" G S
- ;;Anwer with a 1 for YES or 2 for NO.
- ;;
- NONID S MES="NONID" G S
- ;;*** Data processor has NOT been tasked. Identifier is non-existent.
- ;;Please contact COMPUTER SYSTEMS MANAGER.
- ;;
- NOTI S MES="NOTI" G S
- ;;*** Data processor has NOT been tasked. DATE/TIME OF DATA UPLOAD is
- ;;non-existent. Please contact COMPUTER SYSTEMS MANAGER.
- ;;
- COM1 S MES="COM1" G S
- ;;*** Please key in the first line number from which you want to align
- ;;the comments.
- COM2 S MES="COM2" G S
- ;;*** Please key in the last line number to which you want to align
- ;;the comments.
- ;;
- --- Routine Detail --- with STRUCTURED ROUTINE LISTING ---[H[J[2J[HENCTMES1 2682 printed Feb 18, 2025@23:18:37 Page 2
- ENCTMES1 ;(WASH ISC)/RGY-Help Text Processor ;7-25-90
- +1 ;;7.0;ENGINEERING;;Aug 17, 1993
- +2 ;Copy of PRCTMES1 ;DH-WASH ISC
- S ;
- +1 WRITE !
- FOR ENCTHLP=1:1
- SET ENCTHLP1=$PIECE($TEXT(@MES+ENCTHLP),";",3)
- if ENCTHLP1=""
- QUIT
- WRITE !,ENCTHLP1
- +2 WRITE !
- KILL MES,ENCTHLP1,ENCTHLP
- QUIT
- +3 ;
- REC SET MES="REC"
- GOTO S
- +1 ;;*** Error, number of records read from barcode reader does not
- +2 ;; equal the number transmitted. Please re-transmit the data.
- +3 ;;
- COM SET MES="COM"
- GOTO S
- +1 ;;If you want to line up all comment lines (::) in you IRL program
- +2 ;;at a certain column, enter the column you wish all comments to begin.
- +3 ;;For example: If your comments begin at column 37 in some lines
- +4 ;;and comments begin at column 40 in other lines, you may want to
- +5 ;;have all comments begin at column 35 for readability.
- +6 ;;Valid choices are 30, 35, 40 and 45.
- +7 ;;
- WARN SET MES="WARN"
- GOTO S
- +1 ;;### WARNING: When a program is sent to the barcode reader, ALL DATA
- +2 ;;stored on the barcode reader will be LOST! Make sure that previous
- +3 ;;users of this barcode reader have no need for data, if any, that
- +4 ;;might exist on the reader.
- +5 ;;
- +6 ;;Please follow the following steps:
- +7 ;;
- +8 ;;1) If you have not already done so, you may now connect up the
- +9 ;; barcode reader to the output device.
- +10 ;;
- +11 ;;2) After you have connected the barcode reader to the device, clear
- +12 ;; the barcode reader by turning the reader off and back on.
- +13 ;;
- +14 ;;3) After you have completed the above steps, press the return
- +15 ;; key to start sending the program to the barcode reader. If you
- +16 ;; want to abort this option, enter a ^ and return.
- +17 ;;
- +18 ;;OK, you must now enter either a return ...
- +19 ;; ... or an '^' return:
- +20 ;;
- +21 ;;
- NORTN SET MES="NORTN"
- GOTO S
- +1 ;;*** WARNING, The data has been saved in the BARCODE PROGRAM file, but
- +2 ;;will NOT be processed because the ROUTINE field in the BARCODE PROGRAM
- +3 ;;file is missing. --- Contact COMPUTER SYSTEMS MANAGER ---
- +4 ;;
- NODEV SET MES="NODEV"
- GOTO S
- +1 ;;If you do NOT select a device for this data to be processed on, it will
- +2 ;;not be processed automatically.
- +3 ;;
- YN SET MES="YN"
- GOTO S
- +1 ;;Anwer with a 1 for YES or 2 for NO.
- +2 ;;
- NONID SET MES="NONID"
- GOTO S
- +1 ;;*** Data processor has NOT been tasked. Identifier is non-existent.
- +2 ;;Please contact COMPUTER SYSTEMS MANAGER.
- +3 ;;
- NOTI SET MES="NOTI"
- GOTO S
- +1 ;;*** Data processor has NOT been tasked. DATE/TIME OF DATA UPLOAD is
- +2 ;;non-existent. Please contact COMPUTER SYSTEMS MANAGER.
- +3 ;;
- COM1 SET MES="COM1"
- GOTO S
- +1 ;;*** Please key in the first line number from which you want to align
- +2 ;;the comments.
- COM2 SET MES="COM2"
- GOTO S
- +1 ;;*** Please key in the last line number to which you want to align
- +2 ;;the comments.
- +3 ;;