Here's the rest of it since the forum won't take a zip file. > -----Original Message----- > From: John Dammeyer [mailto:[email protected]] > Sent: December 19, 2024 3:00 PM > To: 'Enhanced Machine Controller (EMC)' > Subject: Re: [Emc-users] Biting the bullet > > And although I haven't moved it from my workbench Pi4 system to the real > mill a few years ago I did create the code to talk to a CANopen module that has > PWM and relay drivers. USB as Serial port to CANUSB. > https://canusbshop.com/ > > Written in Python but marked as .txt so it won't scare mail programs. It all > appeared to work. Then life got in the way and as yet have not yet finished off > the mist coolant system nor the power draw bar. > John > > > > > -----Original Message----- > > From: [email protected] > > [mailto:[email protected]] > > Sent: December 19, 2024 2:25 PM > > To: Enhanced Machine Controller (EMC) > > Subject: Re: [Emc-users] Biting the bullet > > > > On 2024-12-19 19:50, John Dammeyer wrote: > > > Ha ha. I'm still running LinuxCNC 2.8 on my mill. Kinda afraid to > > > upgrade. Like if it works why change? > > > John > > > > Me too....same reasons... > > Marcus > > > > > > _______________________________________________ > > Emc-users mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/emc-users
pyvcp_options.hal
Description: Binary data
<?xml version='1.0' encoding='UTF-8'?>
<pyvcp>
<vbox>
<relief>RIDGE</relief>
<bd>6</bd>
<label>
<text>"Spindle Speed:"</text>
<font>("Helvetica",20)</font>
</label>
<bar>
<halpin>"spindle-speed"</halpin>
<max_>3000</max_>
</bar>
<label>
<text>"Spindle-At-Speed:"</text>
<font>("Helvetica",20)</font>
</label>
<hbox>
<label>
<text>" "</text>
<font>("Helvetica",20)</font>
</label>
<led>
<halpin>"spindle-at-speed-led"</halpin>
<size>30</size>
<on_color>"green"</on_color>
<off_color>"red"</off_color>
</led>
</hbox>
</vbox>
<vbox>
<labelframe text= "Mist Motor Speed (%)">
<relief>RIDGE</relief>
<bd>6</bd>
<hbox>
<scale>
<font>("Helvitica",16)</font>
<width>"20"</width>
<halpin>"mister_pwm"</halpin>
<resolution>1</resolution>
<orient>HORIZONTAL</orient>
<min_>0</min_>
<max_>100</max_>
</scale>
</hbox>
<hbox>
<label>
<text>"Draw Bar Open: "</text>
<font>("Helvetica",12)</font>
</label>
<led>
<halpin>"switch1A"</halpin>
<size>12</size>
<on_color>"green"</on_color>
<off_color>"red"</off_color>
</led>
</hbox>
<hbox>
<label>
<text>"Draw Bar Close:"</text>
<font>("Helvetica",12)</font>
</label>
<led>
<halpin>"switch1B"</halpin>
<size>12</size>
<on_color>"green"</on_color>
<off_color>"red"</off_color>
</led>
</hbox></labelframe> </vbox> </pyvcp>
_______________________________________________ Emc-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/emc-users
