Welcome, Guest. Please login or register.
Did you miss your activation email?
May 24, 2012, 12:20:52 PM

Login with username, password and session length
Search:     Advanced search
* Home Help Search Calendar Links Login Register
+  Machsupport Forum
|-+  Mach Discussion
| |-+  VB and the development of wizards
| | |-+  need a hints "how to do" if possible ...
Pages: 1   Go Down
Print
Author Topic: need a hints "how to do" if possible ...  (Read 790 times)
0 Members and 2 Guests are viewing this topic.
jimmybondi
Active Member

Offline Offline

Posts: 29



View Profile
« on: May 12, 2009, 11:44:36 AM »

Hi,

i need a feature and i'm not shure if it's possible:

when i'm on the MDI-Screen to lit a LED isn't a problem (or any other screen)

but to lit a LED (or activate an output) when on any screen the MDI-line is opened (waiting for input) - possible in any way ?


Regards Frank
Logged
zealous
Active Member

Offline Offline

Posts: 486



View Profile WWW
« Reply #1 on: June 02, 2009, 10:51:23 PM »

I'm not exactly sure of the issue you are having but you could create your own MDI input if you like:

Past this code on a Button:

Code:
Private Sub cmdok_Click()
Dim ans As String

MyGCode = InputBox("Enter Gcode", "My MDI")

If MyGCode = "" Then

MsgBox "Gcode Canceled"

Else

Code MyGCode

End If

End Sub
« Last Edit: June 03, 2009, 04:45:11 PM by zealous » Logged

Regards, Jason Blake

www.Fusioncnc.com
Pages: 1   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!