Hello Guest it is April 25, 2024, 10:01:24 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 - germil

Pages: 1
1
PoKeys / Re: Buttons in pokeys plugin
« on: November 25, 2012, 01:27:18 PM »
You can do it by direct keymapping in Pokeys program.


2
PoKeys / Re: NEW: 'Official' PoKeys Mach3 Plugin - 'alpha' version v0.01
« on: November 20, 2012, 04:02:03 AM »
Thank you Matevž.
Best regards,
Milan

3
PoKeys / Re: NEW: 'Official' PoKeys Mach3 Plugin - 'beta' version v0.01
« on: November 19, 2012, 02:10:22 PM »
Hi Matevž,

thanks, I'll do that and wait for the next version.  :)

Regards,
Mike




Have you managed LCD to work?
On which pins?

I have the same problem here: http://www.machsupport.com/forum/index.php/topic,21247.msg161043.html#msg161043

4
PoKeys / Re: NEW: 'Official' PoKeys Mach3 Plugin - 'alpha' version v0.01
« on: November 19, 2012, 01:36:06 PM »
I made a pendant:



using Pokeys. On old plugin i have drive LCD with macropump.
I saw that you have made new plugin, so i decide to upgrade Pokeys FW,
 and install new mach3 plugin. Than i encounter problems with writing to LCD.
I have set lcd plugin to secondary pins (28-34) because of previous pendant setup.
Now the buttons and MPG are working, but i dont get any content to LCD.
I have setup plugin like that:







5
PoKeys / Re: How to display DRO's on LCD with Pokeys55
« 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.

6
VB and the development of wizards / Re: macropump & LCD
« on: April 06, 2011, 05:34:31 PM »
Thanks for asking, but no, not yet. :'(

7
VB and the development of wizards / Re: macropump & LCD
« on: March 08, 2011, 07:05:30 AM »
How can i get some another dat  to lcd 4x20 like that

X position;     X,Y,Z or A  for JOG
Y position;      X1, X10, X100   Multiplier
Z  position;     XX.000 SPINDLE SPEED
A  position;     ESTOP/OK


Or

X  position; Y  position;  (in one line)
Z  position; A  position;  (in one line)

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

Thank you.
regards,
Milan

8
PoKeys / Re: Multiple information per line on LCD?
« on: February 19, 2011, 01:36:01 PM »
Can you post how did you get 2 types of variables to one line of the LCD?
Maybe we can find a solution to your problem.

Regards,
Milan

9
PoKeys / Re: How to display DRO's on LCD with Pokeys55
« 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

10
PoKeys / Re: How to display DRO's on LCD with Pokeys55
« 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

Pages: 1