Hello Guest it is April 25, 2024, 12:07:20 PM

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.


Topics - michael_may_2014

Pages: 1
1
SmoothStepper USB / Mach3 Senses ESS but no comms
« on: March 14, 2016, 10:36:52 AM »
The Mach3 has been working perfectly under windows 10 for months.
Then one day on starting Mach3 I had to sign the license again before being allowed to open Mach3.
Mach3 "Senses hardware" and opens the "Wake up dialog box"
The wake up dialog box informs me that there is no reply and opens the Ethernet Configuration dialog box.
I insert the ESS address 10.9.9.9 and the dialog boxes close.
The Port Pin - Motor Outputs are remembered, but there is a problem with the Motor Tuning dialog box.
There is no motor outline shape shown in the video window. Moving the sliders immediately sets the acceleration and velocity to zero. I can type a value into the acceleration field and it will hold. Typing a value into the velocity field immediately returns to zero when any other button in the Motor Tuning dialog box is clicked.
Clicking on an axis -x,y, or z and then clicking on velocity or acceleration seems to cause the x,y, or z button to lose focus or highlight.
WireShark shows the following comms going on forever.
19   29.411088   10.9.9.2   10.9.9.255   UDP   86   5021 → 9  Len=44
20   29.412205   10.9.9.9   10.9.9.2   UDP   174   9 → 5021  Len=132
21   29.412375   10.9.9.2   10.9.9.9   UDP   86   5021 → 9  Len=44
22   29.413770   10.9.9.9   10.9.9.2   UDP   174   9 → 5021  Len=132
26   29.626785   10.9.9.9   10.9.9.2   UDP   150   4096 → 5020  Len=108

Until I close Mach3.
The addresses conform with ESS normal practice as follows:
ESS: 10.9.9.9
IP:    10.9.9.2
Gateway: 10.9.9.3
Server: 10.9.9.1
For some reason I got distracted with the ESS and ended up buying a new one! But it's the same fault.

I have uninstalled Mach3 and deleted the folders but whatever version I download I get the same problem.

I hope someone can throw light on this problem
Regards
Mick



2
Hello;
I can't believe that I am the first to have this problem, but I could not find anything about it in the forums. So here goes.
Below is a part of the code created by RS's DesignSpark:

%FSLAX35Y35*%
%MOMM*%
G04 EasyPC Gerber Version 18.0.8 Build 3632 *
%ADD100R,1.52400X2.03200*%
%ADD110R,3.70000X7.40000*%
%ADD98R,1.52400X1.52400*%
%ADD102R,1.65100X1.65100*%
%ADD95C,0.12700*%
%ADD106C,1.25000*%
%ADD99C,1.52400*%
%ADD15C,1.60000*%
%ADD103C,1.65100*%
%ADD14C,2.20000*%
%ADD107C,2.50000*%
%ADD104C,3.00000*%
%ADD101R,2.03200X1.52400*%
X0Y0D02*
D02*

The Mach 3 has issues with the following lines:
G04 EasyPC Gerber Version 18.0.8 Build 3632 *
X0Y0D02* (does not like no spaces between X0, Y0, and D02. Does not like the "*" at the end)
D02 *

Is there a setting on the Mach 3 to accommodate the above problems. Or is there an application that will clean up my gcode to Mach 3 standard?

Thanks in advance,
Michael Thorp

Pages: 1