Building new Full Qt c/c++ HMI (incl. nml and EtherCAT )
23 Aug 2021 19:54 - 23 Aug 2021 20:00 #218541
by Grotius
Replied by Grotius on topic Building new Full Qt c/c++ HMI (incl. nml and EtherCAT )
Hi,
I found the error. It has been solved by adding :
INCLUDEPATH += /usr/include/tirpc
LIBS+= -L/usr/include/tirpc -ltirpc
This is the same error Reinhard has been searching for.
I updated the .pro file for your new install :
github.com/grotius-cnc/Qt-Lcnc/blob/main/Qt_LLX_Symbols.pro
Now got your app running in full screen mode. Had to press "cntrl + F2" to switch tty.
I found the error. It has been solved by adding :
INCLUDEPATH += /usr/include/tirpc
LIBS+= -L/usr/include/tirpc -ltirpc
This is the same error Reinhard has been searching for.
I updated the .pro file for your new install :
github.com/grotius-cnc/Qt-Lcnc/blob/main/Qt_LLX_Symbols.pro
Now got your app running in full screen mode. Had to press "cntrl + F2" to switch tty.
Last edit: 23 Aug 2021 20:00 by Grotius.
Please Log in or Create an account to join the conversation.
23 Aug 2021 20:43 #218548
by Grotius
Replied by Grotius on topic Building new Full Qt c/c++ HMI (incl. nml and EtherCAT )
Please Log in or Create an account to join the conversation.
24 Aug 2021 01:44 #218570
by cmorley
Not all are strictly need for display but the current version does these things (plus a couple more that are not that important now) I think the (mostly) made up names are descriptive enough.
I don't wish to steal this thread so could make a new topic if you wish to discuss further.
Thanks Chris
Replied by cmorley on topic Building new Full Qt c/c++ HMI (incl. nml and EtherCAT )
Thanks for responding. I looked at the python widget and made this list for discussion.Hi Chris,
Using Qt properties is no problem.
What kind of Qt properties are on the wishlist?
With that info we can determine it's complexity.
Not all are strictly need for display but the current version does these things (plus a couple more that are not that important now) I think the (mostly) made up names are descriptive enough.
I don't wish to steal this thread so could make a new topic if you wish to discuss further.
PROPERTIES
BackgroundColor
DROInlayBackgroundColor
SIGNALS
GcodeProperties
GcodeErrors
CurrentSelectedLine
LoadingProgress
SLOTS
setView
LoadProgram
HiglightGraphicsLine
setGraphicsView
Clear
zoom
pan
rotate
setAlphaMode
setShowDro
SetDROUnits
feedPlotColors
RapidPlotColors
Thanks Chris
The following user(s) said Thank You: Grotius
Please Log in or Create an account to join the conversation.
24 Aug 2021 09:41 #218602
by Grotius
Replied by Grotius on topic Building new Full Qt c/c++ HMI (incl. nml and EtherCAT )
Hi,
Yes make a new topic.
Yes make a new topic.
Please Log in or Create an account to join the conversation.
24 Aug 2021 10:23 #218609
by udoS
Replied by udoS on topic Building new Full Qt c/c++ HMI (incl. nml and EtherCAT )
Hi Grotius
had a hell of a night. Linux-Pro
The manual install 2nd row didn't work out to install. No luck wit ANY PW.
The second install 1st row AUTO installed. Didn't ask me where to and grabt the whole dis killing 3 partitions. Let's leave it at that.
I have a new install of your RTOS now running pulled my own repo and I'm OK. Qt-Lcnc starts from qtcreator just fine.
And Yes Lcnc axis must start first.
/usr/bin/ld: /opt/linuxcnc/lib/libnml.so: undefined reference to `xdr_float'
/usr/bin/ld: /opt/linuxcnc/lib/libnml.so: undefined reference to `xdr_double'
nop. haven't seen those before.
In the vid I have seen you don't get the DTG's. You took them out or ?
had a hell of a night. Linux-Pro
The manual install 2nd row didn't work out to install. No luck wit ANY PW.
The second install 1st row AUTO installed. Didn't ask me where to and grabt the whole dis killing 3 partitions. Let's leave it at that.
I have a new install of your RTOS now running pulled my own repo and I'm OK. Qt-Lcnc starts from qtcreator just fine.
And Yes Lcnc axis must start first.
/usr/bin/ld: /opt/linuxcnc/lib/libnml.so: undefined reference to `xdr_float'
/usr/bin/ld: /opt/linuxcnc/lib/libnml.so: undefined reference to `xdr_double'
nop. haven't seen those before.
In the vid I have seen you don't get the DTG's. You took them out or ?
Please Log in or Create an account to join the conversation.
24 Aug 2021 11:04 - 24 Aug 2021 11:07 #218614
by Grotius
Replied by Grotius on topic Building new Full Qt c/c++ HMI (incl. nml and EtherCAT )
Hi,
It was worth it.
Normally you would not see that error. In the lcnc ./configure it is searching for /xdr.
Reinhard has had a hard time finding this error, and he did not tell us the solution in his topic.
But now we know it's out there.
In the vid I have seen you don't get the DTG's. You took them out or?
They are present, but not implemented to show in any label.
It was worth it.
Normally you would not see that error. In the lcnc ./configure it is searching for /xdr.
Reinhard has had a hard time finding this error, and he did not tell us the solution in his topic.
But now we know it's out there.
In the vid I have seen you don't get the DTG's. You took them out or?
They are present, but not implemented to show in any label.
Last edit: 24 Aug 2021 11:07 by Grotius.
Please Log in or Create an account to join the conversation.
24 Aug 2021 11:07 #218615
by Grotius
Replied by Grotius on topic Building new Full Qt c/c++ HMI (incl. nml and EtherCAT )
On your github channel there is a request to add some code with includepath's etc.
Please Log in or Create an account to join the conversation.
24 Aug 2021 11:22 - 24 Aug 2021 11:24 #218616
by udoS
Replied by udoS on topic Building new Full Qt c/c++ HMI (incl. nml and EtherCAT )
so what do I do? git = ggrrrrrrrr
now my qt project is a Master ?????? How do I get rid of that ?
now my qt project is a Master ?????? How do I get rid of that ?
Last edit: 24 Aug 2021 11:24 by udoS.
Please Log in or Create an account to join the conversation.
24 Aug 2021 11:41 #218617
by Grotius
Replied by Grotius on topic Building new Full Qt c/c++ HMI (incl. nml and EtherCAT )
Hi,
I think that's no problem.
If you look at "pull requests", you can try to add these.
And you can give me write permissions to the repository if you want.
I think that's no problem.
If you look at "pull requests", you can try to add these.
And you can give me write permissions to the repository if you want.
Please Log in or Create an account to join the conversation.
24 Aug 2021 11:57 #218618
by udoS
Replied by udoS on topic Building new Full Qt c/c++ HMI (incl. nml and EtherCAT )
How do I do that ?
Please Log in or Create an account to join the conversation.
Time to create page: 0.092 seconds