587,997 active members*
2,126 visitors online*
Register for free
Login
Results 1 to 20 of 136

Hybrid View

  1. #1
    Join Date
    Dec 2010
    Posts
    17

    Re: Speed Control For SX3 ?

    I wish I did have official schematics - everything I have on the SX3 is reverse engineered - handwritten notes based on voltage/scope readings, etc. I think someone on this forum may have previously made up some power supply schematics. I know of 3 different versions of SX3 boards, and have seen 2 of them here. Sieg is very paranoid about releasing tech on their boards, and my attempts to get official info via a US dealer have led nowhere, probably because software and hardware piracy is rampant in China.

    And yes, I'm the guy that has been repairing C2/X2/X3/SX2,SC2, etc.. machines for the last couple of years. I got into the game when John G. quit the first time, then he started again a few months after I started doing it. As far as I know he's quit for good as of Jan '16. -Pete (olduhfguy.com)
    -Pete
    http://repaircontroller.com

  2. #2
    Join Date
    Oct 2008
    Posts
    1645

    Re: Speed Control For SX3 ?

    It' ashame, doesn't Sieg understand every time a company goes open source their product sales goes thru the roof. Linksys and DJI and everyone else that published code or API's only increase their sales because people feel much better when they can upgrade their own firmware and customize it to fit "their" needs. The only reason that Sieg won't is because they most likely either copied the code from someone else or some examples, or they're too embarrassed by all the elementary mistakes they made by a 13 year old junior programmer.

    Come on Sieg, get real, you sort of try to build milling machines, and sort of try and write software. Focus on one or the other and let the real folks fix your screw ups, kind of like we have to do on the rest of the mill !!! For god's sake, ya still haven't fixed all the gib issues being machined to the incorrect angles !!!

    Sorry guys, Rant over.
    Richard

    Quote Originally Posted by olduhfguy View Post
    I wish I did have official schematics - everything I have on the SX3 is reverse engineered - handwritten notes based on voltage/scope readings, etc. I think someone on this forum may have previously made up some power supply schematics. I know of 3 different versions of SX3 boards, and have seen 2 of them here. Sieg is very paranoid about releasing tech on their boards, and my attempts to get official info via a US dealer have led nowhere, probably because software and hardware piracy is rampant in China.

    And yes, I'm the guy that has been repairing C2/X2/X3/SX2,SC2, etc.. machines for the last couple of years. I got into the game when John G. quit the first time, then he started again a few months after I started doing it. As far as I know he's quit for good as of Jan '16. -Pete (olduhfguy.com)

  3. #3
    Join Date
    Oct 2008
    Posts
    1645

    Re: Speed Control For SX3 ?

    I forgot to add, they tried, but even their add-on cnc board for the SX3 sucks. Their logic doesn't even come close to the directions. It works, and it works fine, but don't try to follow their documentation. The programmer or document writer was not on the same page. I'm referring to the board sold by LMS.

  4. #4
    Join Date
    Dec 2010
    Posts
    17

    Re: Speed Control For SX3 ?

    FWIW I'm in the middle of a project involving the aforementioned interface - The start/stop pin doesn't seem to be working correctly, and I'm waiting on a second board to compare readings. After scoping/documenting it's going to be speaking to a G540 and then hopefully handed back to a customer for use in manufacturing. Fingers crossed....



    Quote Originally Posted by rwskinner View Post
    I forgot to add, they tried, but even their add-on cnc board for the SX3 sucks. Their logic doesn't even come close to the directions. It works, and it works fine, but don't try to follow their documentation. The programmer or document writer was not on the same page. I'm referring to the board sold by LMS.
    -Pete
    http://repaircontroller.com

  5. #5
    Join Date
    Oct 2008
    Posts
    1645

    Re: Speed Control For SX3 ?

    All the boards are the same. Stop Start pin does not work. LMS is very aware of this. It's really not a problem because Mach quits sending a signal on the M5 command and the intercase will still stop. Upon a M3 or M4 the signal starts up again and the controller will start the spindle.

    Richard

  6. #6
    Join Date
    Dec 2010
    Posts
    17

    Re: Speed Control For SX3 ?

    I made a breakout board to test the signals between the XMT-SK and the motor control board. The problem with the START/STOP function is a missing jumper (See attached photo) that must be installed on the motor control board to activate the start/stop function. With the jumper in place there must be a ground on the START/STOP pin to enable the spindle motor.

    Also - There is serial data present on one of the other lines that apparently represents the analog speed input voltage. More tests to follow...... -PeteClick image for larger version. 

