Hello Guest it is April 28, 2024, 12:07:27 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 - Bill_O

471
PoKeys / Re: lcd getting HOT
« on: November 02, 2011, 05:39:26 PM »
borisz,

they use a HD44780 microcontroler
i thought they were supposed to work.

bill

472
PoKeys / lcd getting HOT
« on: October 31, 2011, 08:59:28 AM »
i purchased an AND481GST lcd to hook up to my pokeys55
with only the 5v and the ground connected one of the chips on the back gets very hot very fast
when i had everything hooked up it did not work
any ideas?

bill

473
General Mach Discussion / Re: button to jog x and y
« on: October 20, 2011, 09:18:50 AM »
thanks for the replys
i am using a pokeys so for a pendant so i can not use the brain
i will work on it some and see if i can find a way around it

474
General Mach Discussion / button to jog x and y
« on: October 19, 2011, 09:38:15 AM »
I want to make a button on my pendant that jogs both the x and y simultaneously.
Can I do this in vb script?
Maybe something like;
DoOEMButton(307)
DoOEMButton(309)

Bill

475
PoKeys / number of matrix keyboards
« on: October 17, 2011, 09:33:01 AM »
How many matrix keyboards can I attach to the Pokeys?
Only one 16x8 or multiples that add up to no more than 16x8?

Bill

476
General Mach Discussion / order
« on: March 29, 2011, 08:21:56 AM »
Can anyone tell me why the output in this section of a macro is deactivating before the motor moves up?

'Lift Spindle to safe height
   DoOEMButton(104)
   While IsMoving()
   Sleep(10)
   Wend
'MDF Frame Up
   DeActivateSignal(Output10)
   SetUserLED(1010,0)
   Sleep(2000)

Thanks, Bill

477
General Mach Discussion / Re: jerking
« on: January 24, 2011, 04:09:02 PM »
Scott,

Of course I can not find your card. Please call me if you still have my number when you get the chance.

Bill

478
General Mach Discussion / Re: s curve control board
« on: January 20, 2011, 02:30:08 PM »
the gantry is almost 3000lbs
the head is 700lbs
it needs the s curve moves

bill

479
General Mach Discussion / Re: jerking
« on: January 20, 2011, 12:09:00 PM »
Scott,
how do i check for the dma access?
Bill

480
General Mach Discussion / jerking
« on: January 20, 2011, 11:10:44 AM »
I have a machine that is jerking at move speeds

900 in/min x and y axis
2000 steps/in
kernel speed 65000
step pulse and direction pulse both set at 3
using tempest

It acts like the computer is not keeping up but I need help figuring it out.

Bill