Nan - voltage
21 Sep 2020 07:24 #183089
by rodw
Replied by rodw on topic Nan - voltage
There is something I have read somewhere about a bug generating a nan in a NML message. Maybe it was somewhere here. read on a bit.
forum.linuxcnc.org/41-guis/36920-labview...cnc?start=100#182307
forum.linuxcnc.org/41-guis/36920-labview...cnc?start=100#182307
Please Log in or Create an account to join the conversation.
21 Sep 2020 07:24 - 21 Sep 2020 07:27 #183090
by Tesremos
Replied by Tesremos on topic Nan - voltage
dosent bother me what is displays it could be -500,000,000 if it still performs as expected its fine
okay, so lowpass = 0 results in, 0 instances of nan
but lowpass (for me) stops crazy reactions to tiny variances in voltage.
whata i do?
machine at the moment, if it dosent load with a nan, runs PERFECT.
but it'd be nice if i could open the machine, and every time 100% be confindent that someone else running the machine wont run into a Nan.
okay, so lowpass = 0 results in, 0 instances of nan
but lowpass (for me) stops crazy reactions to tiny variances in voltage.
whata i do?
machine at the moment, if it dosent load with a nan, runs PERFECT.
but it'd be nice if i could open the machine, and every time 100% be confindent that someone else running the machine wont run into a Nan.
Last edit: 21 Sep 2020 07:27 by Tesremos.
Please Log in or Create an account to join the conversation.
21 Sep 2020 07:29 #183091
by phillc54
Have you tried with a higher lowpass frequency?
You can change the value using setp while it is running .
Replied by phillc54 on topic Nan - voltage
but lowpass (for me) stops crazy reactions to tiny variances in voltage.
Have you tried with a higher lowpass frequency?
You can change the value using setp while it is running .
Please Log in or Create an account to join the conversation.
21 Sep 2020 07:38 #183093
by phillc54
The thing is I cannot get it misbehave here
Replied by phillc54 on topic Nan - voltage
The test comps I posted ensure all inputs were not nan and yet the output still created a nan.There is something I have read somewhere about a bug generating a nan in a NML message. Maybe it was somewhere here. read on a bit.
forum.linuxcnc.org/41-guis/36920-labview...cnc?start=100#182307
The thing is I cannot get it misbehave here
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
21 Sep 2020 07:49 #183094
by rodw
Replied by rodw on topic Nan - voltage
Actually, didn't the low pass code just change? Maybe there is a bug.
August last year there was discussion about an update. Did it go into the 2.8 release?
August last year there was discussion about an update. Did it go into the 2.8 release?
Please Log in or Create an account to join the conversation.
21 Sep 2020 07:52 - 21 Sep 2020 07:53 #183095
by phillc54
So maybe it has the same bug...
Replied by phillc54 on topic Nan - voltage
plasmacs lowpass is internal. It was based on the lowpass comp but changed so it used the cutoff frequency rather than the gain.Actually, didn't the low pass code just change? Maybe there is a bug.
August last year there was discussion about an update. Did it go into the 2.8 release?
So maybe it has the same bug...
Last edit: 21 Sep 2020 07:53 by phillc54.
Please Log in or Create an account to join the conversation.
21 Sep 2020 07:53 #183096
by rodw
BUt if an NML message was bad, I wonder if that could impact at the display only?
Replied by rodw on topic Nan - voltage
phill, emailed some stuff from the developers mailing list.Actually, didn't the low pass code just change? Maybe there is a bug.
August last year there was discussion about an update. Did it go into the 2.8 release?
BUt if an NML message was bad, I wonder if that could impact at the display only?
The following user(s) said Thank You: phillc54
Please Log in or Create an account to join the conversation.
21 Sep 2020 08:05 #183099
by phillc54
The display is a direct read of the calculated voltage HAL pin.
I wish I could get it to happen here...
Replied by phillc54 on topic Nan - voltage
Thanks Rod, I got it.
phill, emailed some stuff from the developers mailing list.Actually, didn't the low pass code just change? Maybe there is a bug.
August last year there was discussion about an update. Did it go into the 2.8 release?
BUt if an NML message was bad, I wonder if that could impact at the display only?
The display is a direct read of the calculated voltage HAL pin.
I wish I could get it to happen here...
Please Log in or Create an account to join the conversation.
21 Sep 2020 08:24 #183101
by phillc54
linuxcnc.org/docs/2.8/html/man/man9/lowpass.9.html
You could stick it between your encoder output and plasmac.arc-voltage-in in the connections.hal file
Replied by phillc54 on topic Nan - voltage
Another option that may be worth trying is the stock LinuxCNC lowpass component:dosent bother me what is displays it could be -500,000,000 if it still performs as expected its fine
okay, so lowpass = 0 results in, 0 instances of nan
but lowpass (for me) stops crazy reactions to tiny variances in voltage.
whata i do?
machine at the moment, if it dosent load with a nan, runs PERFECT.
but it'd be nice if i could open the machine, and every time 100% be confindent that someone else running the machine wont run into a Nan.
linuxcnc.org/docs/2.8/html/man/man9/lowpass.9.html
You could stick it between your encoder output and plasmac.arc-voltage-in in the connections.hal file
Please Log in or Create an account to join the conversation.
- snowgoer540
- Offline
- Moderator
Less
More
- Posts: 2388
- Thank you received: 779
21 Sep 2020 09:06 - 21 Sep 2020 10:26 #183104
by snowgoer540
Replied by snowgoer540 on topic Nan - voltage
I'm a bit confused about the lowpass value of 25.
The PlasmaC manual says that this value is measured in Hz. So, at a value of 25Hz, only frequencies below 25Hz are allowed to pass. The THCAD works in the ~140000-1000000Hz range. I'm not sure how the voltage measurement would work at all with everything above 25Hz being ignored?
I've not had any coffee yet, getting ready to drive to work. Maybe my head's a pretzel, it's 05:06am here.
EDIT: Fixed the THCAD frequency range based off of my THCAD 5 values.
EDIT2: I drank coffee and fixed the frequencies for real this time.
The PlasmaC manual says that this value is measured in Hz. So, at a value of 25Hz, only frequencies below 25Hz are allowed to pass. The THCAD works in the ~140000-1000000Hz range. I'm not sure how the voltage measurement would work at all with everything above 25Hz being ignored?
I've not had any coffee yet, getting ready to drive to work. Maybe my head's a pretzel, it's 05:06am here.
EDIT: Fixed the THCAD frequency range based off of my THCAD 5 values.
EDIT2: I drank coffee and fixed the frequencies for real this time.
Last edit: 21 Sep 2020 10:26 by snowgoer540.
Please Log in or Create an account to join the conversation.
Moderators: snowgoer540
Time to create page: 0.082 seconds