3 day of week, 4 combinations – Measurement Computing Micro 488/EX rev.2.1 User Manual
Page 48

Section 4
General Programming
4.6
4.3.3 Day of Week
While running one of the TERMINAL programs in Appendix D, type
the following on the PC's keyboard…
SET DAY MONDAY
<return>
DAY
<return>
The Micro488/EX will respond with…
MONDAY
Now type the following to change the DAY output to a numeric format.
DAY FORMAT D
<return>
DAY
<return>
The Micro488/EX will respond with…
2
For more information, refer to the following DAY related commands.
SET DAY
DAY
DAY FORMAT
WAIT
4.3.4 Combinations
The DATE, DAY and TIME commands may be sent within a single
command line in any order, as long as each command appears only once.
Type the following on the PC's keyboard…
DAY FORMAT DAY
<return>
DATE FORMAT MONTH DD, YYYY
<return>
TIME FORMAT HH:MM:SS AM
<return>
DAY DATE TIME
<return>
The Micro488/EX will respond with…
MONDAY JULY 4, 1988 1:05:00 PM