Update Plasmac?
- islander261
- Offline
- Platinum Member
- Posts: 757
- Thank you received: 216
The problem was that when I updated the the configuration the new my_plasmac.ini file didn't have my machine definitions, my_plasmac.hal, was left out! Now looking at what happened the configurator replaced the my_plasmac.hal with plasmac.tcl AND installed a second copy of plasmac.tcl.
So from my old configuration:
[HAL]
# required
TWOPASS = ON
# the base machine
HALFILE = my_plasmac.hal
# the plasmac component connections
HALFILE = plasmac.hal
HALFILE = LIB:xhc-hb04_plasmac.tcl
# the plasmac machine connections
HALFILE = my_plasmac_connections.hal
# use this for customisation after GUI has loaded
POSTGUI_HALFILE = postgui.hal
# required
HALUI = halui
And the one made by the configurator:
[HAL]
# required
TWOPASS = ON
# the base machine
HALFILE = plasmac.tcl
# the plasmac component connections
HALFILE = plasmac.tcl
HALFILE = LIB:xhc-hb04_plasmac.tcl
# the plasmac machine connections
HALFILE = my_plasmac_connections.hal
# use this for customisation after GUI has loaded
POSTGUI_HALFILE = postgui.hal
# required
HALUI = halui
Thanks again for the help, I am a bit rusty after being away for awhile.
John
Please Log in or Create an account to join the conversation.
The Configurator looks for "plasmac.hal" being in a line, I need to make it more specific.
Please Log in or Create an account to join the conversation.
- islander261
- Offline
- Platinum Member
- Posts: 757
- Thank you received: 216
Thanks for the help. This actually helped by serving as a kick in the $$$ to pay attention to all the details required to make Linuxcnc work.
John
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
I am having trouble updating plasmac. It is saying update not required from version 0.097 or later. I have attached my configs. it might need changing the extension to 7z
What am I doing wrong?
Attachments:
Please Log in or Create an account to join the conversation.
All that message means is that the Configurator does not need to do anything.
The last Configurator run required was 0.097.
I probably should reword the message so it makes more sense..
So long as "man plasmac" agrees with the last update on the updates page on the forum all is good.
EDIT: I forgot to add that updates have been automatic for some time now unless you disable it in the ini file.
So if you do a LinuxCNC update then PlasmaC will update itself if it needs to.
Please Log in or Create an account to join the conversation.
EDIT: I forgot to add that updates have been automatic for some time now unless you disable it in the ini file.
So if you do a LinuxCNC update then PlasmaC will update itself if it needs to.
Thanks Phil I checked and its up to date now. Not sure that mine does the auto update for some reason. I will check when I see you have done another.
Please Log in or Create an account to join the conversation.
The default is to not have that in the ini file so it will be automatic.
Please Log in or Create an account to join the conversation.
Edit: how to I check what version PlasmaC I have "buildbot"
In a terminal enter:
man plasmac
then compare it to the latest version number here
I want to try and sort out this update problem I seem to have.
My system does not do the Plasmac upgrade automatically
I can only get to the upgrade tab with ./configurator.py running a terminal in my config dir where my ini files are.
A terminal on the desktop will not do it.
When running the upgrade it still tells me it is V097 (I know you said you might change this message)
Running "man plasmac" from a terminal either on the desktop or my config Dir give me the latest version No.
It would be nice to see this version number on the plasmac gui or in the ini file
What file do I need to move to get it to auto upgrade.
Please Log in or Create an account to join the conversation.
It is probably that I am not describing it correctly.
Plasmac can only upgrade if you have upgraded LinuxCNC. You have a Buildbot install so you need to update LinuxCNC from a terminal with:
sudo apt update
sudo apt dist-upgrade or sudo apt upgrade
If you do run Configurator manually and it says "Upgade not required from Vnnn or later" then you installation is at the latest LinuxCNC version downloaded.
Having said all that, the Buildbot has been a bit flakey lately and the latest stretch 2.8 package date is 2020-04-29 whereas the latest stretch maser package date is 2020-05-02.
You can check Buildbot packages here and compare the dates with the latest PlasmaC upgrade dates here
If this ramble makes sense then let me know and I will put something like this in the docs and also on the upgade notification page on this forum.
Please Log in or Create an account to join the conversation.