Hello Guest it is April 26, 2024, 12:19:22 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 - Tony Bullard

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 »
131
Brains Development / Brains User's Guide
« on: December 01, 2011, 10:57:11 AM »
I can't seem to find find the Brains User's Guide that Scott mentioned here. http://www.machsupport.com/forum/index.php/topic,16894.0.html

Scots quote:   "You need to set your modbus in brains correctly: Please READ the "Brains User's Guide" under member docs...."

Thanks for any help.

Tony

132
General Mach Discussion / Re: wide screens with Mach
« on: November 28, 2011, 07:03:45 AM »
Thanks Hood,
I think I'll try it and play with different resolutions.

Tony

133
General Mach Discussion / wide screens with Mach
« on: November 27, 2011, 11:21:09 AM »
I've been thinking of replacing my old boxy class screen with a new wide flat screen. Will Mach screens work this this wide screen?

•Screen Size: 19"

•Widescreen: Yes

•Diagonal Size: 18.5"

•Pixel Pitch: 0.3mm

•Display Area: 410x230mm

•Display Colors: 16.7 million

•Display Format: 16:9 Widescreen LCD

•Vertical Refresh Rate: 55-75Hz

•Horizontal Frequency: 30-80kHz

•Interface Type: VGA

•Maximum Resolution: 1366 x 768

Thanks,

Tony

134
General Mach Discussion / Re: PoppaBear needs some help please!!!
« on: November 26, 2011, 03:32:56 PM »
How precision? How about a ring gear from a car engine and press fitting it on to your table. adjustable pinion gear for backlash. Cogged belt reduction for torque absorption?

Tony

135
General Mach Discussion / Re: PoppaBear needs some help please!!!
« on: November 26, 2011, 03:10:09 PM »
I don't know how big is big for your ID but lets say you used a 4 diametral pitch, 64 tooth, 16" OD off the shelf brass Boston Gear worm (G1105) and bored the center out of it and bolted it to your table. The worm shaft bearings could be adjustable axially to minimize backlash. $500 bucks from Motion Industries.
Tony

136
VB and the development of wizards / Re: Compiling Macro Script
« on: June 29, 2011, 11:32:05 AM »
Rcc, if all you want is not to have an operator edit the script how about using Screen4 and disabling “VB Script function edited in Mach3” for the button you’re concerned about?
Tony

I'm trying to insert a picture here but can't figure out how to do it.

137
VB and the development of wizards / Re: Compiling Macro Script
« on: June 29, 2011, 08:44:56 AM »
I have searched the forums and Mach Customize Wiki for more info on compiled macros and this is the only thread with a reference to it. How would you use a compiled macro differently than an .m1s macro? Thanks for any help. Tony


138
VB and the development of wizards / Re: GoTo Statment?
« on: June 28, 2011, 07:38:20 AM »
Thanks for all of your help. You are right, the GoTo statement has to be in a Sub or procedure. I guess what through me was that on page 9 it reads “The program execution jumps to the part of the program that begins with the label "Label1:". “

From VBEnduser.pdf
“Branches unconditionally and without return to a specified label in a
procedure. “

From VB-Script-Commands.pdf on  page 9
“The program execution jumps to the part of the program that begins
with the label "Label1:". “

From VB-Script-Commands.pdf on  page 84
Branches unconditionally and without return to a specified label in a
procedure.

One says Program, one says procedure.
Tony

139
VB and the development of wizards / GoTo Statment?
« on: June 27, 2011, 08:42:23 AM »
I’m trying to set up a branching statement in a Macropump. I’m testing the following code in the VB Script Editor. I get this error message when executed: “Error on line 7- Label not defined” If I put the Label before the GoTo statement it will branch.

Dim torch As String
torch = isoutputactive(output1)
If torch = "true" Then
MsgBox "   Back to manual control "
   
   GoTo test
   
End If
Print torch
test:
Print "Ended"   

The following from VB-Script-commands.pdf.

"Cypress Enable has complete process control functionality.  The
control structures available are Do loops, While loops, For loops,
Select Case, If Then , and If Then Else.  In addition, Cypress Enable
has one branching statement:  GoTo. The Goto Statement branches to
the label specified in the Goto Statement.
 
Goto label1
  .
  .
  .
 
label1:
 
The program execution jumps to the part of the program that begins
with the label "Label1:". "

Also is using Subs good practice in a Macropump.
I would appreciate a copy on someone’s macropump code that has Lables and Subs in it.
Thanks for any help in advance.
Tony


140
Oops! I see it know. I have to use IsOutputActive() for output signals instead of IsActive(). IsActive is for input signals.

Thanks for getting me back on track.

Tony

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 »