IEEE-488 Programming
5-39
Programming notes
1. EOI is another method that can be used to terminate the controller input sequence, as dis-
cussed in paragraph 5.9.10. EOI is asserted with the last terminator byte when enabled.
2. The programmed terminator is sent at the end of the transmission each time the Model 708A
is addressed to talk, regardless of the selected data format.
3. Status word programming is covered in paragraph 5.9.20.
Example
PRINT #1, "OUTPUT 18;Y2X"
' Terminator on CR
PRINT #1, "OUTPUT 18;Y0X"
' Restore default
5.9.26 Z — Copy setup
Purpose
To copy a setup from relays or memory to relays or memory.
Format
Zm,n
Parameters
m = 0-100
Copy present relay setup from...
n = 0-100
Copy present relay setup to...
0,n = Copy present relay setup to stored setup “n” (1-100)
n,0 = Copy stored setup “n” (1-100) to present relay setup
m,n = Copy setup “m” (0-100) to setup “n” (0-100)
Description
By specifying a source and destination in the Z command, you can copy data between stored
setups and between the relays and setups stored in memory. Copying a setup to the relays sets
the Relay Step pointer to that setup.
Programming note
The Z0,0X command sends the present relay setup to the relays. There is no effect on the relays,
but the Relay Step pointer will be reset to 000.
Example
PRINT #1, "OUTPUT 18;Z0,10X"
' Copy present relay setup to setup 10
PRINT #1, "OUTPUT 18;Z20,0X"
' Copy setup 20 from memory to relays
PRINT #1, "OUTPUT 18;Z10,20X"
' Copy setup 10 to setup 20
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com
Summary of Contents for 708A
Page 135: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Page 136: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Page 137: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Page 138: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Page 139: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Page 145: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Page 146: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Page 147: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Page 148: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Page 149: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...
Page 150: ...Artisan Technology Group Quality Instrumentation Guaranteed 888 88 SOURCE www artisantg com ...