ZMC420SCAN Motion Controller Hardware Manual V1.5
4. There are many parameters relate to pulse axes, and they are set and checked
through relative instructions, please see “axis parameter and axis status” in “ZBasic
Program Manual” for details, also can be viewed through “ZDevelop/View/axis
parameter”.
5. Through “ZDevelop/View/Manual”, relative motions can be operated and controller.
Refer to BASIC routine:
BASE (4, 5) ‘select axis Scan 0, relates to axis 4 and axis 5
ATYPE = 21, 21 ‘select axis 4 and axis 5 as galvanometer axes type
UNITS = 200, 200 ‘set pulse amount of axis 4, 5 as the unit of 200 bit
Dpos = 0, 0
Force_Speed = 100, 100 ‘set axis 4, motion speed of 5Scan is 100*200 bit/s
MoveScanAbs(0, 0) ‘galvanometer moves to center origin position
MoveScan(50) Axis(4) ‘axis 4 moves 50*1000 bits forward
MoveScan(-50) Axis(5) ‘axis 5 moves 50*1000 bits reversely