Advanced Search

Search Results (Searched for: )

  • cmorley
  • cmorley
01 Oct 2024 04:40
Replied by cmorley on topic Error in tool_offsetview.py

Error in tool_offsetview.py

Category: Qtvcp

Works on my laptop -I'll test a few other systems.
But next time, please start a new thread for a new subject.
  • spumco
  • spumco
01 Oct 2024 04:35

Help me decide. To Retrofit or not to Retrofit.......

Category: General LinuxCNC Questions

Glentek GM4050 (MTR-002) runs about $300 to $800 on ebay.

I have some thoughts/suggestions on a possible retrofit if you're interested.  Little late tonight, but if you're interested let me know.
  • Aleksi
  • Aleksi
01 Oct 2024 03:32
Connecting two 7i92 boards was created by Aleksi

Connecting two 7i92 boards

Category: General LinuxCNC Questions

Hello everyone!I need to connect two 7i92 boards, Pnсconf Wizard does not allow me to complete the configuration and creates an empty hal file, I add the second board manually but still get an error, please tell me what's wrong?
  • Barry
  • Barry
01 Oct 2024 02:52 - 01 Oct 2024 02:55
Replied by Barry on topic Pipe Threading

Pipe Threading

Category: Lathe Library

I downloaded the npt_pipe.ngc program this morning and it worked perfectly on my CNC Lathe to cut 1/2"-14 NPT threads. Thank you for sharing this program.

Listed below are a few minor tweaks that I had to make to get the program to run on my setup. I hope this helps others.

1) Double click on the attached file in the forum to open the file in the browser. Then, Select All and Copy. Open NotePad in Windows or Kate in Linux and then Paste in the entire program file. Select, Save As and Title it npt_pipe.ngc.

2) Delete the First Program Line..... o<npt_pipe> sub, OR Comment It Out
using parethesies..... (o<npt_pipe> sub).

3) Delete the Last Program Line...... o<npt_pipe> endsub, OR Comment It
Out using parethesies..... (o<npt_pipe> endsub)

4) About 11 Program Lines down, there is a list of variables = #1, #2, #3 etc. as shown below.

#<_OutsideDiameter> = #1 (Nom or Act Dia, D)
#<_TPI> = #2 (=0 TPI, 0 for auto)
#<_First_Cut_Depth> = #3 (=0.015 First Cut)
#<_Minimum_Cut_Depth> = #4 (=0.003)
#<_X_Clearance> = #5 (=0.075 X clearance)
#<_Z_LeadIn> = #6 (=0.250 Z Leadin)
#<_TipRadius> = #7 (=0.003 Tip Radius)
#<_Spring_Passes> = #8 (=1 Spring Passes)
#<_CompoundSlideAngle> = #9 (=29.5 Angle, 0-30)

Replace the #Numbers with your parameters and save the file. My parameters for a 1/2-14 NPT thread were as follows:

#<_OutsideDiameter> = 0.5 (Nom or Act Dia, D)
#<_TPI> = 0 (=0 TPI, 0 for auto)
#<_First_Cut_Depth> = 0.006 (=0.015 First Cut)
#<_Minimum_Cut_Depth> = 0.002 (=0.003)
#<_X_Clearance> = 0.075 (=0.075 X clearance)
#<_Z_LeadIn> = 0.0625 (=0.250 Z Leadin)
#<_TipRadius> = 0.003 (=0.003 Tip Radius)
#<_Spring_Passes> = 1 (=1 Spring Passes)
#<_CompoundSlideAngle> = 0 (=29.5 Angle, 0-30)

5)  Open the saved .ngc file in Linuxcnc (i.e. Linuxcnc configured for a Lathe.)

Good luck. Barry :)
  • SteveatSteelCut
  • SteveatSteelCut
01 Oct 2024 02:25
Replied by SteveatSteelCut on topic Showstopper Plasma Cutter retrofit

Showstopper Plasma Cutter retrofit

Category: Show Your Stuff

Showstopper update:
We are slowly progressing and can operate sometimes, and other times we can not.
Homing issues are now fixed (in the end the homing proximity switches were showing 12.7 volts when not activated and 24v when activated and this was causing intermittant issues. Have since replaced them with a different brand they now show 0 when off and 24v when activated and the homing has been working perfectly).

Still having issues with ohmic sensing. Sometimes it works and sometimes I can't use it. When I first turn the machine on for the day the ohmic sensing can show as high as mid - high 23's and even go to 24v. But here is another problem that I am getting and I wonder if anyone else has experienced this one:
When ohmic probing isn't working normally I just turn it off and when it drives into the sheet the float switch will light up and then it will back off, pierce and cut.
This was working fine but now it isn't. It is driving into the plate the float switch light comes on and it will go until the breakaway is activated and it will give an error.
I unhooked the breakaway switches because I have a strange issue with them where sometimes the breakaway stays on after triggered. When testing with a multi meter it stays on (we are suspecting this is due to faulty proximity switches. New ones are on the way).
When the breakaway sensors are unhooked the torch drives into the plate, the float switch lights up but the motor just keeps driving into the plate and won't stop. So why does qtplasmac not know that it has hit the plate when it knows the float switch has been pushed. And how could this be an issue today when it was working yesterday?
Here is a video if it helps.
photos.app.goo.gl/FyoKbwEHJTWfGdXa9
  • Benb
  • Benb's Avatar
01 Oct 2024 01:45
Replied by Benb on topic Button Toggle

Button Toggle

Category: HAL

The LinuxCNC Toggle component replicates a toggling pushbutton functionality. In the case of BJT example. The pyvcp is a push button widget on the screen that used to turn ON and OFF the flood valve.