Name:	sx3 jumper.jpg 
Views:	10 
Size:	104.2 KB 
ID:	313340


    Quote Originally Posted by rwskinner View Post
    All the boards are the same. Stop Start pin does not work. LMS is very aware of this. It's really not a problem because Mach quits sending a signal on the M5 command and the intercase will still stop. Upon a M3 or M4 the signal starts up again and the controller will start the spindle.

    Richard
    -Pete
    http://repaircontroller.com

  7. #7
    Join Date
    Apr 2014
    Posts
    2
    Quote Originally Posted by olduhfguy View Post
    I made a breakout board to test the signals between the XMT-SK and the motor control board. The problem with the START/STOP function is a missing jumper (See attached photo) that must be installed on the motor control board to activate the start/stop function. With the jumper in place there must be a ground on the START/STOP pin to enable the spindle motor.

    Also - There is serial data present on one of the other lines that apparently represents the analog speed input voltage. More tests to follow...... -PeteClick image for larger version. 

Name:	sx3 jumper.jpg 
Views:	10 
Size:	104.2 KB 
ID:	313340
    Pete were you able to get this working? Can you share the solution.

    Also, might be a noob question but how can a tach signal be sent back to Mach3 from the SX3?

    Screener
    Last edited by Screener; 04-21-2016 at 08:29 PM.

  8. #8
    Join Date
    Oct 2008
    Posts
    1645

    Re: Speed Control For SX3 ?

    I forgot to mention, their controller is very linear for the speed input, BUT there top speed using that board is only 1700 RPM instead of 1800 if I remember correctly. The G540, unless they changed the RC network, it had some pretty serious dips in it's output when loaded with that board. I checked Mach3 output and it was fine, the interface board was fine, and the G540 was not fine. I tried 2 new G540's. It can all be compensated for using the speed calibrate function to auto calibrate, if you have an RPM signal coming back into Mach3.

    Richard

  9. #9
    Join Date
    Dec 2010
    Posts
    17

    Re: Speed Control For SX3 ?

    Interesting, very interesting. Does the start/stop issue exist when the interface is used with the SX2 as well ? Do any signals appear on the controller side of the interface board when the start/stop pin is activated ? I understand that this pin is not necessary to control speed (the analog input will do this), but it exists and should work as advertised. I will investigate further and share with LMS. I'll see if I can come up with, or make a table of analog voltage vs RPM assuming some preset position of the pot on the interface board. I want to stay on the hardware side of things and leave the CNC development to others, but I want to insure that the hardware tools all work as advertised. If this appears to be an issue with Atmel code, my position would be to encourage(?) Sieg to support/update/correct their products or put their code in public domain. -Pete


    Quote Originally Posted by rwskinner View Post
    I forgot to mention, their controller is very linear for the speed input, BUT there top speed using that board is only 1700 RPM instead of 1800 if I remember correctly. The G540, unless they changed the RC network, it had some pretty serious dips in it's output when loaded with that board. I checked Mach3 output and it was fine, the interface board was fine, and the G540 was not fine. I tried 2 new G540's. It can all be compensated for using the speed calibrate function to auto calibrate, if you have an RPM signal coming back into Mach3.

    Richard
    -Pete
    http://repaircontroller.com

  10. #10
    Join Date
    Oct 2008
    Posts
    1645

    Re: Speed Control For SX3 ?

    I don't know anything about the SX2. I sold my SX3 last year so I don't have it to look at BUT, they may have changed something because I sure do not remember a trim pot on the board I had.
    It's funny that the display would show the correct RPM on the SX3 but a tach showed it to be 100 RPM low. This only occurred at wide open RPM. The tach was pretty much dead on on the rest of the speeds.

    It was like they knew it was messed up and faked out the display even tho the actual RPM was way lower.

Similar Threads

  1. 180V DC Motor Speed control Neco speed controller card - PLEASE HELP
    By gridevolver in forum CNC Machine Related Electronics
    Replies: 5
    Last Post: 01-22-2019, 06:44 PM
  2. Damp? Sieg X1 speed control and stepper control.
    By Memran in forum CNC Machine Related Electronics
    Replies: 1
    Last Post: 02-05-2014, 10:16 PM
  3. Cutting speed locked to Z torch height control speed
    By Beefy in forum Mach Plasma / Laser
    Replies: 1
    Last Post: 02-15-2010, 12:14 AM
  4. Seig x2 Speed Control and c6 Control Board
    By skmetal7 in forum Benchtop Machines
    Replies: 2
    Last Post: 04-21-2008, 09:17 PM
  5. BPSeriesI / Centroid control- Spindle speed all out of whack with speed dial?
    By peter.blais in forum Bridgeport / Hardinge Mills
    Replies: 9
    Last Post: 08-08-2006, 09:29 AM

Tags for this Thread

Posting Permissions

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