Hello Guest it is March 28, 2024, 08:46:17 PM

Author Topic: Custom plasma probing code?  (Read 10790 times)

0 Members and 1 Guest are viewing this topic.

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: Custom plasma probing code?
« Reply #20 on: December 28, 2015, 11:54:09 AM »
Good Job Dave, If you ever get interested I have been working with a UCCNC unit(UC300) it has a LOT of native I/O(5 ports full plus an analog port) including analog in and out. It is already is a good Plasma controller . I hope that it gets even better in the near future (;-)

Cand CNC does have good basic hardware they just went WAY overboard and made a lot of it over complicated for the average user. And they went way overboard on manuals.

(;-) TP

Offline Davek0974

*
  •  2,606 2,606
    • View Profile
Re: Custom plasma probing code?
« Reply #21 on: January 10, 2016, 11:41:06 AM »
Almost there now, I need to sort out how to trigger the probe when I am in "dry run' mode as otherwise it just crashes the Z into the plate :(

Currently the probe control valve circuit is only live if two parameters are met -

The user variable 1239 must be = 1 (this is controlled from g-code)
The Extract fan (output 1) is turned on (this stops the probe from triggering as the G-code is loaded into mach as it only comes on during a live run)

So I thought add another brain that triggers the output if the 'Dry-Run' LED (UserLed 2244) is lit AND the Run LED is lit but it did not work.

Is there a way to achieve what i need here easily??
Can you run two brains against one output??

Offline Davek0974

*
  •  2,606 2,606
    • View Profile
Re: Custom plasma probing code?
« Reply #22 on: January 15, 2016, 03:17:54 PM »
This has been resolved now, the final solution is here...

http://www.machsupport.com/forum/index.php/topic,31649.80.html

 :)