So, initially the flood is OFF when you press the pyvcp widget the flood will turn ON if you press the same pyvcp widget button the flood will turn OFF and so forth.

In nut shell one push button is used to turn on and off the flood valve.

This is probably the simplest way to turn an output ON/OFF with only one push button (ui or hardwired). If you use hardwired push button add 20 ms debounce.
  • ConSonar
  • ConSonar
01 Oct 2024 00:28

Help me decide. To Retrofit or not to Retrofit.......

Category: General LinuxCNC Questions

That's a price for new servo. DC Brushed machine. I like the old fadals cause you can get parts for almost everything. I just don't wanna have to buy this one lol.
  • andypugh
  • andypugh's Avatar
30 Sep 2024 23:50
Replied by andypugh on topic Linking multiple signals/pins together

Linking multiple signals/pins together

Category: ClassicLadder

I don't know anything about Classic Ladder. But if you want to connect multiple things together in HAL then I can probably help.

You can connect one input to several outputs simply by using the same signal name.

net signal output1 input1 input2 input3 ...

Is one structure. where "output1" is a "writer" pin that supplies a numerical value, and all the input* pins get set to that value.

As long as you use the same signal name, you can split is across lines, and between HAL files. So the example above could equally well be written:

net signal input3
net signal input1
net signal output1 input2

Or any other order/combination as long as all the connections that need to take the same value share the same "signal"

You can give "signal" any name you want. But the inputs and outputs need to be HAL pins that exist at the time that you connect them.
  • andypugh
  • andypugh's Avatar
30 Sep 2024 23:41

Help me decide. To Retrofit or not to Retrofit.......

Category: General LinuxCNC Questions

I like resolvers. Both my machines use resolvers, Mesa do a card that can handle them, and drives that can use that feedback to drive the servos (if they are brushless, I suspect your existing ones are probably brushed, though?)

I agree that $1700 for an old (used?) servo might not be a good investment, though there is a counter-argument that in 1993 this was a very expensive machine and the original servos are probably very high quality. (not much comfort having a broken high-quality servo, admittedly)
  • ConSonar
  • ConSonar
30 Sep 2024 23:38

Help me decide. To Retrofit or not to Retrofit.......

Category: General LinuxCNC Questions

To be honest the only thing that has me concerned is writing the logic for the tool change.

I know what needs to be done and the steps, but I do not know anything about classic ladder or programming so that will be some learning on its own.
  • ConSonar
  • ConSonar
30 Sep 2024 23:36

Help me decide. To Retrofit or not to Retrofit.......

Category: General LinuxCNC Questions

I know its not going to be as easy as replacing the servo motor, but it SHOULD be more rewarding in the fact that I will not be depending on 30 year old hardware that may or may not get me for 300/600/1800 at a time lol
  • tommylight
  • tommylight's Avatar
30 Sep 2024 23:29

Help me decide. To Retrofit or not to Retrofit.......

Category: General LinuxCNC Questions

I have retrofitted fully functional machines (3 from a quick recall), so i am biased! :)
  • ConSonar
  • ConSonar
30 Sep 2024 23:11

Help me decide. To Retrofit or not to Retrofit.......

Category: General LinuxCNC Questions

Machine -
1993 Fadal VM15XT
Geneva style tool changer
7500rpm spindle (that's done with a 10volt signal) also easy FWD and Reverse connections
I already have Mesa 7i96s and a 7i85s. I'd want to run stepper online 1000watt servos possibly even the ethercat versions, but the 7i96s I have would run the step/pulse version just fine. Might have to snag another mesa car for some inputs, but the Fadal is a simple machine. Air operated spindle orientation, simple operation of the tool changer. I like the idea of absolute encoders as I could treat it kinda like the original control that used resolvers and simply call the old cold start my "home".

The reason I'm thinking about this is I need to replace the Y axis servo motor for a cool ~$1700. Instead op throwing $1700 at older tech, I can spend about that getting everything else that I need. Only down side is I would have some down time while setting up LinuxCNC.

Once I get the bugs out of the linux install, I'd imagine if I could control myself from tinkering with it, it would just run like its supposed to. So do you think its worth it or not? I have about $20k of work for the machine in the next 8-10months. Being down right now is not a HUGE issue, but I have a solid month / two months or so before it needs to be able to make parts again.

Also I could sell stock axis amps along with amp cards and such and cover more than it would cost me to retrofit the machine.
 
  • Project_Hopeless
  • Project_Hopeless's Avatar
30 Sep 2024 23:05 - 30 Sep 2024 23:32
Replied by Project_Hopeless on topic Button Toggle

Button Toggle

Category: HAL

I got a button to toggle but still not quite understanding how it works.

I followed this guide.

Big John T. Toggle

So my version that works
loadrt toggle count=1
addf toggle.0 servo-thread
net flood-toggle toggle.0.in <= pyvcp.drive-disable
net flood-control toggle.0.out => hm2_7i96s.0.ssr.00.out-01


I don't understand how flood-toggle and flood-control are linked.  Is there a simpler way to get button "drive-disable" to toggle ouput hm2_7i96s.0.ssr.00.out-01 ?
  • Creative25
  • Creative25
30 Sep 2024 20:46
Replied by Creative25 on topic Building a chain driven Plasma table.

Building a chain driven Plasma table.

Category: General LinuxCNC Questions

So basically I should restore custom Hal to original. Download ohmic3.comp.
And ohmic.hal.

Into which folder should I paste those files.?
What do I need to do to point to ohmic3.hal I’m my ini file?
Displaying 22651 - 22665 out of 23332 results.
Time to create page: 3.587 seconds
Powered by Kunena Forum