Another plasma component...
- rodw
-
- Offline
- Platinum Member
-
- Posts: 11230
- Thank you received: 3753
I have no idea how to change the theme...
Cool you found the cause.
Please Log in or Create an account to join the conversation.
- islander261
- Offline
- Platinum Member
-
- Posts: 757
- Thank you received: 216
I have tried changing both the Gmoccapy theme and the system theme with no effect. Remember it worked fine on my system until I updated on Monday.
John
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
- Posts: 11230
- Thank you received: 3753
Guys
I have tried changing both the Gmoccapy theme and the system theme with no effect. Remember it worked fine on my system until I updated on Monday.
John
Ditto here too.
Please Log in or Create an account to join the conversation.
- phillc54
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 5723
- Thank you received: 2095
Could you guys let me know the results of
lsb_release -a
Cheers, Phill.
Please Log in or Create an account to join the conversation.
- AgentWD40
-
- Offline
- Platinum Member
-
- Posts: 334
- Thank you received: 92
*Note the autogenerated pncconf comments:
# The values below should be 25% larger than MAX_VELOCITY and MAX_ACCELERATION
# If using BACKLASH compensation STEPGEN_MAXACCEL should be 100% larger.
Please Log in or Create an account to join the conversation.
- islander261
- Offline
- Platinum Member
-
- Posts: 757
- Thank you received: 216
I am going off island for the next 5 to 7 days and am done for night now. If I have time in the morning I will try the test. I am using the Linux Mint system theme on the LMDE-2 machine control box.
John
Please Log in or Create an account to join the conversation.
- phillc54
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 5723
- Thank you received: 2095
Thanks for the report, fixed and pushed...I found a small bug with the configurator. Lines 519 and 523: these conditionals need to check from the beginning of the line eg ^MAX_VELOCITY instead of *MAX_VELOCITY. Otherwise it will fail when it encounters a line with these strings in a comment. Pncconf generated ini files will have these strings in the comments.
Cheers, Phill.
Please Log in or Create an account to join the conversation.
- phillc54
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 5723
- Thank you received: 2095
Thanks John, I have been to the mint website and there is a Cinnamon, a Mate and a XFCE edition so I am not sure which one to try...Phill
I am going off island for the next 5 to 7 days and am done for night now. If I have time in the morning I will try the test. I am using the Linux Mint system theme on the LMDE-2 machine control box.
John
Cheers, Phill.
Please Log in or Create an account to join the conversation.
- AgentWD40
-
- Offline
- Platinum Member
-
- Posts: 334
- Thank you received: 92
This color button is frustrating...
Could you guys let me know the results ofon your machines.lsb_release -a
Cheers, Phill.
My data point: I just updated to latest and the torch enabled/disabled button color works fine in gmoccapy on my debian 9.9 machine, default xfce desktop and everything from the linuxcnc stretch iso. I've also rebuilt a barebones ini/config.
Speaking of barebone config, the last hal component I need to hook up is the torch voltage. I'm running a 7i96 and a thcad10. What lines do I need to get the thc hooked up? Right now the only hal config I have in regard to this is
But it's just a placeholder to get the config to load until I figure out what it's supposed to be. All I know is i'm to wire into encoder A and somehow calibrate with the sticker on the back of the thcad card. I know the THCAD manual has a simple formula for converting the frequency to voltage with these calibration figures, but when I was looking through plasmac.comp I didn't see where I use these.net plasmac:arc-voltage-in hm2_7i96.0.encoder.00.velocity => plasmac.arc-voltage-in
Please Log in or Create an account to join the conversation.
- phillc54
-
Topic Author
- Offline
- Platinum Member
-
- Posts: 5723
- Thank you received: 2095
Yes, the THCAD wires into encoder AAll I know is i'm to wire into encoder A
- run LinuxCNC
- open halshow and watch plasmac.arc-voltage-in and plasmac.arc-voltage-out
- set Voltage Scale in the Plasma Config tab to 1
- set Voltage Offset in the Plasma Config tab to the value read from plasmac.arc-voltage-in
- apply a known voltage to the TCHCAD input
- set Voltage Scale in the Plasma Config tab to (known-voltage / plasmac.arc-voltage-out)
you could probably keep tweaking to fine tune further.
Basically:
Voltage Offset sets the displayed voltage to 0 when there are zero volts present.
Voltage Scale set the voltage to the correct value for a known voltage.
Cheers, Phill.
Please Log in or Create an account to join the conversation.