. .
Page 1 of 2 12 LastLast

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Hi Rob,

    First don't get too hung up on the Bob cheap or Expensive they all do the same Job which is providing an easy way to connect to the Pulse device. They don't actually do much more than pass signals thru and thou not recommended you don't actually need one at all.
    You could connect directly to the parallel port cable but it doesn't provide any isolation to the PC so not recommended as could damage the PC if anything goes wrong.

    The Pulse device in your case would be the PC parallel port which needs Motion control software like Mach3/4 which provide Parallel port Driver which interfaces with the PC.

    So put simply you need Motion control software like Mach3/4 or LinxCNC.
    In your Case I suggest using LinxCNC as it's free and can be run directly from Boot CD ( I think.? I'm not into linx others will correct me if wrong).

    To run Machine the process goes.

    Control software >>>Pulse Device(parallelport)>>>BOB (optional) >>>Motor Drive>>>Motor.

    Why can't you install Mach3.? is it because using 64Bit PC.?

  2. The Following User Says Thank You to JAZZCNC For This Useful Post:


  3. #2
    Hi Jazz,

    Thank you for the detailed reply. I really appreciate it.

    I did wonder why the BoB was so bare. When I turned it over to look at the pins a lot of them were not connected to anything. My only concern was that the BoB I have does not have any protection (from what I can see) for the PC. I think all it does it makes connection easier. And some of them look to need a 5V power supply which threw me off!

    My problem with the software is probably due to my work running all sorts of virus/network software which causes conflicts often. But hopefully I will have a dedicated Win 7 machine running all the software for the gantry. But I will look into Linux as it might be easier to integrate with some of our other software.

    My other question was with the stepper driver device. I have powered it from the main power supply and then connected the motor. Remaining on the controller was Pul +, Pul -, Dir +, Dir -, and En +, En -. Do you happen to have a good source of info I could look at regarding how to wire this end of the system up? This evening I have ended up reading all about the input signals for a stepper motor but I fear I might be going into more detail that I need. And then you end up feeling lost!

    Again, thank you for the help, it's really nice of you.

    Rob

  4. #3
    Quote Originally Posted by dr_rob View Post
    My other question was with the stepper driver device. I have powered it from the main power supply and then connected the motor. Remaining on the controller was Pul +, Pul -, Dir +, Dir -, and En +, En -. Do you happen to have a good source of info I could look at regarding how to wire this end of the system up?
    Can't give source where to look but I can explain it easy enough.

    The Motion control device provides OUTPUTS which it sends out signals and pulses required to tell the drives which direction and how far to move. These OUTPUTS basicly fall into two types MOTOR OUTPUTS for each Axis and General OUTPUTS which provide 5Vdc Signal.
    Each OUTPUT as Positive Negative connection.

    So DIR connection is MOTOR OUTPUT and controls the Direction to travel. This is done by sending 0V or 5v depending on direction.
    PUL Connection is the PULSE MOTOR OUTPUT which gives stream of pulses relating to how far to move.

    The En is Signal to the drive to ENABLE/DISABLE. Often this isn't used and left unconnected.
    If used this would be connected to General OUTPUT or could be controlled by external device like relay by sending 5Vdc.

    So in your case there will be Pins on the BOB which are MOTOR OUTPUTS and Some which are General OUTPUTS. If using the parallel port they tend to stick to standard arrangement. ie: Pin2 =XDir Pin3=Xpul etc.

    There will also be pins for INPUTS.

    Hope this helps.

  5. #4
    Click image for larger version. 

Name:	BOB stepper wiring diagram.jpg 
Views:	389 
Size:	18.5 KB 
ID:	19843

    If it helps, here's a rough wiring diagram that would suit a lot of break-out boards and stepper drivers. As JazzCNC says, the Enable signal is sometimes considered optional; if you leave it disconnected then the stepper driver defaults to "Enabled" anyway. The "Pulse" connection is sometimes marked "Step"; again, previous post explains why.

    I've just had a quick look at the "manual" for your BOB; not very helpful, is it? However, you should be able to identify step and dir signals for each axis (=stepper driver). Doesn't appear to be an Enable output anyway but I might have misread it. All ground connections (- connections on stepper driver) go to a single common ground terminal on the BOB. The manual then tells you what pin numbers in Mach3 you should configure for each signal (Mach3>Config>Ports and Pins). However, there is still this question about whether you are running on a 32-bit Windows; the parallel port driver will not work on any 64-bit Windows version.
    Last edited by Neale; 06-12-2016 at 11:19 PM.

  6. #5
    Quote Originally Posted by Neale View Post
    Click image for larger version. 

