![]() | |
| Home Page | Mark Forums Read | Today's Posts | My Replies | Classifieds | Reviews | Photo Gallery | Web Links | Share Files | Advertise With Us | Ad List |
| |||||||
| CamSoft Products Discuss Camsoft PC based CNC controller products here! |
| This forum is sponsored by: |
![]() |
| | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
| |||
| |||
Hi, I program A60,the limit switch was hit (led lamp was for 1 sec on) there was no response. When I move slow the machine stops G1 A60 F100 (100mm/min) by F500 Machine doesn't stop IF #13=1 THEN ESTOP What is your response time ? thanks I have camsoft pro + new industrial computer win xp |
|
#2
| ||||
| ||||
| <I'm at grandma's house and not near my manuals so my advice could be better otherwise> I make it a practice to not use ESTOP in a situation like this. I think your control is fighting itself here. The Galil board has program logic that halts motion when a limit switch is hit. Doing an Estop in additon defeats this logic. Make a trial with the IF#13 line commented out and see wh |
|
#3
| ||||
| ||||
and see what happens. Your galil board should stop the motion for you. IIRC. my .cbk has logic to keep the control from locking up after hitting a limit switch but I don't remember extactly how it goes. If you'd like this for your control, email me next week. Karl |
|
#4
| ||||
| ||||
| You need to write logic for your limits.fil and perhaps for the Estop.fil I'd prefer to not go into a real Estop just because a limit was hit, so I used the STOP command in the limits.fil shown below. Estop turns your motors off, which then does not permit you to back off the limit with motor power. ~@~LIMITS.FIL IF#6=1THENSTOP :LIGHT 9;ON;12 :LABEL2 Z- LIMIT HIT;12 IF#7=1THENSTOP :LIGHT 10;ON;12 :LABEL2 X+ LIMIT HIT;12 IF#11=1THENSTOP :LIGHT 9;ON;12 :LABEL2 Z+ LIMIT HIT;12 IF#12=1THENSTOP :LIGHT 10;ON;12 :LABEL2 X- LIMIT HIT;12 IF#6=0THENIF#11=0THENLIGHT 9;OFF IF#7=0THENIF#12=0THENLIGHT 10;OFF IF#6=0THENIF#7=0THENIF#11=0THENIF#12=0THEN LABEL2 LIMITS CLEARED :SLEEP 1 :LABEL2 ;11
__________________ First you get good, then you get fast. Then grouchiness sets in. (Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management) |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Limit switch ??? | turmite | General Electronics Discussion | 11 | 07-25-2007 02:58 PM |
| limit switch and home switch setup | Runner4404spd | General Electronics Discussion | 0 | 12-15-2005 07:58 AM |
| Is it possible to use the home switch as the limit switch as well? | Darc | Mach Software (ArtSoft software) | 2 | 10-23-2005 12:50 AM |
| Limit Switch / Home Switch in Software | Sanghera | General Electronics Discussion | 6 | 11-01-2004 05:58 PM |