First time poster. I’m hoping someone can help With MASSO G3 set up.
Here’s the situation, I have hacked a Oneida wireless remote (See picture). I have confirmed this is functioning. My plan is to connect this to two relays driven by auxiliary outputs on the MASSO.
I’m trying to figure out a way to have masso send a momentary signal to an auxiliary output to simulate button push to start dust collector. And then a second auxiliary momentary button press to turn off the dust collector.
I know G code M64 PX Will turn on an auxiliary, but I only want a momentary signal, say output for three seconds.
To my post processor in Vectric, I added an “M64 P1” which turns on auxiliary 1 output on the MASSO. Followed by a “G04 P3000” which dwells for three seconds”. Then a “M65 P1” Which turns off auxiliary 1.
I’ll use auxiliary 1 to send a 5 V signal to a simple relay which will connect the Oneida fob “on” switch for my dusk collector.
Then I did the same for the signal to turn off the dust collector in the footer of the post processor (using aux2 output).
I’m waiting on the relay to arrive to confirm functionality, but I’ve already tested that the G code works with a multimeter. And I’ve already confirmed that the hacked dust collector fob can turn on and off the dust collector when I bridge those wires.
For me, this was a less expensive and simpler alternative to doing something with I-vac.
Hi Peter,
I am trying to do this exact thing with my current dust collection wireless remote. Can you share which Masso input output you used to trigger your remote? Also how are you powering the remote if the battery is out, do you use Masso to supply power?
The solution continues to work. After trying a number of ways to isolate a separate power supply to replace the remote batteries, I couldn’t get it to work reliably. In fact, I damaged a remote at one point and had to restart. My solution was just keeping the battery.
I use Aux 1 and 2 (any auxiliary channel will work and these are programmable in F1 screen). 1 activates the on button push and 2 is off button. Don’t forget these are not momentary so you have to program the push and the release (on/off) in your g-code.
Lastly, the only other thing that has “gotten me” from time to time is interrupting my program with the stop/pause routine button right on the button press g-code step… meaning, the g-code pushes the “off” button and then I hit the stop. Since the release off button command never occurred, the MASSO continues to hold the off button preventing other remotes from activating the dust collector. The fix is just going in to F1 and turning off the auxiliary that is activated. You can tell this is happening by looking at the remote LED.