Hello Guest it is March 19, 2024, 03:06:55 AM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - TPS

491
Show"N"Tell ( Your Machines) / Re: LMS 5500 (SX2.7) Conversion
« on: March 04, 2021, 03:30:48 AM »
to use an external micrcontroller is also a plan, but 57CNC board can provide a 0-5V Signal and has a lot Outputs witch
can be used to "emulate" the pushbuttons.

492
this document:

https://www.buildyourcnc.com/Documents/PN.SM86HT80-5504B-U(inhouse%20PN.85BYGH450A-47-80)%20(1).pdf

says Motor Connections should be:
A+ red
A- green
B+ yellow
B- blue

different to your wiring.

sorry in interpreted the 20,000 as 20000 and not as 20, because 20000 would be extremly to much.
i have chosen 400 because your Motor is a 1.8Deg Motor so we have 200Steps/rev.
stepper controler is set 1/2 step so 200*2=400.

493
VB and the development of wizards / Re: autotoolzero
« on: March 04, 2021, 02:59:05 AM »
there are a few possibilities for the failue:

-wiring
-electric noise on your wiring
-defective BOB

494
Show"N"Tell ( Your Machines) / Re: LMS 5500 (SX2.7) Conversion
« on: March 03, 2021, 01:22:17 PM »
nice work :D.

if you can emulate the Switches by using optocoupler Outputs, the rest can be done in M3,M4 and M5 macro
easily. if you are usin Mach3 i can help if Mach4 sorry not.

495
General Mach Discussion / Re: Mach3 Brain Input not saving
« on: March 03, 2021, 01:41:46 AM »
that is a bug i brain Editor.
the brain will run with correct Setting, it only uses Default Settings if you what to reedit the Signal.

496
accordind to your Picture lets try to get the y-axis running.

Config -> Port's/Pin's -> Motor Outputs -> y-axis
step pin->5
dir pin ->4
both active low enabled

CW8060
SW1->0
SW2->1
SW3->1
SW4->1
SW5 to SW8 all 0

assuming you want to run your machine in imperial Units and the Motor should make 1 rev/inch
Config > Motor Tuning -> Y-axis
step's per -> 400
velocity -> 80
acceleration -> 40
don't Forget to press the SAVE AXIS SETTINGS button

in this configuration you should be able to run the Motor in jog mode.

497
General Mach Discussion would have been a better place for this thread.

anyhow some more Information about your System would be helpful.
like:
-what OS are you running
-what motion controller are you using
-what stepper Controller
-witch Mach Version
-how are the Motor connected to your axis
-Pictures Pictures Pictures

with the information provided, it will get realy hard to help without using a magic glasball.


498
General Mach Discussion / Re: Plasma table
« on: March 02, 2021, 12:05:39 PM »
AWG22 sounds very small for Motor cable, there is no reason why not replacing them to bigger ones.

499
Good morning
(I'm a newbie)
I know this is not a forum for Chinese cnc's. I just can not find help anywhere.
My CNC is a DIY machine made from imported(China) parts and locally sourced parts.
Normally i love to solve my own problems but sometime you hit the roadblock.
MPG that i purchased overseas works fine to some extend (handwheel) works but all the selectors (axis)are dead.
Wiring checked and there should be no problem, but i'm not sure if Mach3 needs extra settings beside MPG enabled(after all it works or not )
Configuration is as follow.
Table size 480mmx480mm (not too big more like a router)
Controller board STB4100 (USB)
Software: Mach3 rev.3.041
Stepper motor boards: TB6600
MPG: Unknown make (Chinese)
I would appreciate if someone could point me to the topic that covers this kind of configuration.
Thank you,
welcome to the Forum. PLS post your Problem in the main Mach3 Forum, not in the New People welcome thread.

500
VB and the development of wizards / Re: autotoolzero
« on: March 02, 2021, 02:23:12 AM »

1. open Main Menue -> Operator -> VB Script Editor

2. copy/paste the complete code into the Editor

3. use  >|| button to excecute code line by line

4. see what code is doing