PC Parallel Bus for CNC Machine: Is it Possible?

  • Thread starter Thread starter gimini75
  • Start date Start date
  • Tags Tags
    pc
AI Thread Summary
Developing a program to drive motors in a CNC machine without the original communication card poses challenges. The CNC machine in question is a Feedback 926 model with three stepper motors. Options for communication include using off-the-shelf controllers or isolating the motors to drive them independently. Writing a custom program to control the motors via the parallel port is also a possibility, though it may be more complex. Exploring these alternatives can lead to successful motor control for the CNC project.
gimini75
Messages
50
Reaction score
0
Hi

I have a project to do it in my final year, the project is to develope a program to drive motors in a CNC machine, the problem is this CNC machine has it's own card (hardware&software) to be installed in a PC bus to comunacte with the CNC machine but this card is missing and the company which was making this type of CNC machine will no longare producing it, now I want again to communicate with CNC machine from the parallel bus inside the PC is it possible, Iam not sure.

Thanks
 
Physics news on Phys.org
Maybe, what model cnc is it?
If it is fanuc or a jema standard machine I might be able to help you.
 
Hi
Thanks for your reply, the CNC machine which Iam using it in project is a small CNC machine (Feedback 926) with 3 stepper motor.
 
I haven't heard of Feedback. But if you are allowed to isolate the motors from the
controller you can use any off the shelf controller to drive them. There are used
logic controllers available (cheap and easy). Or, you could write your own program to control them with the parallel port (cheaper but not so easy).

Google it. There are many options.
 
Back
Top