Try to activate Gladevcp with setp gladevcp -> Linuxcnc

More
01 Nov 2025 11:29 - 02 Nov 2025 14:38 #337646 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.
Attachments:
Last edit: 02 Nov 2025 14:38 by DerKlotz.

Please Log in or Create an account to join the conversation.

More
02 Nov 2025 14:37 #337712 by DerKlotz
No ideas?

Please Log in or Create an account to join the conversation.

  • Aciera
  • Aciera's Avatar
  • Away
  • Administrator
  • Administrator
More
02 Nov 2025 16:25 - 02 Nov 2025 16:32 #337720 by Aciera
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.
Last edit: 02 Nov 2025 16:32 by Aciera.

Please Log in or Create an account to join the conversation.

More
05 Nov 2025 15:11 #337887 by DerKlotz
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
 
Attachments:

Please Log in or Create an account to join the conversation.

  • Aciera
  • Aciera's Avatar
  • Away
  • Administrator
  • Administrator
More
05 Nov 2025 15:34 #337888 by Aciera
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):
setp gladevcp.table1 1

And also why commenting it out, 
#setp gladevcp.table1 1

Shows 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.

More
05 Nov 2025 19:09 #337902 by DerKlotz
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
Powered by Kunena Forum