Hello Guest it is April 29, 2024, 04:15:00 AM

Author Topic: How to display DRO's on LCD with Pokeys55  (Read 17547 times)

0 Members and 1 Guest are viewing this topic.

Offline borisz

*
  •  220 220
    • View Profile
    • www.poscope.com
Re: How to display DRO's on LCD with Pokeys55
« Reply #10 on: April 17, 2010, 01:58:47 AM »
Yes, please download latest software and beta plugin from www.poscope.com
regards

Boris
www.poscope.com home of PoKeys USB HID, IO, USB, Ethernet controler and PoScope USB PC oscilloscope
Re: How to display DRO's on LCD with Pokeys55
« Reply #11 on: February 18, 2011, 07:00:55 AM »
Do you get the DRO values to lcd with this procedure?
Is that complete VB script?


Is it possible to get some another dat  to lcd 4x20 like that

xx,xx0 position;     remain xx,xx0;
yy,yyy position;     remain yy,yyy;
zz,zzz position;      remain zz,zzz;
aa,aaa position;     remain aa,aaa;
or

xx,xx1 position;     X,Y,Z or A  
yy,yyy position;     X1, X10, X100
zz,zzz  position;     XX.000 SPINDLE SPEED
aa,aaa position;     ESTOP/OK

Can you give me an exsample of VB code to do that?

Thank you.
regards,
Milan
« Last Edit: February 18, 2011, 07:04:23 AM by germil »
Re: How to display DRO's on LCD with Pokeys55
« Reply #12 on: February 18, 2011, 04:47:47 PM »
I get it work!!!! ;D

Please tell me if it is possible to get some other (multiple) data  to lcd 4x20 like that:
  ________________________________
  I
  I   xx,xx0 position;     remain xx,xx0;      
  I   yy,yyy position;     remain yy,yyy;      
  I   zz,zzz position;      remain zz,zzz;        
  I   aa,aaa position;     remain aa,aaa;      
  I_______________________________
or

xx,xx1 position;     X,Y,Z or A  
yy,yyy position;     X1, X10, X100
zz,zzz  position;     XX.000 SPINDLE SPEED
aa,aaa position;     ESTOP/OK

Can you give me an exsample of VB code to do that?

Thank you.
regards,
Milan
« Last Edit: February 18, 2011, 04:57:59 PM by germil »
Re: How to display DRO's on LCD with Pokeys55
« Reply #13 on: December 05, 2011, 09:56:42 AM »
hello, wanted help installing the LCD 20 * 4!
it's all connected as they say already tested it and it works .... pokeys This pins 23-26 and 28-30.

I have the latest plugin.

But when you start Mach3 it turns the LEDs. I can control the contrast and light. two lines appear to complete the first and fourth line. But it never gets any data appearing on the screen.

I would appreciate some help.
Re: How to display DRO's on LCD with Pokeys55
« Reply #14 on: December 06, 2011, 01:47:52 AM »
Did you enable macropump?
What is your macropump like?
I can send you test macropump, but now iam on work,
But the files i have at home.
Re: How to display DRO's on LCD with Pokeys55
« Reply #15 on: December 10, 2011, 08:30:52 AM »
Hello I've got to get the lcd to work, but now everything was working well the lcd and now update the coordinates not updated.

I macropump in the following code:
SetUserLabel (101, "X" & Format (GetDRO (0), "+0000, -0000"))
SetUserLabel (102, "Y" & Format (GetDRO (1), "+0000, -0000"))
SetUserLabel (103, "Z" & Format (GetDRO (2), "+0000, -0000"))
SetUserLabel (104, "A" & Format (GetDRO (3), "+0000, -0000"))

as seen here in the forum

I've been trying to make another code to make better use of the lcd but noticed after k was not updating the lcd ... and became as it was only by the coordinates of the axes, as in this code.

But now I have to update the code to go to the vb script k and k run time so I click the Run button and it updates ..... otherwise only shows if the data right from the beginning .... k will be inadvertently blocked the vb without believing? I need help for this topic do not know what to do ... already put a loop to execute me forever but the error in the script ....