Page 1 of 1

UC300ETH Issues with Windows 10 and MAch3

PostPosted: Wed Jun 12, 2019 3:58 am
by msimpson99
Ok let me start off by saying I have three different machines using their own UC300ETH controllers, Mach3, Windows 10.

For the most part I have no issues until I got into the Xbox 360 plugin for Mach3. It works perfectly under Windows 7 but under Windows 10 its broke.

The jog speed are stunted, and their are times the buttons dont seem to work. I worked on this for a couple weeks thinking it was an issue with my direct X. Not so.

I switched back to the UC100 and everything works just fine. Is this something you can look into. I have written 6 books on the CNC Construction Set and I have books that feature both the UC100 and the UC300ETH. I was also looking at moving my KRMx02 books over the the UC300ETH.

All I can tell my readers at this time is that the Mach3 Xbox 360 plugin is not compatible with the UC300ETH on Windows 10.

Re: UC300ETH Issues with Windows 10 and MAch3

PostPosted: Wed Jun 12, 2019 7:11 pm
by Robertspark
why not ditch Mach3 and upgrade to UCCNC?

Re: UC300ETH Issues with Windows 10 and MAch3

PostPosted: Thu Jun 13, 2019 6:47 am
by A_Camera
I am using W10 with UC300ETH and it works fine with both Mach3 and UCCNC. I don't use the Xbox plugin, but as far as I know, it works also. Perhaps something is wrong with your PC, or the network or your W10 installation... :?:

Re: UC300ETH Issues with Windows 10 and MAch3

PostPosted: Thu Jun 13, 2019 5:20 pm
by msimpson99
@Robertspark
I have both UCCNC and MAch3 installed on various machines. I will not get into a debate between the two. I have several books that I have written and am in the process of writing.

The issues that I am writing about are feedback from many of my readers. Some of the books are about specific build electronics, IE Mach3 and UC100, or Mach 3 and the UC300ETH, or UCCNC and .....

For my plasma CNC books Mach3 and UC300ETH seem to be the most popular configurations people are using.

@A_Camera
Please read the post.
I did not say that the UC300 does not work with Mach3 and Windows 10. As a matter of fact it works very well. I am using this configuration on two plasma CNC machines.

It is the interface with that plugin that I am having. I just need answers that I can relay to my readers.

Re: UC300ETH Issues with Windows 10 and MAch3

PostPosted: Thu Jun 13, 2019 5:23 pm
by msimpson99
I did a little more experimenting and am having the same problem with the Xboxshilling and Joypad plugins with the UC300ETH, Mach3, and Windows 10 combination.

Again, the UC100, works fine in this combination.

Re: UC300ETH Issues with Windows 10 and MAch3

PostPosted: Fri Nov 20, 2020 2:15 pm
by Momboz
A_Camera wrote:I am using W10 with UC300ETH and it works fine with both Mach3 and UCCNC. I don't use the Xbox plugin, but as far as I know, it works also. Perhaps something is wrong with your PC, or the network or your W10 installation... :?:


I can't control my output, e.g. output#1, with a UC300ETH board

I am trying to get a signal ON or OFF on an output pin on port #1 on a UC300ETH and I can't succeed.
I have configured under Mach3 the output1 signal as pin #16 on port #1 and when trying to put it ON or OFF via macro code (Visual Basic):

ActivateSignal(OUTPUT1)
If IsActive(OUTPUT1) Then
MsgBox "OUTPUT #1 output is active"
End If

deactivatesignal(OUTPUT1)
If IsActive(OUTPUT1) Then
MsgBox "OUTPUT #1 output is not active"
End If

I never get the assumed 5V on the pin and I never get any message from the macro itself. However the LED is blinking red under the Mach3 Diagnostics (Alt-7) tab.

Any advice?

Re: UC300ETH Issues with Windows 10 and MAch3

PostPosted: Tue Nov 24, 2020 7:27 pm
by cncdrive
Hi,

One thing to make sure is to not configure anything else to that output port/pin, because it could override the Set/clear output macro functions.