Hello Guest it is March 28, 2024, 08:40:32 AM

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 - wyb_506

Pages: « 1 2 3 »
11
VB and the development of wizards / Re: Want help for VBS in Mach3
« on: July 06, 2011, 07:48:52 PM »
 thank you Sargon ,I first hear about CB ,so many thanks!  I will learn some for it.
if I only can use SDK to write code to do so?

12
VB and the development of wizards / Want help for VBS in Mach3
« on: July 06, 2011, 03:36:49 AM »
I want to implament a function: wait user input name and password, so I write a code like follow:
Sub Main ()
    Begin Dialog DialogName1 60, 60, 160, 70, "ASC - Hello"
        TEXT 10, 10, 28, 12, "Name and password:"
        TEXTBOX 42, 10, 108, 12, .strName
        TEXTBOX 42, 24, 108, 12, .strPass
        OKBUTTON 42, 54, 40, 12
    End Dialog
    Dim Dlg1 As DialogName1
    Dialog Dlg1
End Sub

for the password ,I know Textbox in VB can support a property named "Passwordchar" , when I use VB and other program language, I write TextBox1.PasswordChar="*",
it will be work ,but in Mach3 VBS I don't know where can I write this code
thank you!!!

13
ok thank you
I want to know how to setup servo motor ,step by step, because I am a new user for mach3

14
as the topic :

thank you!

15
thank you jeff!
you give me a way , I will try to test, and also I found that I can modify a vb code to implement only with OEMCode=150 ,and judge all the axis positon ,and move a distinct all this finished

16
hello All:
I am now developing a machine controlled by mach3, when X,Y or Z move above limit position, Mach3 will always on emergency status, until I power off the machine, and move the X Y or Z by hand to leave the limit position, and then power on the machine.
my question is : when my user use my machine, I don't want him to move the X Y or Z, so I want to solve this question by the following steps:
1 Limit stop
2 I click a button in mach3 to do
   a) shield limit signal
   b) drive X Y or Z move to a safe postion
   c) active limit signal
3  machine is ok

so the techic is how to shield the limit signal in mach3 in VB ( I don't want user to change the config/ Ports and Pins),he need only click a button

17
One on one phone support. / Re: How to But Mach3
« on: May 23, 2011, 07:52:36 PM »
ok thank you
I had sent a email to the address, but I get noe reply ~~~~ :'(

18
One on one phone support. / How to But Mach3
« on: May 23, 2011, 01:51:21 AM »
I Come From China, and our company are now developing a new CNC machine, also we finally find that Mach3 is a quite good controll software.
So we want to buy license ffor our machine to sell.
we now using a usb controll card bought from China for test.
But I dnot know who can i contact to to buy Mach3?
help~~~~~

19
as the title
Because we will sell our product with Mach3, so we want change the application tiltle  into our own's
also we want hide the menu of mach3 for safety reason
I search all the way, but I found nothing
help~~~
if any body know how to do these in VBS

20
thank you ~~~

Pages: « 1 2 3 »