EasyManua.ls Logo

Colby Instruments PDL-100A - Rate Rate Command; Rate Rate? Query

Colby Instruments PDL-100A
74 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Chapter 6 System Commands
© 2010 Colby Instruments. PDL-100A Operating and Programming Manual Page 54
RATE RATE COMMAND
Set the stepper motor movement rate.
Command
Syntax
RATE arg
arg = stepper motor rate. Rate value must be between 100 and
550. Default is 550 (max speed).
Example
RATE 500
Returns
None
Programming
Example
HP : OUTPUT 705;"RATE 500"<NL>
NI : CWGPIB.Write “RATE 500”
RATE RATE? QUERY
Returns the current stepper motor rate setting.
Command
Syntax
RATE?
Example
RATE?
Returns
<ASCII TEST><NL>
550
Programming
Example
HP : OUTPUT 705;"RATE?"<NL>
ENTER 705;RATE$
PRINT (RATE$)
NI : DIM QUERY_RESPONSE As Variant
CWGPIB.Write “RATE?”
QUERY_RESPONSE = CWGPIB.Read(250)
MsgBox (“Motor rate is:” & QUERY_RESPONSE)
Artisan Technology Group - Quality Instrumentation ... Guaranteed | (888) 88-SOURCE | www.artisantg.com

Table of Contents