Snímač/sonda osi Z- Automatické meranie dĺžky nástroja
Kód: 1312Podrobný popis
Automatické meranie nastroja v osi Z. Snadno použiť na nastavenie Nuly na osi Z.
Priemer: 40mm
Výška: 20mm
Tu nájdete nastavenia pre Mach3:
1. Pripojiť snímač na hlavnú dosku: GND a input signal port
2. Spustiť Mach3
3. Otvoriť Operator / Edit Button Script - začnú blikať tlačítka - klik na: Auto Tool Zero - otvorí sa okienko a v ňom treba nahradiť pôvodný script týmto:
PlateThickness = GetUserDRO(1151) 'Z-plate thickness DRO
If GetOemLed (825)=0 Then 'Check to see if the probe is already grounded or faulty
DoOEMButton (1010) 'zero the Z axis so the probe move will start from here
Code "G4 P3" ' this delay gives me time to get from computer to hold probe in place
Code "G31Z-60 F300" 'probing move, can set the feed rate here as well as how far to move
While IsMoving() 'wait while it happens
Wend
ZProbePos = GetVar(2002) 'get the axact point the probe was hit
Code "G0 Z" &ZProbePos 'go back to that point, always a very small amount of overrun
While IsMoving ()
Wend
Call SetDro (2, 19.25) 'set the Z axis DRO to whatever is set as plate thickness
Code "G4 P0.25" 'Pause for Dro to update.
Code "G0 Z30.0" 'put the Z retract height you want here
Code "(Z axis is now zeroed)" 'puts this message in the status bar
Else
Code "(Z-Plate is grounded, check connection and try again)" 'this goes in the status bar if aplicable
Exit Sub
End If
4. Odmerajte si výšku sondy a týmto číslom nahradiť číslo "19.25" v riadku Call SetDro (2, 19.25) , napr. pri hrúbke sondy 40mm na: Call SetDro(2, 40.0).
5. Po prepísaní okno zatvoriť - opýta sa či uložiť - áno.
6. Nastaviť v Config / port a pins / input signál / probe na enable a číslo pinu.
7. Prí prvom skúšaní je dobré skúšať sondu vo vzduchu, nie na podložke pre prípad že to nefunguje aby nedošlo k poškodeniu zariadenia.
Dodatočné parametre
Kategória: | Snímače,Prepínače,Tlačidlá |
---|---|
Hmotnosť: | 0.067 kg |
Pozícia v sklade: | Rad 2 Polica 3 |
Buďte prvý, kto napíše príspevok k tejto položke.
Buďte prvý, kto napíše príspevok k tejto položke.