![Colby Instruments PDL-100A Operating And Programming Manual Download Page 69](http://html1.mh-extra.com/html/colby-instruments/pdl-100a/pdl-100a_operating-and-programming-manual_2635111069.webp)
Chapter 6
System Commands
© 2010 Colby Instruments. PDL-100A Operating and Programming Manual Page 60
STORE?
STORE?
QUERY
The STORE? Query returns the contents of all the items in the FIFO
stack.
Command
Syntax
STORE?
Example
STORE?
Returns
<COUNT=C,XXX.XX,YYY><NL>
C
= count of number of items in stack
XXX.XX
= delay in picoseconds
YYY
= stepper motor rate
STACK IS EMPTY If no items in stack.
COUNT=6,200.00,500,500.00,400,625.00,500,
0.00,550,625.00,550,388.50,300
Programming
Example
HP : OUTPUT 705;"STORE?"<NL>
ENTER 705;STACK$
PRINT (STACK$)
NI: DIM QUERY_RESPONSE As Variant
CWGPIB.Write “STORE?”
QUERY_RESPONSE = CWGPIB.Read(250)
MsgBox (“Stack contents: ” & QUERY_RESPONSE)
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com