Thanks for looking at the code. I will correct the input 155 first and see if it works correctly then try the probefaststage following your help.
I will try and post my findings to help others as well.
Search found 22 matches
- Thu Apr 14, 2022 9:58 am
- Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
- Topic: allin1dc MP11 probe help with pictures
- Replies: 17
- Views: 4272
Re: allin1dc MP11 probe help with pictures
This post has been liked 0 time(s).
- Wed Apr 13, 2022 3:39 pm
- Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
- Topic: allin1dc MP11 probe help with pictures
- Replies: 17
- Views: 4272
Re: allin1dc MP11 probe help with pictures
Thanks for your help. I feel dumb. Here is the code I was trying but maybe I don't need to bother now.
;...
MechanicalProbe IS INP769 ; N.O. probe: 1 = tripped, 0 = idle
;...
ProbeDetect IS INP771 ; N.O. detect: 1 = present, 0 = not present
;...
ProcessedProbeTrip_M IS MEM30 ...
;...
MechanicalProbe IS INP769 ; N.O. probe: 1 = tripped, 0 = idle
;...
ProbeDetect IS INP771 ; N.O. detect: 1 = present, 0 = not present
;...
ProcessedProbeTrip_M IS MEM30 ...
This post has been liked 0 time(s).
- Wed Apr 13, 2022 11:12 am
- Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
- Topic: allin1dc MP11 probe help with pictures
- Replies: 17
- Views: 4272
Re: allin1dc MP11 probe help with pictures
I have inverted the probe input 769 to NC and tried a simple probe that is 2 wires, now when I run a probing routine the machine does touch and back off numerous times then fails the probing routine. I also tried the code below but couldn't get it to compile. I tried MEM30 and other MEM positions ...
This post has been liked 0 time(s).
- Tue Apr 05, 2022 9:11 am
- Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
- Topic: allin1dc MP11 probe help with pictures
- Replies: 17
- Views: 4272
Re: allin1dc MP11 probe help with pictures
Is there a way to set the Probe PLC to work with a normally closed probe. Most probes are NC. Thanks
This post has been liked 0 time(s).
- Wed Mar 30, 2022 6:21 pm
- Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
- Topic: Upgrading V2XT DX32 Bridgeport Mill
- Replies: 11
- Views: 3025
Re: Upgrading V2XT DX32 Bridgeport Mill
Thanks for the help. Does this look correct? I am 30 miles from the machine so I cant try and compile it right now.
;--Auto Spindle brake with VFD zero-speed
IF (Aux3Key_I || KbAux3Key_M || SkinAux3_M) THEN (Aux3PD)
IF (Aux3LED_O ^ Aux3PD) || OnAtPowerUp_M THEN (Aux3LED_O)
IF Aux3LED_O ...
;--Auto Spindle brake with VFD zero-speed
IF (Aux3Key_I || KbAux3Key_M || SkinAux3_M) THEN (Aux3PD)
IF (Aux3LED_O ^ Aux3PD) || OnAtPowerUp_M THEN (Aux3LED_O)
IF Aux3LED_O ...
This post has been liked 0 time(s).
- Wed Mar 30, 2022 12:46 pm
- Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
- Topic: Upgrading V2XT DX32 Bridgeport Mill
- Replies: 11
- Views: 3025
Re: Upgrading V2XT DX32 Bridgeport Mill
I tried to modify the PLC program as mentioned above but compile fails. Here is the compiler output and the modified .src file.
This is my first go at compiling so its probably something simple but I cant figure it out.
Centroid-Standard-Mill-ALLIN1DC-r7-spbrk.src
"C:\cncm\compile.cmd" "Centroid ...
This is my first go at compiling so its probably something simple but I cant figure it out.
Centroid-Standard-Mill-ALLIN1DC-r7-spbrk.src
"C:\cncm\compile.cmd" "Centroid ...
This post has been liked 0 time(s).
- Fri Mar 25, 2022 6:09 pm
- Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
- Topic: allin1dc MP11 probe help with pictures
- Replies: 17
- Views: 4272
Re: allin1dc MP11 probe help with pictures
Is there a way to connect a 3 wire hall effect / magnet to a Allin1dc spindle encoder input just to display RPM in CNC 12.
Top
Top
This post has been liked 0 time(s).
- Fri Mar 25, 2022 8:43 am
- Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
- Topic: Upgrading V2XT DX32 Bridgeport Mill
- Replies: 11
- Views: 3025
Re: Upgrading V2XT DX32 Bridgeport Mill
Thanks again for your help, I'll try it on Monday.
Is there a way to connect a 3 wire hall effect / magnet to a Allin1dc spindle encoder input just to display RPM in CNC 12.
Is there a way to connect a 3 wire hall effect / magnet to a Allin1dc spindle encoder input just to display RPM in CNC 12.
This post has been liked 0 time(s).
- Thu Mar 24, 2022 4:54 pm
- Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
- Topic: allin1dc MP11 probe help with pictures
- Replies: 17
- Views: 4272
Re: allin1dc MP11 probe help with pictures
Thanks again, I know its confusing to me. I'll follow your previous info and mess with the detect.
This post has been liked 0 time(s).
- Thu Mar 24, 2022 1:58 pm
- Forum: Centroid Oak, Allin1DC, MPU11 and Legacy products
- Topic: Upgrading V2XT DX32 Bridgeport Mill
- Replies: 11
- Views: 3025
Re: Upgrading V2XT DX32 Bridgeport Mill
Thanks for the clarification, I've never dealt with a pneumatic brake before and trying to learn the correct process.
This post has been liked 0 time(s).