Executive G-Code in reverse direction.
25 Sep 2017 11:57 #99400
by parth1799
Executive G-Code in reverse direction. was created by parth1799
Dear All
can any one tell me how to executive g-code in reverse direction using motion adaptive feed. I am making WEDM in house and i want to control feed rate using this one.
i have a question with motion adaptive feed control:-
as per my knowledge motion adaptive feed is flot value and i can control it using a analog valueand its limit is 0 to 1 only but if i give negative analog value(-1) what happens????.... Will it executive g-code in reverse direction. pls help me to figure out this problem. it will helpful to me
if there is any misunderstanding pls let me know.
thanks ®ards
Parth Jetani
can any one tell me how to executive g-code in reverse direction using motion adaptive feed. I am making WEDM in house and i want to control feed rate using this one.
i have a question with motion adaptive feed control:-
as per my knowledge motion adaptive feed is flot value and i can control it using a analog valueand its limit is 0 to 1 only but if i give negative analog value(-1) what happens????.... Will it executive g-code in reverse direction. pls help me to figure out this problem. it will helpful to me
if there is any misunderstanding pls let me know.
thanks ®ards
Parth Jetani
Please Log in or Create an account to join the conversation.
- skunkworks
- Offline
- Moderator
Less
More
- Posts: 361
- Thank you received: 150
25 Sep 2017 18:50 #99423
by skunkworks
Replied by skunkworks on topic Executive G-Code in reverse direction.
There is an experimental branch that allows for negative adaptive feed
github.com/LinuxCNC/linuxcnc/tree/feature/reverse-run-master2
(you replied to my video.)
github.com/LinuxCNC/linuxcnc/tree/feature/reverse-run-master2
(you replied to my video.)
The following user(s) said Thank You: parth1799
Please Log in or Create an account to join the conversation.
26 Sep 2017 17:23 #99471
by parth1799
Replied by parth1799 on topic Executive G-Code in reverse direction.
Dear
first of all thanks to respond but i am facing some problem with above files.
i downloaded above file and try to follow install process but when i executive "make" command i found below error
Makefile:71: Makefile.inc: No such file or directory
Makefile:82: *** Makefile.inc must specify RTPREFIX and other variables. Stop.
i already search on Internet to rectified this problem but it is worth. no one give right solution
pls help me to figure out this problem.
thanks & regards
Parth Jetani
first of all thanks to respond but i am facing some problem with above files.
i downloaded above file and try to follow install process but when i executive "make" command i found below error
Makefile:71: Makefile.inc: No such file or directory
Makefile:82: *** Makefile.inc must specify RTPREFIX and other variables. Stop.
i already search on Internet to rectified this problem but it is worth. no one give right solution
pls help me to figure out this problem.
thanks & regards
Parth Jetani
Please Log in or Create an account to join the conversation.
03 Oct 2017 21:08 #99851
by andypugh
Replied by andypugh on topic Executive G-Code in reverse direction.
I think it sounds like you either missed out the ./configure stage or failed to define a --with-realtime= parameter that matches your realtime kernel.
The following user(s) said Thank You: parth1799
Please Log in or Create an account to join the conversation.
05 Oct 2017 04:19 #99948
by parth1799
Replied by parth1799 on topic Executive G-Code in reverse direction.
thanks Andy,
but first of all i ran ./configure file after that i ran "make" command but it is showing same error. i followed a process which is given in "install" file. but still facing same error.
can you guide me how to solve this problems.
thanks & regards,
Parth Jetani
but first of all i ran ./configure file after that i ran "make" command but it is showing same error. i followed a process which is given in "install" file. but still facing same error.
can you guide me how to solve this problems.
thanks & regards,
Parth Jetani
Please Log in or Create an account to join the conversation.
05 Oct 2017 11:38 #99953
by andypugh
Replied by andypugh on topic Executive G-Code in reverse direction.
Do you have a realtime kernel?
What does "git branch" say? Also "uname -a"
What does "git branch" say? Also "uname -a"
The following user(s) said Thank You: parth1799
Please Log in or Create an account to join the conversation.
15 Oct 2017 17:59 #100407
by parth1799
Replied by parth1799 on topic Executive G-Code in reverse direction.
Dear skunkworks
i connected hal pin with my scaler and gave negative value but and also enable adaptive feed by M52 P1 but it is not going to reverse direction..... when my scaler is going to 0....moment is stopped and.......... when i gave positive value it move forward move...... but when i gave negative value it will stopped instated of moving in reverse direction.
can you pls what to do.... pls help me to figure out this problems.....
i connected hal pin with my scaler and gave negative value but and also enable adaptive feed by M52 P1 but it is not going to reverse direction..... when my scaler is going to 0....moment is stopped and.......... when i gave positive value it move forward move...... but when i gave negative value it will stopped instated of moving in reverse direction.
can you pls what to do.... pls help me to figure out this problems.....
Please Log in or Create an account to join the conversation.
15 Oct 2017 19:23 #100409
by nkp
Replied by nkp on topic Executive G-Code in reverse direction.
The following user(s) said Thank You: parth1799
Please Log in or Create an account to join the conversation.
15 Oct 2017 19:58 #100410
by parth1799
Replied by parth1799 on topic Executive G-Code in reverse direction.
Dear n
kp
i tried to install this package but facing some error during installation can you pls guide me to rectified this problem i tried to find out on internet but unable to solve this problem pls help me to figure out this problems
error
1) during " MAKE CLEAN" AND "MAKE" run i am facing below error
i tried to install this package but facing some error during installation can you pls guide me to rectified this problem i tried to find out on internet but unable to solve this problem pls help me to figure out this problems
error
1) during " MAKE CLEAN" AND "MAKE" run i am facing below error
Please Log in or Create an account to join the conversation.
15 Oct 2017 20:13 #100411
by nkp
Replied by nkp on topic Executive G-Code in reverse direction.
You can see what packages are missing:
in install_DIR:
cd debian
./configure -a
cd ..
dpkg-checkbuilddeps
in install_DIR:
cd debian
./configure -a
cd ..
dpkg-checkbuilddeps
Please Log in or Create an account to join the conversation.
Time to create page: 0.112 seconds