Hey guys, work is progressing on the dispensing machine and we're now at that crucial stage of tuning the living hell out of it!
I ended up using 2 seperate .xml files for the system, one to use the high speed spindle for milling, and a second to use the stepper driven dispenser as a spindle itself.
What I'm trying to do now is synchronize the speed of the dispenser to the feedrate or blended feedrate of the rest of the machine in order to get a constant flow rate. I'm brainstorming a few ways to do this, any advice or criticism welcome, I just need some feedback!
1) Can I make my S-value in the spindle speed control set by a function of the blended feedrate? For example, Blended Feed rate / 1000 = S value... Is this possible with a VB script or a brain?
2) Can I use a constant S-value and override the spindle with a function of the blended feedrate, or is there any other way to scale the spindle speed in small increments on the fly?
Again, any thoughts and criticism welcome, just seeing what you guys think. Cheers!