Advanced Search

Search Results (Searched for: )

  • AndyDM01
  • AndyDM01
12 Aug 2024 18:27

I have serious questions about some stuff I didn't find an answer for

Category: EtherCAT

I am just overloaded with other jobs at work right now, didn't even get the one I am retrofitting from mach3 (dead Bob... again!) to linuxcnc to move yet... already working overtime just trying to get the normal repairs done in a normal schedule..
  • AndyDM01
  • AndyDM01
12 Aug 2024 18:21

I have serious questions about some stuff I didn't find an answer for

Category: EtherCAT

this is exactly what i told to my boss about this shite pneumatic cilinder doing the up / down torch BS... thx Rodw for pointing this out . when you can have the chance to upgrade a machine, then you should upgrade the machine all the way
  • Krulli_Fräser
  • Krulli_Fräser
12 Aug 2024 18:18
Replied by Krulli_Fräser on topic 7i97t with 7i84d connection problem

7i97t with 7i84d connection problem

Category: Driver Boards

I have 24V on the 5 pins to the left of the orange screw terminal.
  • besriworld
  • besriworld
12 Aug 2024 18:12
Replied by besriworld on topic OLD Lathe conversion to a CNC

OLD Lathe conversion to a CNC

Category: Turning

Thanks, what size should the ring be?
  • PCW
  • PCW's Avatar
12 Aug 2024 18:03
Replied by PCW on topic 7i97t with 7i84d connection problem

7i97t with 7i84d connection problem

Category: Driver Boards

Looks OK, can you verify that you have +24V
on both VFIELDB pins?
  • Carsten
  • Carsten
12 Aug 2024 18:00
Replied by Carsten on topic Probe Basic in QTDragon

Probe Basic in QTDragon

Category: Qtvcp

Hi Chris,

I upgraded to 2.9.3 and would appreciate a hint how to use a custom iu file.

Kind regards
Carsten
  • cncproject2024
  • cncproject2024
12 Aug 2024 17:53
Replied by cncproject2024 on topic Wiring limit switches to MESA 7i96s

Wiring limit switches to MESA 7i96s

Category: Computers and Hardware

I have now solved the issue. Thanks for the help
  • Krulli_Fräser
  • Krulli_Fräser
12 Aug 2024 17:48
Replied by Krulli_Fräser on topic 7i97t with 7i84d connection problem

7i97t with 7i84d connection problem

Category: Driver Boards

I contacted the vendor and they advised me to order a replacement card and send the defective one back for review. They also informed me that all boards were tested before shipping and most defects are user error. Now, I only connected what is shown in the pictures for a quick test and the card was not working from the start.

Can someone confirm if I made any errors connecting it? (Not to prove anything to the vendor but to save me from scrapping another card)
  • RotarySMP
  • RotarySMP's Avatar
12 Aug 2024 17:30
Replied by RotarySMP on topic Fehlmann Picomax 100 Retrofit

Fehlmann Picomax 100 Retrofit

Category: Milling Machines

"Its alive"!
  • cncproject2024
  • cncproject2024
12 Aug 2024 17:26
Replied by cncproject2024 on topic Wiring limit switches to MESA 7i96s

Wiring limit switches to MESA 7i96s

Category: Computers and Hardware

I think I've found the correct pins in pncof. But when I select the pin for home z axis and it hits the limit switch. Instead of continuing the homing routine it shuts off the whole system and says j3 hit limit in home state. Is the whole point of the homing routine not that it hits the liit switch and then continues the homing sequence for the other axis (I'm homing x first btw). Do I need to select it as a different function? I thought the home function would surely be the correct one
  • DrDflo
  • DrDflo's Avatar
12 Aug 2024 17:25

Joint Amplifier Fault on Non-Moving Axis

Category: Basic Configuration

Background: I have a 3-axis benchtop milling machine (PM-833TV) that I converted to CNC. I upgraded to DMM servo motors about 3-years ago and everything has worked like a charm until the hard drive in my HP 8300 died last week. I misplaced my most recent backup HAL and INI files, so I had to modify an older version. They are attached below. I also upgraded from 2.8 to 2.9 after installing the new hard drive. I am using the ProbeBasic GUI. 

The problem: Approximately every other manual tool change, when the Z-axis retracts the spindle to its max travel, I receive a "joint 1 amplifier fault." This is odd because the Z-axis is joint 2. Joint 1 is the Y-axis, which is not moving. Further, when the DYN4 servo drivers encounter an error their status LED switches to red and the drives have to be power cycled to clear the error. There is no indication of an error on the physical Y-axis drive when I receive the fault on the LinuxCNC GUI. Simply pressing the power button in the GUI allows me to resume control of the mill (but it cancels my current milling operation). Further, this "joint 1 amplifier fault" does not occur during long milling operations the rely heavily on the Y-axis only during manual tool changes. 

Any idea what could be causing this? Please let me know if you require any additional information
  • cncproject2024
  • cncproject2024
12 Aug 2024 17:08
Replied by cncproject2024 on topic Wiring limit switches to MESA 7i96s

Wiring limit switches to MESA 7i96s

Category: Computers and Hardware

In pnconf configuration, how do I know which input number corresponds to the input pins on my 7i96s?
  • Mecanix
  • Mecanix
12 Aug 2024 17:01

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

Category: Computers and Hardware

I'm going to have to disagree with you on the need for pull up or pull down resistors on inputs, especially with switches (unless the switch is switching to either zero or 5v)and rotary encoder that have an open collector output. Without a pullup or pull down resistor the input is going to float, until that input has a definite logic level on it. With high impedance inputs it requires very very little current to switch the input, if the voltage is at the right level. Generally on a chip such as the venerable 74xx245 when the enable inputs are in the disable state the output is considered to be in a "high impedance state" and is unable to "drive" the outputs.
Honestly any input that is connected via a cable needs a pullup or pulldown resistor for the case of a breakage in the signal wire, especially with an MPG, if teh signal wire breaks you want that input at the board end to held at a known level. The last thing you want is for your input to pick up stray noise and start oscillating. The chip wont "know" if it is a legitimate signal or noise and will pass that on to the other side.
That's why sometimes I feel am opto isolator is a bit better in this respect as the current required to drive the LED in normal situations is a little higher than induced noise in the line.

Never in my life have I designed a digital circuit that takes external off board signals with pullup or pulldown resistors, or inputs that get the input from a SPST switch from an on board switch without a pullup or pull down.

Before sending this out to the pcb fab, and out of fear this would have been too good to be true, I've set my function generator to 'noise' and beaten up an input with the oscope trigger set to catch a low level. It did after a few seconds. Be pleased to know your advice was taken, I've added 20K pupps on the inputs
  • PCW
  • PCW's Avatar
12 Aug 2024 16:51
Replied by PCW on topic Wiring limit switches to MESA 7i96s

Wiring limit switches to MESA 7i96s

Category: Computers and Hardware

You need some voltage across the switch for operation
generally 5V is too low for reliable operation of mechanical
switches so 12 V or 24V are suggested. The 7I96S isolated
inputs are rated to work with 4V to 36V input voltages.

NO or NC makes no difference except for hal settings

You can try 5V but its not the best.
  • swepeter
  • swepeter
12 Aug 2024 16:43 - 12 Aug 2024 16:43

Pi4b and Pi5 users - What should go in a 2.9.3 image

Category: Installing LinuxCNC

Thank you so much!
is it recommended to do a new setup by the wizard or can I use my old hal and ini?
Displaying 21241 - 21255 out of 26050 results.
Time to create page: 0.470 seconds
Powered by Kunena Forum