arduino display
16 Aug 2013 00:35 #37716
by billykid
arduino display was created by billykid
I have seen the excellent work of Arceye (arduino pendant) and let me know if you have the code for display only xyza position
regards
Mauro
regards
Mauro
Please Log in or Create an account to join the conversation.
16 Aug 2013 15:46 #37732
by ArcEye
Replied by ArcEye on topic arduino display
Hi
It would be pretty trivial to add an extra axis to the component and arduino script.
Just copy the code for Z axis and change everything to relate to A axis.
It will need to display on the bottom line of the LCD, so look at where JOG OFF displays (see 'R' command), comment that out and use the location for A axis
Even if you are not quite sure how it all works, you will learn a lot more experimenting with the code, than by my changing it for you.
Give it a go
regards
It would be pretty trivial to add an extra axis to the component and arduino script.
Just copy the code for Z axis and change everything to relate to A axis.
It will need to display on the bottom line of the LCD, so look at where JOG OFF displays (see 'R' command), comment that out and use the location for A axis
Even if you are not quite sure how it all works, you will learn a lot more experimenting with the code, than by my changing it for you.
Give it a go
regards
Please Log in or Create an account to join the conversation.
16 Aug 2013 17:10 #37735
by billykid
Replied by billykid on topic arduino display
I will get to work I really tried to compile the part for arduino but gives me errors.
maybe because I did copy paste on your site?
regards
Mauro
maybe because I did copy paste on your site?
regards
Mauro
Please Log in or Create an account to join the conversation.
16 Aug 2013 17:36 #37736
by ArcEye
Replied by ArcEye on topic arduino display
I have attached the code to the original topic
It is available here www.linuxcnc.org/media/kunena/attachments/1749/arduino.zip
It is available here www.linuxcnc.org/media/kunena/attachments/1749/arduino.zip
Please Log in or Create an account to join the conversation.
16 Aug 2013 18:44 #37738
by billykid
Replied by billykid on topic arduino display
ok
I tried to compile from just a mistake ..
key.h not found
only one
regards
Mauro
I tried to compile from just a mistake ..
key.h not found
only one
regards
Mauro
Please Log in or Create an account to join the conversation.
16 Aug 2013 19:03 #37740
by ArcEye
Replied by ArcEye on topic arduino display
If in doubt, RTFT
www.linuxcnc.org/index.php/english/forum...pendant-for-linuxcnc
its the 4th post down
regards
www.linuxcnc.org/index.php/english/forum...pendant-for-linuxcnc
its the 4th post down
regards
The following user(s) said Thank You: billykid
Please Log in or Create an account to join the conversation.
17 Aug 2013 02:11 #37763
by billykid
Replied by billykid on topic arduino display
well .. compiled without errors
I try the display as soon as possible.
thanks for help
regards
Mauro
I try the display as soon as possible.
thanks for help
regards
Mauro
Please Log in or Create an account to join the conversation.
18 Aug 2013 17:08 #37802
by billykid
Replied by billykid on topic arduino display
Hi
sudo comp --install --userspace --serialcon.comp
sudo: comp: command not found
linuxcnc 2.5.3
apt sources linuxcnc.org lucid base linuxcnc 2.5
linuxcnc.org lucid base linuxcnc 2.5 (source code)
can you tell me what's wrong?
regards
Mauro
sudo comp --install --userspace --serialcon.comp
sudo: comp: command not found
linuxcnc 2.5.3
apt sources linuxcnc.org lucid base linuxcnc 2.5
linuxcnc.org lucid base linuxcnc 2.5 (source code)
can you tell me what's wrong?
regards
Mauro
Please Log in or Create an account to join the conversation.
18 Aug 2013 17:54 #37805
by ArcEye
Replied by ArcEye on topic arduino display
apt-get install linuxcnc-dev
That is where comp is from
That is where comp is from
Please Log in or Create an account to join the conversation.
18 Aug 2013 19:39 #37810
by billykid
Replied by billykid on topic arduino display
ok installed... but "sudo comp --install --userspace --serialcon.comp" isn't the exactly command...
regards
Mauro
regards
Mauro
Please Log in or Create an account to join the conversation.
Time to create page: 0.096 seconds