suntravel wrote: ↑Wed Dec 04, 2024 10:08 am
That is why I also edit the PLC to make keybord Enter real cycle start again
Uwe
That was one of the first things I did.
In the 6 years now that I've been using CNC12 I've never had to make ANY PLC changes. Who would have thought I'd have to learn PLC programming just to make the keyboard work like it's supposed to? It was done for safety reasons? Really?
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
ShawnM wrote: ↑Wed Dec 04, 2024 12:55 pm
And if you are REALLY, REALLY sure you want to start, press Cycle Start while patting your head and standing on one foot.
That is for the next update with webcam and AI to verify the user position
Uwe
3 users liked this post
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
ShawnM wrote: ↑Wed Dec 04, 2024 12:55 pm
And if you are REALLY, REALLY sure you want to start, press Cycle Start while patting your head and standing on one foot.
That is for the next update with webcam and AI to verify the user position
Uwe
OMG, that's funny as hell. Thanks for the laugh Uwe.
(Note: Liking will "up vote" a post in the search results helping others find good information faster)
There is already a well-defined place on the screen for status updates, to tell the operator what the machine is doing as it runs. That is the scrolling message box in the upper right.
Floating message boxes in the middle of the screen are an appropriate place for user-interactive prompts that require a response before operation can continue.
Right now, the PLC program can add messages to the scrolling message box, but a CNC macro cannot.
Perhaps what is needed for this application is a new M200-series M function which constructs the message string per the usual rules, then adds it to the scrolling message box. Such messages could also be logged, according to the priority level in Parameter 140.
If you are trying to make using the control friendly for hobbyists and novice users, don't train them out of looking at the message box. Train them to get used to looking at the message box.
4 users liked this post
(Note: Liking will "up vote" a post in the search results helping others find good information faster)