Building new Full Qt c/c++ HMI (incl. nml and EtherCAT )
Didn't realize, that you where waiting for ...Reinhard has had a hard time finding this error, and he did not tell us the solution in his topic.
So if there's something, you'd like to know, just ask me
Please Log in or Create an account to join the conversation.
Okidokie, thanks for responce.
Do you have a link to all your emc connect info?
Hi Udo,
If you "duckduck' you will see how you can add my username in github to give write permissions. I did the same yesterday
for the hal-core repository where someone else is contributing. Someone from Finland and he's on the forum too.
Maybe it's handy if i do the graphical part (gremlin lookalike) of the code?
Please Log in or Create an account to join the conversation.
LOL - all my emc info is the linuxcnc source codeDo you have a link to all your emc connect info?
There exists some docs from the original authors, which I read too, but linuxcnc has evolved that far from origin, that the original specs don't really help.
Please Log in or Create an account to join the conversation.
for the xAxis_pos_cmd it is like
std::cout << "Pos-X:= [ " << emcStatus->motion.traj.position.tran.x <<. "] " << "\r" ;
how do you find that parameter and where ? motion.traj.position.tran.x. ???
Grotius:
I was thinking to have a Visual like a mix of Gremlin and Vismach.
I'm really looking forward to that
Please Log in or Create an account to join the conversation.
may be you missed it, but I already built an axis replacement with all that nml-stuff necessary for a client app.
.
Looks like you don't know your system tools.how do you find that parameter and where ...
grep, cat and less are your best friends.
Beside that I use krusader with about 20 directories at direct access, lots of terminals, ...
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I get an error when I run the build of the Graphics_Widget : <stdlib.h> not found from cstdlib.h Line 75.
Please Log in or Create an account to join the conversation.
sudo apt-get install libstdc++-10-dev
or
sudo apt-get install libc6-dev
Please Log in or Create an account to join the conversation.
libc6-dev is/was installed Version 2.28-10
same thing
Please Log in or Create an account to join the conversation.