Project

General

Profile

config-fablabamersfoort-morntech.txt

config-fablabamersfoort-morntech - peteruithoven, 2013-05-29 20:45

Download (2.4 KB)

 
1
;
2
; Config file for Morntech
3
; 
4
; configuration made by Peter Uithoven (Fablab Amersfoort)
5
;
6
; Save on MBED in the root, as "config.txt"
7
;
8
net.ip 10.0.0.16		; IP address [xxx.xxx.xxx.xxx] 
9
net.netmask 255.255.255.0	; netmask [xxx.xxx.xxx.xxx] 
10
net.gateway 10.0.0.1	; gateway
11
net.dns 10.0.0.1		; DNS server
12
net.dhcp 1			; Enable DHCP for IP address [0/1]
13
net.port 69			; Communication socket port number []
14

    
15
sys.debug  1			; debug flags bit0=verbose, 
16
						; bit1=log to serial, bit2=log to file
17
sys.autohome 1			; Enable automatic homing at startup [1/0] 
18
						;(or wait for cover to close)
19
sys.nodisplay 0			; Disable the display [1/0]
20
sys.i2cbaud 0			; I2C display baudrate [Hz]
21

    
22
laser.enable 0			; Laser enable signal polarity [0/1]
23
laser.on 0				; Laser on signal polarity [0/1]
24
laser.pwm.min  47		; minimum pwm value [%]
25
laser.pwm.max  165		; maximum pwm value [%]
26
laser.pwm.freq 1000		; pwm frequency [Hz]
27
;laser.pwm.freq 20000	; pwm frequency [Hz]
28

    
29

    
30
motion.enable  0		; Enable signal state to enable motors [0/1] 
31
motion.homespeed  100	; Homing speed [mm/sec]
32
motion.speed  50		; max linear speed [mm/sec]
33
motion.accel  500		; linear acceleration [mm/sec2]
34
motion.tolerance  100	; tolerance [1/1000 units]
35

    
36
; old firmware: set speed in [usec]
37
motion.highspeed 100	; speed in [usec]
38

    
39
; Next values are valid for axis x,y,z and e
40
x.pol 0					; home/limit sensor polarity [1/0]
41
x.scale -45000;			; axis scaling [steps/meter]
42
						; use negative number to invert direction [1/0]
43
x.homedir 1				; state of the direction signal when homing
44
x.home 0			; home positions [um] 
45
x.rest 0;				; rest position [um]
46
x.invert 1				; Invert signal polarity for step signal [1/0]
47
x.min 0					; minimal position [um]  NOT USED
48
x.max 350000			; maximum position [um]  NOT USED
49
x.speed 1000			; maximum speed [mm/sec] NOT USED
50

    
51
; Now for the Y-axis:
52
y.pol 0					; home/limit sensor polarity [1/0]
53
y.scale -45000;			; axis scaling [steps/meter]
54
						; use negative number to invert direction [1/0]
55
y.homedir 0				; state of the direction signal when homing
56
y.home 330000			; home positions [um]
57
y.rest 330000			; rest position [um] 
58
y.invert 1				; Invert signal polarity for step signal [1/0]
59
y.min 0					; minimal position [um] NOT USED
60
y.max 290000			; maximum position [um] NOT USED
61
y.speed 1000			; maximum speed [mm/sec] NOT USED
62

    
63
; Z-axis not in use for HPC
64
; z.min 0
65
; z.max 200000
66
; z.home 100000