adding cryojet and other stuff...
This commit is contained in:
@@ -44,4 +44,13 @@
|
||||
!motor(mot=5,dirCur=1800,JogSpeed=40,invDir=False)
|
||||
|
||||
|
||||
!holding_current(m1=[0,1000],m2=[0,1000],m3=[0,1000],m4=[0,1000],m5=[1400,1800])
|
||||
//Cryojet
|
||||
//---------
|
||||
//Max. 1.5A -1024000=-10mm
|
||||
//posSf = userUnits/encoder_steps =10000/1024000 =10./1024
|
||||
//servoSf=motor_u_steps/userUnits = 1024000/10000. = 102.4
|
||||
!encoder_sim(enc=6,posSf=10./1024)
|
||||
!motor(mot=6,dirCur=1500,JogSpeed=10,invDir=False,servoSf=102.4)
|
||||
|
||||
|
||||
!holding_current(m1=[0,1000],m2=[0,1000],m3=[0,1000],m4=[0,1000],m5=[1400,1800],m6=[0,500])
|
||||
|
||||
Reference in New Issue
Block a user