So I need nozzle vacuum to read. Some of you used absolute but others differential sensors. And gauge... Also exists dual ports sensors like MPX5050DP with vacuum port P2 then P1 we leave probably not used. But there is laso version MPXV5050D, don't know the difference if it's also dual port.
Pls help me with this what is best to take.
Now my machine uses some unidentified sensors which I need to replace (all the module) and build new one. With Juki506 I see voltage difference on OP output like 6.50V to 6.86V (OP is powered from 12), So the change with and without the part on nozzle is ~0.35V. I don't know the resolution table of my sensors. But for MPX like 5100 it would be equal moreless 1kPa. Is it typical vacuum value change in your machines using mpx and Juki?
Hey, it's not like I've made a question but haven't checked what was said about it at all. But just as more I read about it as feel more confused...So I need nozzle vacuum to read. Some of you used absolute but others differential sensors. And gauge... Also exists dual ports sensors like MPX5050DP with vacuum port P2 then P1 we leave probably not used. But there is laso version MPXV5050D, don't know the difference if it's also dual port.
Thanks for info. It's giving me some valuable imagination!
Hi Michael,
As I see, when you have placed your 3D adapter, there is a change 13.5 to 7.3kPa when nozzle is opened or closed. As this sensor has ~0.04V/1kPa so the voltage change that you get is ~0.25V related to 6.2kPa changing (13.5-7.3). Am I right or making some mistake counting it, moreless that voltage changes you have recognized with your arduino to detect wether the part is on the nozzle or not?
I see the changes like 0.35V, so it's similiar effect as seems.
How long wire you have between arduino and sensor? If the changes are so small, it seems be vulnerable to errors caused by interferences, have you noticed not any problems? v
I must have some 1.5m distance and sensor wires leaded paralely with X-motor high current supply (150V/8A peak). Probably will have to add some OP with offset.
Could anybody help me how to declare actuator read_regex to read value from the string where value contains a dot, like 444.3 below:
ok VAC:444.3 /0.0 @0
Regex
ok VAC:(?<Value>-?\d+)
Works ok if value in string is no dot containing, like just 444. If there is dot it's just ignored read as debug null.
Values programmable for nozzles vacuums accepts values with dot so I guess the reading is also probably possible. But how to do it?
This string is from thermometers ADC of Smoothieboard which I want to use for vacuums reading.
br
Marek