Advanced Search

Search Results (Searched for: )

  • cmorley
  • cmorley
Today 13:04

Gui message while homing with shared home/limit swiches

Category: Qtvcp

It's more likely the bogus message comes from hal_glib library watching the limits switches without knowing about shared homing use.
  • rodw
  • rodw's Avatar
Today 12:40
Replied by rodw on topic 5/2 -Wege Magnetventil

5/2 -Wege Magnetventil

Category: Deutsch

There is no such pin. Please always read the documents. type: man motion
  • rodw
  • rodw's Avatar
Today 12:29

Gui message while homing with shared home/limit swiches

Category: Qtvcp

I think this is actually a bug in the QtDragon GUI.

Moved to the Qtvcp section so maybe @cmorley picks it up.

If it is, its a new one, I had no problems with a single home/limit switcch. Feel free to review my hal and ini files
github.com/rodw-au/vmnmillqt/tree/main
  • rodw
  • rodw's Avatar
Today 12:22

Gantry oxyfuel / plasma type machine from scratch

Category: General LinuxCNC Questions

What you exactly mean by "downdraft zones" ? I have not yet build the table where the workpiece will sit on.
But the gantry is already existing and here are some pictures of when I received it.


 


Some large commercial tables have a central exhaust duct down the side or up the centre and as the torch passes into a zone, a gate opens and the others close (usually by pneumatics) so the draft is centralised in that particular cutting zone. It is possible to track the torch position and activate the relevant zone with LinuxCNC. The dust is usually filtered and the exchaust ducted outside of the building. I did write a component that did this for another user which triggered a bank of air solenoids.
  • emresensoy
  • emresensoy
Today 11:16
DIY Robot Kinematic parameters, was created by emresensoy

DIY Robot Kinematic parameters,

Category: Advanced Configuration

Hello everyone,
I'm working on a robot. There are some errors, and I want to verify the DH parameters to be sure. What should the axis placements and DH parameters of the robot, whose drawing is below, be?

I'm using Genserkins.
  • Becksvill
  • Becksvill
Today 10:29
Replied by Becksvill on topic Conversational CAD CAM

Conversational CAD CAM

Category: O Codes (subroutines) and NGCGUI

Tommy can you see if this works for you if you get time I want to get a few 2nd opinions and make sure most people can get this to work.
  • Becksvill
  • Becksvill
Today 10:26
Replied by Becksvill on topic Conversational CAD CAM

Conversational CAD CAM

Category: O Codes (subroutines) and NGCGUI

Hey tux once I'm finished I can make you a special version if you want with no special tool stuff. I'm integrating my machines with a lot of extra features that provide the other stuff that you need for production CNC machines like part counter and lots of other stuff.

The dream here is just too give back to linuxcnc a bit. I'm not going to bend over backwards to change things for people am making this for me. But I also am happy to accommodate other workflows where I can. Also I never use gmocappy and probably won't want to put the effort into testing on that too..

Also are you testing on the newest config I made. I just tested that again. And using axis fanuc sim. the .ngc file loads automatically. I'm using 2.10 linuxcnc debian iso. (I actually have never managed to replicate your bug but try this latest one please and see if you can find it. Also I been running parts on the production lathe all week and fixing a couple of bugs I found plus new features. This will probably get refined over the next few months and I'll keep adding updates here when I get time.
  • emresensoy
  • emresensoy
Today 08:44 - Today 08:44
Replied by emresensoy on topic Beckhoff EL2522 lcec xml file

Beckhoff EL2522 lcec xml file

Category: EtherCAT

Dear Mr @hakan, I want to get your mail address if possible,
mine is This email address is being protected from spambots. You need JavaScript enabled to view it.
  • viewsat
  • viewsat
Today 08:28

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

All my positive terminals are connected to the purple cable via a thin wire.

Dirhold isn’t the problem; it really is the voltage that’s coming through – there was a clear difference between 3.3V and 5V.

My connections are like in your image, but with EN connected.

You could use a multimeter to check what voltage is coming through your DIR pin.
 
I suspect that when the DIR signal starts acting, it might not follow the set dirhold wait time, outputting PULSE before the process is complete. When encountering a motor driver with a slow dirhold response, this results in an invalid PULSE output. It's strange that increasing the dirhold value doesn't solve the problem; this is a problem I don't understand.
 




You can check that Dirhold is working using Testbench and by monitoring it on an oscilloscope or logic analyser.
It worked for me with the default settings, but it’s certainly better to set it to the manufacturer’s specifications to be on the safe side.


(cd riocore/plugins/stepdir/ ; make)



