Page 1 of 2

Start up problem

PostPosted: Wed Nov 08, 2017 2:05 pm
by markcadcam
When I start UCCNC it goes into demo mode. When I start it for the second time is works fine. I just updated my software from 1.2039 to 1.2046. I have a UC300-USB controller. When I power off the controller it takes two tries again to start the software.

Re: Start up problem

PostPosted: Wed Nov 08, 2017 2:55 pm
by cncdrive
It works fine here, I've just tested version 1.2046 with a UC300-5LPT USB controller and I see no problem.
Maybe you running the software while it is already opened in another instance and then ofcourse it can only run in demo mode when it is already connected.
Or you closing the software and restarting before the previous instance could close.

Re: Start up problem

PostPosted: Wed Nov 08, 2017 3:00 pm
by markcadcam
Nope. I can reboot up the computer and it will still do it.

Re: Start up problem

PostPosted: Wed Nov 08, 2017 3:03 pm
by Robertspark
Are you giving the PC ample time following start or plugging in the UC300 to detect the device?

If you fire up UCCNC too soon following a start (or restart) it will not have had time to detect the device and will require a restart, especially with USB. Ethernet is a little different as the device normally will be detected during boot earlier in my experience.

you can have a look in device manager just to check that the UC300USB is being detected or give you an idea of how long its taken to be detected if you try this when the machine boots:
https://www.drivereasy.com/knowledge/a- ... n-windows/

Re: Start up problem

PostPosted: Wed Nov 08, 2017 3:08 pm
by markcadcam
It worked perfectly fine with 1.2039. Just started doing this when I upgraded to 1.2046

Re: Start up problem

PostPosted: Wed Nov 08, 2017 3:14 pm
by markcadcam
Here is my Profile
Bridgeport.pro
(31.11 KiB) Downloaded 850 times

Re: Start up problem

PostPosted: Sun Nov 12, 2017 3:41 am
by spumco
Not to totally hijack this thread, but I may have a related issue.

Mine isn't going in to demo mode, but it's not saving all the configuration variables properly. Just started happening with 1.2046. I'm following the suggestion to wait a bit after the 400ETH is powered up before loading UCCNC>

My profile loads and the steps per unit, velocity, ect. all load properly. However, other functions such as X/Y/Z/A axis enable checkbox appear empty.

Partial list of settings that don't save properly:
ALL checkboxes on ALL screens are empty - includes Kernel frequency
2017 Screenset "Park Position" values are "0"
2017 Screenset Auto Tool Zero values are "0"
All jog settings have reverted to default units
Tool change position is all "0" and doesn't save.

No matter what I do (hit enter key, 'Apply', 'Save Settings') whenever UCCNC is shut down and re-started, all the settings above are cleared out. I've created another test profile and the problem happens with that one as well.

Oddly enough, all four axis move and it will execute G-code properly as far as I can tell, even if the checkboxes are empty. Motion is appropriate, just machined a few things and hit the size within 0.001" or so. Clearly no issue with the 400-ETH.

Anyone have an idea what's going on?
-Spumco

Re: Start up problem

PostPosted: Sun Nov 12, 2017 4:16 am
by spumco
The plot thickens...

Loaded 1.2045 and it did the same thing.

However, I disabled the VistaCNC pendant plugin and everything loaded properly. So - I'll move over to the plugins forum and we'll see if anyone can help there.

-Spumco

Re: Start up problem

PostPosted: Sun Nov 12, 2017 12:58 pm
by cncdrive
I've downloaded the VistaCNC pendant plugin to test what it is exactly doing to see what the problem could be, but it seems it does nothing when pendant is not connected (which is OK though) and I don't have that pendant, so I can't debug what is exactly happening. :(

You wrote that the Saving of some keys are not working, but did you really check if it is the saving?
I mean did you check if the appropriate keys are really not in the profile file when these values do not read?
Or maybe the problem is not with the saving, but with the loading part.
It would be interesting to verify if the keys are there and to check their values after closing the UCCNC and before running it again when the things do not show up.

However knowing that could only help to narrow down the issue to the loading or the saving part, but I still cannot test this any further, because I don't have that pendant unfortunately.

And without the pendant I verified that the things you mentioned save and load OK with the 2017 screenset.

Re: Start up problem

PostPosted: Sun Nov 12, 2017 2:29 pm
by ger21
The checkboxes in the 2017 screenset are not really checkboxes, but are two state buttons.
When the 2017 screenset loads, the state of the actual checkboxes (on a hidden screen)is read, and the 2017 "checkboxes" are updated to match. This is done in the constructor macro. So, perhaps the Vista plugin is somehow interfering wioth the Constructor macro?