Float precision for Ultra-Precision applications
- dm17ry
-
- Offline
- Elite Member
-
Less
More
- Posts: 184
- Thank you received: 69
24 Feb 2025 18:49 #322516
by dm17ry
Replied by dm17ry on topic Float precision for Ultra-Precision applications
i believe all floating-point values in linuxcnc are doubles:
typedef double real_t __attribute__((aligned(8)));
#define hal_float_t volatile real_t
should be enough to hold 32-bit integers without precision loss
typedef double real_t __attribute__((aligned(8)));
#define hal_float_t volatile real_t
should be enough to hold 32-bit integers without precision loss
The following user(s) said Thank You: tommylight, Leo75Wolf
Please Log in or Create an account to join the conversation.
- rodw
-
- Offline
- Platinum Member
-
Less
More
- Posts: 11148
- Thank you received: 3705
24 Feb 2025 21:35 #322532
by rodw
Replied by rodw on topic Float precision for Ultra-Precision applications
I heard a whisper the devs wanted to implement hal pins as 64 bit values with the next release (when 2.10 replaces 2.9)
The following user(s) said Thank You: Leo75Wolf
Please Log in or Create an account to join the conversation.
- Leo75Wolf
- Offline
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
18 Mar 2025 10:53 #324186
by Leo75Wolf
Replied by Leo75Wolf on topic Float precision for Ultra-Precision applications
That sounds great!
So Linuxcnc is working with doubles internally but not outputting it to HAL in 2.9 right?
So Linuxcnc is working with doubles internally but not outputting it to HAL in 2.9 right?
Please Log in or Create an account to join the conversation.
- Hakan
- Offline
- Platinum Member
-
Less
More
- Posts: 615
- Thank you received: 200
18 Mar 2025 11:06 #324187
by Hakan
Replied by Hakan on topic Float precision for Ultra-Precision applications
Hal floats are 64-bit doubles since 2.6 or so way back. But hal integers are only 32-bit, s32 u32. Not 64-bit.
Don't know how it is internally.
Don't know how it is internally.
The following user(s) said Thank You: Leo75Wolf
Please Log in or Create an account to join the conversation.
- Leo75Wolf
- Offline
- New Member
-
Less
More
- Posts: 9
- Thank you received: 0
18 Mar 2025 11:22 #324189
by Leo75Wolf
Replied by Leo75Wolf on topic Float precision for Ultra-Precision applications
Oh great so i probably have no issue at all!
My drives only take 32-bit Integer inputs so that is fine.
Thank you!
since the core questions are answered:
I am building an air bearing Diamon Turning Lathe. The goal is to do single point diamond turning of telescope mirrors or similar.
Using ironless linear motors and high resolution glass scales. It is going to get calibrated with an Interferometer so i should get down to 100nm or so of straightness of the axes and linearity of the glass scales.
There will be watercooling of all relevant components down to about 100 millikelvin precision.
I am using Triamec servo drives.
The progress will be documented on my Instagram (Instagram.com/leo.wolf.the.engineer). Please follow if you are interested!
My drives only take 32-bit Integer inputs so that is fine.
Thank you!
since the core questions are answered:
I am building an air bearing Diamon Turning Lathe. The goal is to do single point diamond turning of telescope mirrors or similar.
Using ironless linear motors and high resolution glass scales. It is going to get calibrated with an Interferometer so i should get down to 100nm or so of straightness of the axes and linearity of the glass scales.
There will be watercooling of all relevant components down to about 100 millikelvin precision.
I am using Triamec servo drives.
The progress will be documented on my Instagram (Instagram.com/leo.wolf.the.engineer). Please follow if you are interested!
Please Log in or Create an account to join the conversation.
Time to create page: 0.065 seconds