Welcome, Guest. Please login or register.
Did you miss your activation email?
May 25, 2012, 11:57:26 PM

Login with username, password and session length
Search:     Advanced search
* Home Help Search Calendar Links Login Register
+  Machsupport Forum
|-+  Third party software and hardware support forums.
| |-+  PoKeys (Moderator: NeoTO)
| | |-+  How to display DRO's on LCD with Pokeys55
Pages: « 1 2   Go Down
Print
Author Topic: How to display DRO's on LCD with Pokeys55  (Read 2996 times)
0 Members and 3 Guests are viewing this topic.
borisz
Active Member

Offline Offline

Posts: 209



View Profile WWW
« Reply #10 on: April 17, 2010, 12:58:47 AM »

Yes, please download latest software and beta plugin from www.poscope.com
regards

Boris
Logged

www.poscope.com home of PoKeys USB HID, IO, USB, Ethernet controler and PoScope USB PC oscilloscope
germil
Active Member

Offline Offline

Posts: 6



View Profile
« 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 » Logged
germil
Active Member

Offline Offline

Posts: 6



View Profile
« Reply #12 on: February 18, 2011, 04:47:47 PM »

I get it work!!!! Grin

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 » Logged
blackdebian
Active Member

Offline Offline

Posts: 2


View Profile
« 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.
Logged
germil
Active Member

Offline Offline

Posts: 6



View Profile
« 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.
Logged
blackdebian
Active Member

Offline Offline

Posts: 2


View Profile
« 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 ....
Logged
Pages: « 1 2   Go Up
Print
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!