RS485 For Hypertherms
- phillc54
- Topic Author
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
From a terminal runOne more question with regard to updating. Is there a place that shows what version I am on? I had previously remembered a build in the window header, but mine just says "AXIS 2.9.0~pre0 on Plasma". Was thinking it would be nice if there was a definitive way to tell I'm running the latest. Maybe in the help about, or in the Config tab?
$ man plasmac
$ . ~/linuxcnc-dev-scripts-rip-environment
$ source ~/linuxcnc-dev-scripts-rip-environment
Bizarre, it runs fine here. Gas pressure won't change until comms is established, are you sure it was.1. The very first time I enabled comms after updating, I couldn't change the gas pressure to anything but 0. Changing modes seems to have fixed it, but it seems like there might be a bug there that needs to be squished.
2. The tooltip for hovering over amps remained the same whether or not comms was enabled. This went away like the issue above when I changed modes, and restarted Plasmac. All the other new tool tips just worked the first time though, so not sure what was up there.
Please Log in or Create an account to join the conversation.
- snowgoer540
- Offline
- Moderator
- Posts: 2393
- Thank you received: 782
From a terminal runOne more question with regard to updating. Is there a place that shows what version I am on? I had previously remembered a build in the window header, but mine just says "AXIS 2.9.0~pre0 on Plasma". Was thinking it would be nice if there was a definitive way to tell I'm running the latest. Maybe in the help about, or in the Config tab?
You would need to run rip-environment before you did that. If you don't like:$ man plasmacyou could run:$ . ~/linuxcnc-dev-scripts-rip-environmentthe . is a just shotcut for source$ source ~/linuxcnc-dev-scripts-rip-environment
Bizarre, it runs fine here. Gas pressure won't change until comms is established, are you sure it was.1. The very first time I enabled comms after updating, I couldn't change the gas pressure to anything but 0. Changing modes seems to have fixed it, but it seems like there might be a bug there that needs to be squished.
2. The tooltip for hovering over amps remained the same whether or not comms was enabled. This went away like the issue above when I changed modes, and restarted Plasmac. All the other new tool tips just worked the first time though, so not sure what was up there.
So what does the RIP environment script do then exactly? Maybe that a hang up in my head.
Yea comms were established because I could change amperage and at that exact moment I was verifying error messages came and went.
Actually, it started with an error message, and everything started working right when it cleared, and I switched modes. I wonder if the two are related now. I could try to reproduce it in the morning.
Please Log in or Create an account to join the conversation.
- phillc54
- Topic Author
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
It sets up the environment variables like PATH etc. to point to the RIP version of LinuxCNC rather than where an expected installed version would be.So what does the RIP environment script do then exactly? Maybe that a hang up in my head.
From rip-environment script the new environment is valid for only that terminal session.
From the linuxcnc script (the one you used) the new environment is valid for only that run of LinuxCNC.
Current may be changed at any time, it is not dependent on communications.Yea comms were established because I could change amperage and at that exact moment I was verifying error messages came and went.
Let me know how it goes.Actually, it started with an error message, and everything started working right when it cleared, and I switched modes. I wonder if the two are related now. I could try to reproduce it in the morning.
Please Log in or Create an account to join the conversation.
- snowgoer540
- Offline
- Moderator
- Posts: 2393
- Thank you received: 782
It sets up the environment variables like PATH etc. to point to the RIP version of LinuxCNC rather than where an expected installed version would be.
From rip-environment script the new environment is valid for only that terminal session.
From the linuxcnc script (the one you used) the new environment is valid for only that run of LinuxCNC.
That makes sense. Thank you for clarifying. One more question about the RIP (for now ) what about pncconf? Is that always running from the installed version?
Current may be changed at any time, it is not dependent on communications.
Sorry I wasn’t clear there. I could see the amperage changing in the PM panel.
Let me know how it goes.
Will do!
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
- Posts: 19408
- Thank you received: 6507
I always use Mint with Mate or XFCE, and i always use the buildbot packages for Stretch, it always works.
Won't the LinuxCNC packages from the buildbot run on Mint?
I’m not sure, I think Rob said it wouldn’t. I’m willing to try (I don’t know the repercussions...).
Yesterday it worked for a friend through the phone, and he is very challenged in the "follow directions" department, example:
Me: right click on the linuxcnc-userspace-something-something-amd64.deb and clock on save link as. Now double click on that from the file explorer, what does it say?
Him: Nothing!
Me:did it open a new window?
Him: yes
Me: what's on that window?
Him:nothing, same links as on that page i downloaded from.
Me: not the bloody save page as from the menu, right click on the link, right click..........
It was a long day, but he got it eventually.
Please Log in or Create an account to join the conversation.
- phillc54
- Topic Author
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
All executables will run from where your environment PATH is pointed.That makes sense. Thank you for clarifying. One more question about the RIP (for now ) what about pncconf? Is that always running from the installed version?
You can check this yourself, open up two terminals, in one terminal type:
$ which pncconf
$ source ~/linuxcnc-dev/scripts/rip-environment
$ which pncconf
Please Log in or Create an account to join the conversation.
- snowgoer540
- Offline
- Moderator
- Posts: 2393
- Thank you received: 782
I always use Mint with Mate or XFCE, and i always use the buildbot packages for Stretch, it always works.
Won't the LinuxCNC packages from the buildbot run on Mint?
I’m not sure, I think Rob said it wouldn’t. I’m willing to try (I don’t know the repercussions...).
Yesterday it worked for a friend through the phone, and he is very challenged in the "follow directions" department, example:
Me: right click on the linuxcnc-userspace-something-something-amd64.deb and clock on save link as. Now double click on that from the file explorer, what does it say?
Him: Nothing!
Me:did it open a new window?
Him: yes
Me: what's on that window?
Him:nothing, same links as on that page i downloaded from.
Me: not the bloody save page as from the menu, right click on the link, right click..........
It was a long day, but he got it eventually.
LMAO. I am willing to switch over, though I’m not really sure what I would have to do to get rid of the RIP version.
Please Log in or Create an account to join the conversation.
- snowgoer540
- Offline
- Moderator
- Posts: 2393
- Thank you received: 782
All executables will run from where your environment PATH is pointed.That makes sense. Thank you for clarifying. One more question about the RIP (for now ) what about pncconf? Is that always running from the installed version?
You can check this yourself, open up two terminals, in one terminal type:in the other terminal type:$ which pncconfyou will see they are both from different locations.$ source ~/linuxcnc-dev/scripts/rip-environment $ which pncconf
Ok, starting to get it. But how come when I uninstalled the installed version of Linuxcnc it all blew up and stopped working?
Edit: maybe I just tried to run pncconf from the wrong place?
Please Log in or Create an account to join the conversation.
- phillc54
- Topic Author
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
rm -rf ~/linuxcnc-devI am willing to switch over, though I’m not really sure what I would have to do to get rid of the RIP version.
Please Log in or Create an account to join the conversation.
- phillc54
- Topic Author
- Offline
- Platinum Member
- Posts: 5698
- Thank you received: 2081
Your links were still pointing to the installed version?Ok, starting to get it. But how come when I uninstalled the installed version of Linuxcnc it all blew up and stopped working?
Please Log in or Create an account to join the conversation.