# seek.defs - Motor defaults for the seek program # Put this in the same directory as seek.exe comdev com1 # com1, com2, etc. (com1) debug 0 # 0=normal, 1=debugging info (0) verbose 0 # 0=normal, 1=watch communications (0) motors 1 # 1=motors on, 2=no motors (1) speed A 0.18 # value is in revs per frame (.18) ramp A 10 # ramping speed (10) dirinvert A -1 # 1=normal, -1=opposite direction (1) startstopspeed A 0.50 # value is in revs per frame (.18) ppr A 200 # pulses per frame (200) homespeed A 0.50 # value is in seconds (.50) homedir A 0 # 0=normal, 1=opposite home (0) speed B 0.18 # value is in revs per frame (.18) ramp B 10 # ramping speed (10) dirinvert B -1 # 1=normal, -1=opposite direction (1) startstopspeed B 0.50 # value is in revs per frame (.18) ppr B 200 # pulses per frame (200) homespeed B 0.50 # value is in seconds (.50) homedir B 0 # 0=normal, 1=opposite home (0)