You are not logged in.
Pages: 1
Okuma has the MSG command, of which the syntax is:
MSG (THIS IS A MESSAGE)
When the control reads this line, it would output THIS IS A MESSAGE in a popup on the screen, with the close option.
I'd like to simulate this by outputting the message in the message window at the base of the Vericut screen.
How do I define the string? $ doesn't work because (I assume) it should carry a value. whereas this is a string.
New Zealand Vericut Reseller
Offline
Configuration > Word Format
Define the word MSG as "Macro" > "Alpha-Numeric"
Configuration > G-Code processing
Add the register MSG and use Macro > MessageMacro ( override value = 3, override text = {$$} )
The override value 3 means that the message is an Info message. In the macro selection window select the word messagemacro and press F1 for all the options
Now to make sure that all messages get displayed in the logger window, goto Project > Output options > Messages > Send info maessages > To G-code log and logger
This method is also a good way to tell the vericut user whats going on.
For example: you can let vericut send a message to the logger:
- after a toolchange
- at a program stop (M0)
- to tell what type of measurement is done with the probe
- to inform when a tool breakage action is performend
Patrick Delisse
KMWE Aerospace - https://www.kmwe.com
(Vericut V9.5, Siemens NX2206, Campost)
Offline
Thanks for the reply. I will try this out today
New Zealand Vericut Reseller
Offline
I tried your instructions above but it only returns what is typed in the Override text box ie {$$} in the logger window, not the actual text after the MSG command in the programme.
New Zealand Vericut Reseller
Offline
Got it sorted In Word Format, MSG needs to be defined as a text string, not alphanumeric
Thanks for your help!
New Zealand Vericut Reseller
Offline
Strange, I really have it set to alpha-numeric -for all my controllers-
Anyway...
Did you know you can format your message to make it jump out more, or to clearify things.
ex. "### The Following message gets displayed to the operator: {$$} ###"
Patrick Delisse
KMWE Aerospace - https://www.kmwe.com
(Vericut V9.5, Siemens NX2206, Campost)
Offline
My 2 cents
If you have installed VERICUT 7.3.1 you can open a VcProject from Samples: C:\Program Files\CGTech\VERICUT 7.3.1\samples\Siemens\sin840d_prompt_message.vcproject
In this example, you can see an implementation of pop-up windows in VERICUT simulation, you can ask user a questions, or input values to simulation etc.
Maybe this functionality will also useful for You
Offline
Great! Thanks for the tips! I will look at these also
There really needs to be some updated documentation
New Zealand Vericut Reseller
Offline
Pages: 1