Hello Guest it is April 19, 2024, 11:02:30 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.


Messages - DerWeisse

Pages: 1
1
Many thanks. It works.
(Not immediate or intuitive to VB folks, who expect the "name" to be one thing and the text ("caption") another.)
This is my first attempt in modifying Mach. The manual you sent was was unknown to me, not mentioned in Mach site or I missed it.
All is now well, my ATC works great with MACH3. 

2
Where does the XX go? :-\
I don't see a place for ## on the label,
Thanks.

3
I already asked this with no answer.
I built ATC which works on its own, communicating with MACH3 by serial comm only, not hardware.
I made it send back text strings with every action or error.
I wrote it all inside M6Start and it works great, BUT...
1. The only place I can direct text to is 'message'. I didn't find anything else.
2. If I run the macro by itself, all my text IS SHOWING on the message line (see pic MYMESSAGE). HOWEVER, MACH runs the macro the 'message' show constantly "Press CycleStart after Tool Change".

a) Why?
b) Can I get ANOTHER label or text control so I can show my messages there?

Otherwise the ATC works well. MACH3 is config on "Stop Spindle and Press Cycle Start" but I added DoButtonOEM(1000) and it does the job.

Thanks.

4
"with description Userlabel10"... Description WHERE???
The only options for label are:
- Global (Y/N)
- Label (expects explicit text)
- Locked for mouse (Y/N)

I don't see how to assign any variable to the label.
Your suggestion is exactly what I was looking for.

Thanks.

5
As seasoned VB programmer I was HOPING I can find suitable controls on user screen, but found just few, or I can't find other.
I have text strings coming over RS-232 comm with MACH using VB macro, and I wish to see them on the screen, like in VB textbox, label, and other textual controls.
I can't find "user controls", such as LABEL with ref num, so I can direct text from the macro to that label (or text box).
LABEL seems to ask for explicit text and has no ref number, same for DRO (fixed ref to some functions), couldn't find other text-looking controls.
To make it clear:
If i get text string like "ABC" into string variable in VB like ST, I wish to direct it to my control. LIke in VB I can send it to my textbox like text1.text=ST

It doesn't exists or I just didn't find it?

Pages: 1