Hello Guest it is April 26, 2024, 06:58:20 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 - Rademacher

Pages: 1 2 3 »
1
Thanks guys, glad you like it.

It's not my design....comes from a guy Europe.  Bought a set of paper plans and conveted them into CAD files.

2
The flightstand was cut from Baltic birch plywood. The entire assembly folds up for easy transport.

The Beanbag boards were cut A/C grade pine plywood.

3
Show"N"Tell ( What you have made with your CNC machine.) / RC Gyrocopter
« on: December 02, 2010, 09:12:46 PM »
This gyrocopter was made with my MechMate CNC router.   Every part, including the blades, were cut on the router.

4
Brains Development / Re: Execute Button Script - how do you use it?
« on: November 30, 2010, 10:18:23 AM »
This great news.....I really want to use the LCD.   

I had the latest pokey plugin, but the pokey firmware was out of date.  I will to the update and give it a try

thanks for the support Scott

5
Brains Development / Re: Execute Button Script - how do you use it?
« on: November 29, 2010, 12:06:29 PM »
Rolled my own, so I could connect the hardware to fit my needs.

I tried using the LCD and scan matrix keyboard configs but found the encoder become very jerky...appears the overhead of the keyboard scan and LCD was keeping the Pokey to busy for fluid encoder movements. 

To solve the encoder issue, I hacked the 16key keyboard so each button is a indepenent key press....no scan required.  I also disabled the LCD.  These two changes allows the Pokey to provide smooth encoder movements and yet allow the use of all the different key presses :) 

Wayne

6
Brains Development / Re: Execute Button Script - how do you use it?
« on: November 28, 2010, 11:09:10 PM »
Thanks, glad you like it.

7
Brains Development / Re: Execute Button Script - how do you use it?
« on: November 28, 2010, 07:01:55 PM »
Finaly finished.....here's a photo of my finished pendant ;D

8
Brains Development / Re: Execute Button Script - how do you use it?
« on: November 28, 2010, 11:05:19 AM »
Here is my keypress brain and VB script

Wayne

9
Brains Development / Re: Execute Button Script - how do you use it?
« on: November 28, 2010, 10:44:33 AM »
Thanks to Poppabear.....I got the "Execute Button Script" working.    Since this topic was not real clear to me...I thought I would share the steps I used to make it work.   In fact, I was able to trigger (3) different functions by using If Then statements in my script.

#1 Create (2) VB scripts;
The first script (m666) simply has this statement "SetTriggerMacro (1000)"
The second script (m1000) is the process, or processes, you want to run.

If isActive (OEMtrig1) then
******************X do something *********XX
end if

If isActive (OEMtrig2) then
******************X do something *********XX
end if

If isActive (OEMtrig3) then
******************X do something *********XX
end if


#2 Setup your hotkeys.
ex. Trigger#1 301, Trigger#2 301, Trigger#3 301

#3 Set your ports and pins
ex. oemtrigger#1 port10 pin5, oemtrigger#2 port10 pin6, oemtrigger#3 port10 pin7

#4 Write your Brain using the "execute buttonscript"
ex. oemtrigger#1--->no op---->execute button script
oemtrigger#2---->no op---> execute button script
oemtrigger#3--->no op--->execute button script

hope this helps,
Wayne

10
Brains Development / Re: Execute Button Script - how do you use it?
« on: November 26, 2010, 09:16:16 AM »
Wow, so intuitive....can't believe I missed it;)

Seriously, really appreciate the help, I was really stuck.

Wayne

Pages: 1 2 3 »