Snuggly's Plasma Build
- islander261
- Offline
- Platinum Member
- Posts: 757
- Thank you received: 216
John
Please Log in or Create an account to join the conversation.
- snugglylovemuffin
- Topic Author
- Offline
- Elite Member
- Posts: 209
- Thank you received: 11
pin7 = arc-ok
pin8 = down
pin9 = up
pin10 = common to ground
All of the inputs from the proma to the board are blinking in pyvcp while the LEDs on the proma are steady on/off; so there are two potential problems from what I can tell; either I need to debounce the signal inputs or change the ground coming off the 150's common pin, which is currently going straight to the PSU's ground.
I'll try the latter option first as I'm not fully aware of how to debounce the signals from the proma (I think Toma does have a function for that though, I'll check here soon)
Please Log in or Create an account to join the conversation.
You get out :
pin7 = arc-ok ( +5v when triggered )
pin8 = down ( +5v when triggered )
pin9 = up ( +5v when triggered )
So common works like a relais. Try this yourself.
If you had a parport application, you would be building your next machine dude.
Keep up the good work !!
Please Log in or Create an account to join the conversation.
- snugglylovemuffin
- Topic Author
- Offline
- Elite Member
- Posts: 209
- Thank you received: 11
Yeah I started this build with an arduino and a GRBL shield, then I learned about the HF start torch and that's what started me in on the Mesa board. Plus linuxcnc is really powerful software.
Next build will definitely start out with a healthy amount of lurking and planning.
Please Log in or Create an account to join the conversation.
If you have the Proma common pin connected to the low side of the control power you would expect this kind of wiring:
+24V --> 7I96 input common
7i96input --> Proma Arc-ok
Proma common --> 24V power common
Please Log in or Create an account to join the conversation.
Looking at the proma manual its written for a parallel port system which usually switches active low.
The mesa cards are active high.
Now don't do this without confirmation from Tommy or Grotius as I don't want to blow up anything on your hardware but I think your Proma Common terminal should be connected to +24 volt (or what ever voltage you are using for input pins on your 7i96).
So then when the contacts in the Proma close, they will send +24v to your input pins.
Grotius, Tommy, I've never used a Proma. Is it OK to do this?
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
The 7I96 isolated inputs are either active low or active high so either way will work
Ah, the 7i96 manual says
The 7I96 has 11 isolated inputs and 6 isolated outputs. All 11 Isolated inputs have
a common pin. This common pin must be connected to ground for active high inputs and
connected to the I/O power for active low inputs. The 6 isolated outputs are completely
floating switches so can be use for pull-up/pull-down and mixed voltage switching.
So it sounds like there could be a wiring error. The Proma Ground should be attached to TB3 Pin 12 not to his Power supply GND (unless its connected to TB3 Pin 12).
Please Log in or Create an account to join the conversation.
I had in my mind to also say 24 volt's. But after reading my post i thought. Maybe start with 5 volt....
This to protect snuggly from blowing up some thing's for second time.
I can't look in his wiring.... So i protect him with usage of 5 volt example's.
I have an idea to solve plasma startup's problem's like this.
Pcw send's me the best suitable ethernet card he has. Upt to 5 axis.
I provide the working plasma / oxyfuel grotius gui for mesa card's to be adapted to linuxcnc source code.
Please Log in or Create an account to join the conversation.
If you are using active low inputs you would wire the 7I96 input common to +12 or +24V
and connect the 7i96 inputs to the low side (common ) of the power source to activate
In this circumstance, the Proma common would be the power supply common
If you are using active high inputs you would wire the 7I96 input common to power supply common
and connect the 7I96 inputs to the power supply high side (+12 or +24V) to activate.
In this circumstance you would wire the Proma common to +12/+24V
Please Log in or Create an account to join the conversation.