Nan - voltage
- tommylight
- Away
- Moderator
Less
More
- Posts: 19217
- Thank you received: 6439
21 Sep 2020 13:11 - 21 Sep 2020 13:12 #183136
by tommylight
Replied by tommylight on topic Nan - voltage
Redundancy ?????
Last edit: 21 Sep 2020 13:12 by tommylight.
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
21 Sep 2020 13:15 #183139
by rodw
Replied by rodw on topic Nan - voltage
Actually this might be better
unlinkp these plasmac.comp pins
setp them to the values used in your gui.
This would take NML out of the equation as values are not set by gui variables.
If it still happens, then its most likely a plasmac bug and you have isolated that to the lowpass code.
unlinkp these plasmac.comp pins
pin in float arc_voltage_offset "offset to set arc voltage to 0 at 0 volts";
pin in float arc_voltage_scale "scale to convert arc_voltage input to actual volts";
setp them to the values used in your gui.
This would take NML out of the equation as values are not set by gui variables.
If it still happens, then its most likely a plasmac bug and you have isolated that to the lowpass code.
Please Log in or Create an account to join the conversation.
21 Sep 2020 13:21 #183141
by phillc54
Replied by phillc54 on topic Nan - voltage
I don't see how NML is used in any of this, all we do is set and get HAL pins.Actually this might be better
unlinkp these plasmac.comp pins
pin in float arc_voltage_offset "offset to set arc voltage to 0 at 0 volts"; pin in float arc_voltage_scale "scale to convert arc_voltage input to actual volts";
setp them to the values used in your gui.
This would take NML out of the equation as values are not set by gui variables.
If it still happens, then its most likely a plasmac bug and you have isolated that to the lowpass code.
Please Log in or Create an account to join the conversation.
21 Sep 2020 13:31 #183143
by rodw
Replied by rodw on topic Nan - voltage
but you are setting hal pins via GUI variables so won't the GUI connect to HAL via NML?
I am trying to avoid that part of linuxcnc for now.
I am trying to avoid that part of linuxcnc for now.
Please Log in or Create an account to join the conversation.
- PurduePete
- Offline
- Senior Member
Less
More
- Posts: 55
- Thank you received: 10
21 Sep 2020 21:06 #183183
by PurduePete
Replied by PurduePete on topic Nan - voltage
I'm a little late to the party. Was running a larger job and didnt take the time to post after Testremos mentioned he started a thread on it. Phillc54, this issue seems to be only in 2.9. Not sure if that helps or not. When my machine was done, we stepped back to 2.8 to get rid of the issues (which was just a trial that didn't work). The nan issue disappeared. I updated to 2.9 again for the FWD and REV buttons as they are very handy on larger runs. So it came right back. Also, dont remember if Tesremos had the nan issue in a virtual machine or not.
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
21 Sep 2020 21:14 #183184
by rodw
So it does not seem to be a Plasmac Issue but instead a Linuxcnc bug. It could have something to do with the move to Python 3.0 on master perhaps.
Replied by rodw on topic Nan - voltage
This issue seems to be only in 2.9. Not sure if that helps or not. When my machine was done, we stepped back to 2.8 to get rid of the issues (which was just a trial that didn't work). The nan issue disappeared.
So it does not seem to be a Plasmac Issue but instead a Linuxcnc bug. It could have something to do with the move to Python 3.0 on master perhaps.
Please Log in or Create an account to join the conversation.
- tommylight
- Away
- Moderator
Less
More
- Posts: 19217
- Thank you received: 6439
21 Sep 2020 21:39 #183189
by tommylight
Replied by tommylight on topic Nan - voltage
Very foggy on this, but i have seen this nan thing when i did an update of LinuxCNC but did not update the PlasmaC config, it was around .148 version i think, give or take a bit, and after updating the config everything was back to normal.
I use Master for everything.
I use Master for everything.
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
- PurduePete
- Offline
- Senior Member
Less
More
- Posts: 55
- Thank you received: 10
21 Sep 2020 22:06 #183193
by PurduePete
Replied by PurduePete on topic Nan - voltage
We did not have issues when on v.144 or whatever. Just when we updated plasmac. But could be a problem with Linuxcnc.
Please Log in or Create an account to join the conversation.
21 Sep 2020 23:16 - 21 Sep 2020 23:17 #183199
by phillc54
Are you using Buildbot or Run In Place?
Edit: Fwd & Rev is in 2.8 as well.
Replied by phillc54 on topic Nan - voltage
I do all my testing on 2.8 so I guess I had better build a 2.9 machine.I'm a little late to the party. Was running a larger job and didnt take the time to post after Testremos mentioned he started a thread on it. Phillc54, this issue seems to be only in 2.9. Not sure if that helps or not. When my machine was done, we stepped back to 2.8 to get rid of the issues (which was just a trial that didn't work). The nan issue disappeared. I updated to 2.9 again for the FWD and REV buttons as they are very handy on larger runs. So it came right back. Also, dont remember if Tesremos had the nan issue in a virtual machine or not.
Are you using Buildbot or Run In Place?
Edit: Fwd & Rev is in 2.8 as well.
Last edit: 21 Sep 2020 23:17 by phillc54.
Please Log in or Create an account to join the conversation.
22 Sep 2020 03:30 #183242
by phillc54
Replied by phillc54 on topic Nan - voltage
Here is the next test version of the comp.
Could anyone having this issue also please post the results of the following two terminal commands:
Could anyone having this issue also please post the results of the following two terminal commands:
linuxcnc_info
dpkg -l 'libglib2*'
Please Log in or Create an account to join the conversation.
Moderators: snowgoer540
Time to create page: 0.085 seconds