M310-HT Manual
Appendix B: Sample Communication Program
•
27
'-----generate the full setpoint string--
setpoints$ = CHR$(4) + "0011" + CHR$(2) + setpoint$ + CHR$(x) 'full setpoint string
'-----chr$(4) is diamond symbol
'-----chr$(2) is 'happy face' symbol
'---display the setpoint string---
PRINT "string sent="; setpoints$
'----send the string to controller---
start:
PRINT #1, setpoints$ 'send to controller
'---repeat as required--
GOTO inman
endman:
CLOSE 1
Содержание M310-HT
Страница 1: ...MANUAL M310 HT Blackbody Calibration Source...
Страница 10: ...M310 HT Manual Introduction 10 2 3 Dimensions M310 HT Front Panel M310 HT Back Panel...
Страница 12: ...M310 HT Manual Installation 12 To ensure consistent document formatting this page was intentionally left blank...
Страница 18: ...M310 HT Manual Maintenance 18 To ensure consistent document formatting this page was intentionally left blank...