Advanced Search

Search Results (Searched for: )

  • slowpoke
  • slowpoke
18 Nov 2024 19:32 - 18 Nov 2024 19:55

I'm going to convert my 10x22, 2 axis lathe to CNC, conversion images please

Category: Milling Machines

I recently converted my knee mill to CNC, I now want to do the same for my 10x22, 2 axis lathe.

Lathe is a Craftex CX706 which is identical to a PM1022

I would like to see how people have mounted their steppers / servos to give me some mounting ideas, so if you have done a lathe conversion, please post an image of the stepper/servo mounting.

I measured required cross-slide torque at 0.5 Nm (just to move cross-slide), not sure how much extra is required for actual cutting?

I'm leaning towards 7i96S for a control board. Comments welcome.

Much appreciated.
 
  • CallumRD1
  • CallumRD1
18 Nov 2024 18:59 - 18 Nov 2024 19:12
Replied by CallumRD1 on topic eStop with lcec input issue

eStop with lcec input issue

Category: EtherCAT

I don't mean to be obtuse, but do you mind explaining the syntax of a Hal component like that? I don't understand how to integrate the function into my 'net estop-ext <= lcec.0.0.in-1-eStop'.

Edit: I understood it better than I thought. I was chasing around a typo and not realizing it. This is what worked for me. (I know it's not the most compact or elegant syntax, but it works!)

addf not.0 servo-thread
net estop-ext <= lcec.0.0.in-1-eStop
net estop-ext => not.0.in
net not-estop-ext not.0.out => iocontrol.0.emc-enable-in

Thank you for the help!
  • PCW
  • PCW's Avatar
18 Nov 2024 18:56

problem while connecting the MESA 7i76e card to RS422 modbus-RTU and servo drive

Category: Driver Boards

OK then its just

RX <-- TX
TX --> RX

Though polarity may be either way
Mesa uses the EIA-RS-422/423 standard
where RX+ and TX+ are the inverted data
(for compatibility with RS-423/RS-232)
  • Aciera
  • Aciera's Avatar
18 Nov 2024 18:34
Replied by Aciera on topic eStop with lcec input issue

eStop with lcec input issue

Category: EtherCAT

use the 'not' hal component:
linuxcnc.org/docs/html/man/man9/not.9.html
  • azax
  • azax
18 Nov 2024 18:28 - 18 Nov 2024 18:32

problem while connecting the MESA 7i76e card to RS422 modbus-RTU and servo drive

Category: Driver Boards

The drive is using RS-422, and I think it operates in Full Duplex (bidirectional) mode.
  • PCW
  • PCW's Avatar
18 Nov 2024 18:12

problem while connecting the MESA 7i76e card to RS422 modbus-RTU and servo drive

Category: Driver Boards

Note sure, the drive shows a full duplex connection
Is it full or half duplex?
  • warwickben
  • warwickben
18 Nov 2024 18:02
Simple lathe question was created by warwickben

Simple lathe question

Category: Turning

I have a lathe I would like to convert but I really don’t feel like dealing with the motor/spindle.  I know I won’t have sfm etc .   But threading…..
if i put two encoders on the spindle rpm/postion . 
can I just set the lathe to the rpm I want matching what I programmed it to and Linuxcnc will handle the timing todo single point threading ? 
  • azax
  • azax
18 Nov 2024 17:44

problem while connecting the MESA 7i76e card to RS422 modbus-RTU and servo drive

Category: Driver Boards

thank you Peter , 
I want to confirm my understanding. Are the connections in this image correct as you mentioned, or did I misunderstand?
 
 
  • digiex_chris
  • digiex_chris
  • langdons
  • langdons
18 Nov 2024 17:33 - 18 Nov 2024 17:34

Latency of parallel port system on decent hardware.

Category: General LinuxCNC Questions

I have LinuxCNC 2.9.3 running on Debian Bookworm installed on a decent old PC.

The latency test returned a max jitter of about 15ns for the top number and 24ns for the bottom number.

I have now removed all unnecessary hardware and peripherals.

I will also blacklist as many kernel modules as possible.

The CPU scaling governor is set to performance.

The PC communicates with the microstep drivers directly through a PCI-e parallel port card, a parallel port cable, and a PMDX-122 buffer board.

Is this latency acceptable?

Would LinuxCNC 2.714 Wheezy work better for my setup?

I will post latency test result after disabling all unnecessary hardware.

Is it worthwhile to disable the Ethernet port (blacklist e1000e) to reduce latency?
  • PCW
  • PCW's Avatar
18 Nov 2024 17:24

Help: configure a Servo motor with (PUL/DIR) as a Spindle by Par-port stepconfig

Category: StepConf Wizard

if the spindle motor is step/dir, you setup the spindle stepgen as a normal joint stepgen
except  you set the stepgen to velocity mode and connect the stepgen velocity command
to the commanded spindle speed (that step scale must me chosen to get the correct RPM)
  • sk_linuxcnc
  • sk_linuxcnc
18 Nov 2024 17:15

Help: configure a Servo motor with (PUL/DIR) as a Spindle by Par-port stepconfig

Category: StepConf Wizard

No i dont want to use it as both A axis and spindle. I just want to use it as a Spindle. But i dont know how. The pul and dir pins of the motor need to be configured as what? Spindle CW and Spindle PWM? Where to get stepgen from? I basically need entire help on configuration so that i can make this jmc ihsv86 Servo motor as a spindle.
  • CallumRD1
  • CallumRD1
18 Nov 2024 16:49
eStop with lcec input issue was created by CallumRD1

eStop with lcec input issue

Category: EtherCAT

Hi all,

I have a simple question that I can't seem to find an answer to. I have a NC eStop switch wired up to an input on my Delta B3 drives running Ethercat. I have the following line in my Hal file for that eStop switch:

net estop-ext <= lcec.0.0.in-1-eStop

This appears to work, but has the sign backwards. (i.e. would operate fine if my eStop switch was NO instead of NC). How do I invert the sign of this input so it operates correctly with my NC switch? I found references to adding a "-not" or "_not" to the end of the input, but that isn't working, I get a variable error as it appears to be treating the "-not" as part of the variable string.

Thanks,
Callum
  • PCW
  • PCW's Avatar
18 Nov 2024 16:46

Fanuc Serial Pulse Coders - Red cap servos, mesa 7i76e, how to?

Category: Driver Boards

The timer number setup is via a parameter
probably something with "fanuc" and "timer" in it's name
  • Bennett
  • Bennett's Avatar
18 Nov 2024 16:25 - 18 Nov 2024 16:43

Fanuc Serial Pulse Coders - Red cap servos, mesa 7i76e, how to?

Category: Driver Boards

Yes I have a digital oscilloscope, set it up at the machine today so that should be helpful. Looking at the pins, here's what's available.

 

Also, unsurprisingly no output from the serial port  with the current configuration.
Displaying 17611 - 17625 out of 24281 results.
Time to create page: 0.395 seconds
Powered by Kunena Forum