Name:	BOB stepper wiring diagram.jpg 
Views:	389 
Size:	18.5 KB 
ID:	19843

    If it helps, here's a rough wiring diagram that would suit a lot of break-out boards and stepper drivers. As JazzCNC says, the Enable signal is sometimes considered optional; if you leave it disconnected then the stepper driver defaults to "Enabled" anyway. The "Pulse" connection is sometimes marked "Step"; again, previous post explains why.

    I've just had a quick look at the "manual" for your BOB; not very helpful, is it? However, you should be able to identify step and dir signals for each axis (=stepper driver). Doesn't appear to be an Enable output anyway but I might have misread it. All ground connections (- connections on stepper driver) go to a single common ground terminal on the BOB. The manual then tells you what pin numbers in Mach3 you should configure for each signal (Mach3>Config>Ports and Pins). However, there is still this question about whether you are running on a 32-bit Windows; the parallel port driver will not work on any 64-bit Windows version.
    Hi Neale,

    Thank for the diagram. Very, very handy.

    Yep, the instructions for the BoB are terrible! But I'm pretty sure from your diagram and Jazz's description of the system I will be able to figure it out without too much trouble.

    As for the version of Windows, I am going to source a 32bit verison of Windows. I was going to go with Windows 7, unless you think a later/earlier version is better suited to the job?

    Thanks again for the help. I think the BoB was causing me the most confusion but I think I got it now!

    Rob

  7. #6
    Win7 is the latest that came with a 32-bit version, I believe, so that's the one to go for. Probably the best and most stable version of recent years as well.

    - Dr Brian (well, everyone else is boasting about it...)

  8. #7
    Quote Originally Posted by Neale View Post
    Win7 is the latest that came with a 32-bit version, I believe, so that's the one to go for. Probably the best and most stable version of recent years as well.

    - Dr Brian (well, everyone else is boasting about it...)
    Damn straight! Who says PhD' are useless :D
    https://emvioeng.com
    Machine tools and 3D printing supplies. Expanding constantly.

  9. #8
    Quote Originally Posted by JAZZCNC View Post
    Can't give source where to look but I can explain it easy enough.

    The Motion control device provides OUTPUTS which it sends out signals and pulses required to tell the drives which direction and how far to move. These OUTPUTS basicly fall into two types MOTOR OUTPUTS for each Axis and General OUTPUTS which provide 5Vdc Signal.
    Each OUTPUT as Positive Negative connection.

    So DIR connection is MOTOR OUTPUT and controls the Direction to travel. This is done by sending 0V or 5v depending on direction.
    PUL Connection is the PULSE MOTOR OUTPUT which gives stream of pulses relating to how far to move.

    The En is Signal to the drive to ENABLE/DISABLE. Often this isn't used and left unconnected.
    If used this would be connected to General OUTPUT or could be controlled by external device like relay by sending 5Vdc.

    So in your case there will be Pins on the BOB which are MOTOR OUTPUTS and Some which are General OUTPUTS. If using the parallel port they tend to stick to standard arrangement. ie: Pin2 =XDir Pin3=Xpul etc.

    There will also be pins for INPUTS.

    Hope this helps.
    Thank you Jazz,

    I think with your explanation (much clearer than a lot of info I have found online) and the one from Neale has clarified things immensely to be honest.

    I was having a little play with the BoB today and with a meter I could see the voltages coming out of some of the pins (not quite 5V but 3.6V, which may either be normal or it's because I have had to use a PCI expansion slot in the PC as it didn't come with a parallel port). My next step is to get a dedicated PC assigned for the job, install Win7(32 bit) and then install Mach3. Then I think I will be on the home run!

    Thanks again for saving me a lot of hair-pulling.

    Rob

  10. #9
    Quote Originally Posted by dr_rob View Post
    I was having a little play with the BoB today and with a meter I could see the voltages coming out of some of the pins (not quite 5V but 3.6V, which may either be normal or it's because I have had to use a PCI expansion slot in the PC as it didn't come with a parallel port).
    Possibly because of the PCI. It's very common for modern PC's to only supply 3.6V. However this is BAD NEWS for CNC and you need close to 5v to work correctly.
    With 3.6V you will have trouble because there isn't difference between HIGH and LOW.?
    When I said 0v and 5V I actually should have also said LOW & HIGH because that what really matters to CNC. LOW is anything from 0v to 2.5v HIGH is anything thing from 3.1 to 5V.
    So with only 3.6v there not enough difference between Hi - Low signals and just slight difference or drop in voltage can cause missed steps and all sorts of strange happenings.

    Only letters could put after my name are "NFC" or "CFS" but Hope that helps expalin little more.
    Last edited by JAZZCNC; 07-12-2016 at 08:27 PM.

  11. #10
    Only letters could put after my name are "NFC" or "CFS" but Hope that helps expalin little more.
    What's wrong with DCM (don't come Monday)

    So with only 3.6v there not enough difference between Hi - Low signals and just slight difference or drop in voltage can cause missed steps and all sorts of strange happenings.
    That's why as you know you need a bob with a level shifter to bring them back to 5V or a decent motion controller.
    Last edited by Clive S; 07-12-2016 at 10:20 PM.
    ..Clive
    The more you know, The better you know, How little you know

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. BUILD LOG: Ar last!!! Started my Gantry 3-Axis CNC Build
    By MikeyC38 in forum DIY Router Build Logs
    Replies: 74
    Last Post: 16-06-2018, 11:29 PM
  2. Fixed Gantry small precision begineer project advice
    By yasu in forum Gantry/Router Machines & Building
    Replies: 11
    Last Post: 17-10-2016, 07:14 PM
  3. Fixed z axis to gantry design
    By Lachlan in forum Gantry/Router Machines & Building
    Replies: 21
    Last Post: 20-10-2015, 09:50 PM
  4. Driving the gantry on Z axis?
    By Skipsoaring in forum Gantry/Router Machines & Building
    Replies: 15
    Last Post: 11-06-2015, 09:26 PM
  5. Gantry design advice please
    By D-man in forum Gantry/Router Machines & Building
    Replies: 10
    Last Post: 07-11-2012, 04:17 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •