Try to activate Gladevcp with setp gladevcp -> Linuxcnc
- DerKlotz
- Offline
- Senior Member
-
Less
More
- Posts: 59
- Thank you received: 4
01 Nov 2025 11:29 - 02 Nov 2025 14:38 #337646
by DerKlotz
Try to activate Gladevcp with setp gladevcp -> Linuxcnc was created by DerKlotz
Hello,
i try to activate some glade functions. Therefore i use "gladevcp.table1 1" in my custom_postgui.hal.
In the attached file i deactivated "gladevcp.table1 1". Then you can see the light grey button/leds but you can´t use them. If activated you just see a blank site.
i try to activate some glade functions. Therefore i use "gladevcp.table1 1" in my custom_postgui.hal.
In the attached file i deactivated "gladevcp.table1 1". Then you can see the light grey button/leds but you can´t use them. If activated you just see a blank site.
Last edit: 02 Nov 2025 14:38 by DerKlotz.
Please Log in or Create an account to join the conversation.
- DerKlotz
- Offline
- Senior Member
-
Less
More
- Posts: 59
- Thank you received: 4
02 Nov 2025 14:37 #337712
by DerKlotz
Replied by DerKlotz on topic Try to activate Gladevcp with setp gladevcp -> Linuxcnc
No ideas?
Please Log in or Create an account to join the conversation.
- Aciera
-
- Away
- Administrator
-
Less
More
- Posts: 4587
- Thank you received: 2036
02 Nov 2025 16:25 - 02 Nov 2025 16:32 #337720
by Aciera
Replied by Aciera on topic Try to activate Gladevcp with setp gladevcp -> Linuxcnc
1. usually a good idea to post the files
2. start your config from a terminal ($ linuxcnc) and check output for clues
3. I would recommend using a simple texteditor to edit the files not a word processor like the one in your screen shot.
2. start your config from a terminal ($ linuxcnc) and check output for clues
3. I would recommend using a simple texteditor to edit the files not a word processor like the one in your screen shot.
Last edit: 02 Nov 2025 16:32 by Aciera.
Please Log in or Create an account to join the conversation.
- DerKlotz
- Offline
- Senior Member
-
Less
More
- Posts: 59
- Thank you received: 4
05 Nov 2025 15:11 #337887
by DerKlotz
Replied by DerKlotz on topic Try to activate Gladevcp with setp gladevcp -> Linuxcnc
2. start your config from a terminal ($ linuxcnc) and check output for clues
[GladeVCP][INFO] Logging to: /home/cnc/gladevcp.log (logger.py:106)
[GladeVCP.QTVCP.QT_ISTAT][WARNING] INI Parsing Error, No DEFAULT_SPINDLE_0_SPEED Entry in DISPLAY, Using: 200 (qt_istat.py:532)
[GladeVCP.QTVCP.QT_ISTAT][WARNING] INI Parsing Error, No MIN_SPINDLE_0_SPEED Entry in DISPLAY, Using: 100 (qt_istat.py:532)
[GladeVCP.QTVCP.QT_ISTAT][WARNING] INI Parsing Error, No MAX_SPINDLE_0_SPEED Entry in DISPLAY, Using: 2500 (qt_istat.py:532)
[GladeVCP.QTVCP.QT_ISTAT][WARNING] INI Parsing Error, No MAX_SPINDLE_0_OVERRIDE Entry in DISPLAY, Using: 1 (qt_istat.py:532)
[GladeVCP.QTVCP.QT_ISTAT][WARNING] INI Parsing Error, No MIN_SPINDLE_0_OVERRIDE Entry in DISPLAY, Using: 0.5 (qt_istat.py:532)
79691779
3. I would recommend using a simple texteditor to edit the files not a word processor like the one in your screen shot.
Ok
[GladeVCP][INFO] Logging to: /home/cnc/gladevcp.log (logger.py:106)
[GladeVCP.QTVCP.QT_ISTAT][WARNING] INI Parsing Error, No DEFAULT_SPINDLE_0_SPEED Entry in DISPLAY, Using: 200 (qt_istat.py:532)
[GladeVCP.QTVCP.QT_ISTAT][WARNING] INI Parsing Error, No MIN_SPINDLE_0_SPEED Entry in DISPLAY, Using: 100 (qt_istat.py:532)
[GladeVCP.QTVCP.QT_ISTAT][WARNING] INI Parsing Error, No MAX_SPINDLE_0_SPEED Entry in DISPLAY, Using: 2500 (qt_istat.py:532)
[GladeVCP.QTVCP.QT_ISTAT][WARNING] INI Parsing Error, No MAX_SPINDLE_0_OVERRIDE Entry in DISPLAY, Using: 1 (qt_istat.py:532)
[GladeVCP.QTVCP.QT_ISTAT][WARNING] INI Parsing Error, No MIN_SPINDLE_0_OVERRIDE Entry in DISPLAY, Using: 0.5 (qt_istat.py:532)
79691779
3. I would recommend using a simple texteditor to edit the files not a word processor like the one in your screen shot.
Ok
Please Log in or Create an account to join the conversation.
- Aciera
-
- Away
- Administrator
-
Less
More
- Posts: 4587
- Thank you received: 2036
05 Nov 2025 15:34 #337888
by Aciera
Replied by Aciera on topic Try to activate Gladevcp with setp gladevcp -> Linuxcnc
Looking at your .ui file it seems that you have a 'HAL_Table' inside a 'HAL_HideTable' object:
Which would explain why this would make your panel disappear (because it is actually controlling the 'HAL_HideTable' object):
And also why commenting it out,
Shows an inactive panel because 'HAL_Table' (with id=schalter)) is not set True by any signal.
Which would explain why this would make your panel disappear (because it is actually controlling the 'HAL_HideTable' object):
setp gladevcp.table1 1And also why commenting it out,
#setp gladevcp.table1 1Shows an inactive panel because 'HAL_Table' (with id=schalter)) is not set True by any signal.
Attachments:
Please Log in or Create an account to join the conversation.
- DerKlotz
- Offline
- Senior Member
-
Less
More
- Posts: 59
- Thank you received: 4
05 Nov 2025 19:09 #337902
by DerKlotz
Replied by DerKlotz on topic Try to activate Gladevcp with setp gladevcp -> Linuxcnc
Great hint. I´ll check soon
Please Log in or Create an account to join the conversation.
Moderators: HansU
Time to create page: 0.130 seconds