[FIXED] DEVEL Example does not work pins do not exist renaming 2.8
15 May 2019 06:45 #133821
by pl7i92
DEVEL Example does not work pins do not exist renaming 2.8 was created by pl7i92
Hi
someone shoudt make the Examples in the Documentation
WORKING
www.linuxcnc.org/docs/devel/html/gui/pyv...ml#_make_connections
HALUI JOG is no longer present
the connection to the Jog-spee is also renamed
net my-jointxminus halui.joint.0.minus <= pyvcp.x-minus
someone shoudt make the Examples in the Documentation
WORKING
www.linuxcnc.org/docs/devel/html/gui/pyv...ml#_make_connections
HALUI JOG is no longer present
the connection to the Jog-spee is also renamed
net my-jointxminus halui.joint.0.minus <= pyvcp.x-minus
Please Log in or Create an account to join the conversation.
15 May 2019 14:50 #133841
by pl7i92
Replied by pl7i92 on topic SOLVED] DEVEL Example does not work pins do not exist renaming 2.8
her is the answer of a working script
hal postgui file
hal postgui file
# connect the X PyVCP buttons
net my-jogxminus halui.axis.x.minus <= pyvcp.x-minus
net my-jogxplus halui.axis.x.plus <= pyvcp.x-plus
# connect the Y PyVCP buttons
net my-jogyminus halui.axis.y.minus <= pyvcp.y-minus
net my-jogyplus halui.axis.y.plus <= pyvcp.y-plus
# connect the Z PyVCP buttons
net my-jogzminus halui.axis.z.minus <= pyvcp.z-minus
net my-jogzplus halui.axis.z.plus <= pyvcp.z-plus
# connect the PyVCP jog speed slider
net my-jogspeed halui.axis.jog-speed <= pyvcp.jog-speed-f
The following user(s) said Thank You: tommylight
Please Log in or Create an account to join the conversation.
19 May 2019 20:48 #134291
by andypugh
Yes, that would certainly be good.
Could you create a pull request on Github?
Replied by andypugh on topic DEVEL Example does not work pins do not exist renaming 2.8
Hi
someone shoudt make the Examples in the Documentation
WORKING
Yes, that would certainly be good.
Could you create a pull request on Github?
Please Log in or Create an account to join the conversation.
19 May 2019 23:28 #134302
by BigJohnT
Replied by BigJohnT on topic DEVEL Example does not work pins do not exist renaming 2.8
Andy,
That has been fixed.
JT
That has been fixed.
JT
Please Log in or Create an account to join the conversation.
28 May 2019 10:38 #135148
by pl7i92
Replied by pl7i92 on topic [FIXED] DEVEL Example does not work pins do not exist renaming 2.8
Thanks you Admins
Please Log in or Create an account to join the conversation.
Moderators: HansU
Time to create page: 0.157 seconds