By Denis Sullivan | January 13, 2012 at 05:19 PM EST | No Comments
NPUTCFG=0 (Generic I/O)
JS1=0 // Axis 1 is enabled as follows: 1JS1=1
// All axis are enabled as follows: 1JS=1
JS2=0
JS3=0
JSVM1=0 // JS VelMax (X,Y) (full deflection) 1 (of 5 variables) = XX Vm User Units
JSVM2=0
JSVM3=0
JSVM4=0
JSVM5=0
JSVMZ1=0 // JS VelMax (Z) (full deflection) 1 (of 5 variables) = ZZ Vm User Units
JSVMZ2=0
JSVMZ3=0
JSVMZ4=0
JSVMZ5=0
RESET=0
// The reset pushbutton on the NYTJS2 Box.
// 1Reset=0 The current positions are reset to (0,0,0).
// 1Reset=1 Z executes homing routine followed by X,Y homing routines. At the end of the homing routine. (0,0,0)
SCANAXIS=0 // The scan pushbutton on the NYTJS2 Box.
// 1Scanaxis=0 There is no scan axis.
// 1Scanaxis=1 The X axis is the scan axis. When the joystick is manipulated, only the X axis moves.
// 1Scanaxis=2 The Y axis is the scan axis. When the joystick is manipulated, only the Y axis moves.
// Note. To enter "scan" mode, push the scan pushbutton on the NYTJS2 and the green indicator is lit. Green = Scan Mode. Press again and the indicator turns off. Scan Mode Off.
STEPDIS=0,0,0 // Note the STEP pushbutton on the NYTJS2. If a StepDis is programmed, as follows: 1stepdis=5,0,-20 (user units); When the STEP pushbutton is pressed, a relative move is executed: (5,0,-20)
Rev 2.06 to 2.07. Allows the position to be reset as follows:
NYT-AP Ready.
1print pos
POS=0,0,0
1pos1=5
OK
1pos2=-5
OK
1pos3=10
OK
1print pos
POS=5,-5,10