In my tests, the problem only occurred at 3.3V;
if you Google ‘DM542 problem’, you’ll find lots of reports of the same issue.

I apologize for asking so many questions. I always use 5V to power the 74HC245 and the driver. If there's a problem, usually adjusting the DirHold time is all that's needed. When I use a Mesa 7i92 + 74HC245 (5V) + DM542 (pulse=10, DirHold=25), everything works perfectly, and it correctly returns to the zero position. However, when I switch to a Tang Nano 9k+ + Riocore + 74HC245 (5V) + DM542 (pulse=10, DirHold=25), it fails to return to the zero position, and adjusting the DirHold time doesn't help.
 
  • Edi_48
  • Edi_48
Today 07:51
5/2 -Wege Magnetventil was created by Edi_48

5/2 -Wege Magnetventil

Category: Deutsch

Hallo ich möchte gerne ein 5/2 Wege Magnetventil  an eine  Mesa 7i76e anschliessen.
Ich habe folgendes in meine Hal-Datei geschrieben:
net werkzeug-auf <=motion.tool-release
net werkzeug-auf => hm2_7i76e.0.5.output -00
Vedrahtung: TB5 Ausgang 00(Mesa TB5 pin 16)

Linuxcnc meldet  unbekannt  motion.tool-release
 wo ist mein Fehler

mfg 
Hilton

 
  • meister
  • meister
Today 07:26 - Today 07:28

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

All my positive terminals are connected to the purple cable via a thin wire.

Dirhold isn’t the problem; it really is the voltage that’s coming through – there was a clear difference between 3.3V and 5V.

My connections are like in your image, but with EN connected.

You could use a multimeter to check what voltage is coming through your DIR pin.
 
I suspect that when the DIR signal starts acting, it might not follow the set dirhold wait time, outputting PULSE before the process is complete. When encountering a motor driver with a slow dirhold response, this results in an invalid PULSE output. It's strange that increasing the dirhold value doesn't solve the problem; this is a problem I don't understand.
 



You can check that Dirhold is working using Testbench and by monitoring it on an oscilloscope or logic analyser.
It worked for me with the default settings, but it’s certainly better to set it to the manufacturer’s specifications to be on the safe side.


(cd riocore/plugins/stepdir/ ; make)



In my tests, the problem only occurred at 3.3V;
if you Google ‘DM542 problem’, you’ll find lots of reports of the same issue.[/quote]
  • viewsat
  • viewsat
Today 07:12 - Today 07:16

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

All my positive terminals are connected to the purple cable via a thin wire.

Dirhold isn’t the problem; it really is the voltage that’s coming through – there was a clear difference between 3.3V and 5V.

My connections are like in your image, but with EN connected.

You could use a multimeter to check what voltage is coming through your DIR pin.
 

I suspect that when the DIR signal starts acting, it might not follow the set dirhold wait time, outputting PULSE before the process is complete. When encountering a motor driver with a slow dirhold response, this results in an invalid PULSE output. It's strange that increasing the dirhold value doesn't solve the problem; this is a problem I don't understand.
  • viewsat
  • viewsat
Today 06:23 - Today 06:49

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

Hi tuxcnc
I tried increasing the dirhold (PULSE=10, DIR=25) but it still didn't return to the origin correctly. When using a stepper motor, I pay attention to the Sequence Chart of Control Signals. If I use a Leadshine DM542 uses HCPL-063L/15MB high-speed optocouplers for both the DIR and Pulse inputs, so there are no problems using it.
Because increasing the dirHOLD time should have solved the problem, but it didn't. If Riocore hadn't fixed the DIR issue with the cheap DM542 driver mentioned earlier, I could only replace the pc817 with a 6N137. However, I still really hope that Meister will pay attention to this problem.
 
 
 
 
 
  • meister
  • meister
Today 04:29

LinuxCNC-RIO - RealtimeIO for LinuxCNC based on FPGA (ICE40 / ECP5)

Category: Computers and Hardware

All my positive terminals are connected to the purple cable via a thin wire.

Dirhold isn’t the problem; it really is the voltage that’s coming through – there was a clear difference between 3.3V and 5V.

My connections are like in your image, but with EN connected.

You could use a multimeter to check what voltage is coming through your DIR pin.
  • tuxcnc
  • tuxcnc
Yesterday 03:37

Gui message while homing with shared home/limit swiches

Category: Qtvcp

Am I the only one using QtDragon? 
 

No. You are only one using your config.
Displaying 1 - 15 out of 14022 results.
Time to create page: 0.434 seconds
Powered by Kunena Forum