Hello Guest it is March 28, 2024, 08:34:31 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 - rickheid

Pages: 1
1
VB and the development of wizards / Re: New Wizards ??
« on: September 02, 2015, 08:58:47 PM »
Thanks TP your script worked great and does exactly what I wanted it to do.  Thanks again, Rick

2
VB and the development of wizards / Re: New Wizards ??
« on: September 01, 2015, 10:18:03 PM »
BR549,  Actually a script that I can assign to a button would work fine for me.  I built this robot to develop interest in robots with my grandchildren.  I would like to be able to move all 6 axis into a position, press a button to record that position and append it to a g-file.  Then move to a new spot and do the same thing all over.  I have tried the following scrip with some decent results.

X = CInt (GetDRO (0))
Y = CInt (GetDRO (1))
Z = CInt (GetDRO (2))
A = CInt (GetDRO (3))
B = CInt (GetDRO (4))
C = CInt (GetDRO (5))
Com = InputBox ("Add Comment")
AppendTeachFile "Robot.tap"
Code "X" & X & " Y" & Y & " Z" & Z & " A" & A & " B" & B & " C" & C & "  //" & Com
call LoadTeachFile()

It is not my script and some parts didn't work properly.  It only gets the dro numbers to the left of the decimal point.  I tried a few changes but have never played with scripts before so have lots to learn.  I added a picture to flickr and linked to it but I'm not sure I did it right.  Here is the flicker address.  https://www.flickr.com/gp/134164577@N03/QP61xM   Thanks, Rick


3
VB and the development of wizards / Re: New Wizards ??
« on: August 28, 2015, 09:35:02 AM »
How about a wizard that will let me move 6 axis to a position and record that position to a g code program.  Copy cat only does 3 axis.  Thanks Rick

4
What do I have to do to get copycat to see my license?  I get a no wizard license.  Using v2.86 and it runs fine and puts out gcode, but when I run copycat it displays no wizard license.  Thanks in advance.

Pages: 1