Hello!
I choose 16bit uint in the setup box of the lut. The return and index value is set to ulong? Is here the advice wrong?
Please have a look to the attached picture. It works with a return variable uint.
Regards
Jorg
Wrong description type variables lut component
-
- Posts: 50
- http://meble-kuchenne.info.pl
- Joined: Wed Dec 23, 2020 9:55 am
- Been thanked: 4 times
-
- Valued Contributor
- Posts: 1453
- Joined: Wed Dec 09, 2020 9:37 pm
- Has thanked: 135 times
- Been thanked: 707 times
Re: Wrong description type variables lut component
It shouldn't cause any issues - as long as the type is for the same or a larger type then everything will work.
Note that having a long for the index means that the lookup table can have up to 2^32.entries (unlikely on an mcu).
The returned value will be the same (and correct) as long as you use a suitable variable for the result
Note that having a long for the index means that the lookup table can have up to 2^32.entries (unlikely on an mcu).
The returned value will be the same (and correct) as long as you use a suitable variable for the result
-
- Posts: 50
- Joined: Wed Dec 23, 2020 9:55 am
- Been thanked: 4 times
Re: Wrong description type variables lut component
Hello!
The maths works, thats OK!. Confusing at first is the description "Return Value(U_Long)", because i do the setup for uint 16bit. Is it not beter for more understanding to write here: "Return Value type (Choosed in Properties) and something like that for the index?
Sometimes users see points with other eyes, like you do.
Regards
Jorg
The maths works, thats OK!. Confusing at first is the description "Return Value(U_Long)", because i do the setup for uint 16bit. Is it not beter for more understanding to write here: "Return Value type (Choosed in Properties) and something like that for the index?
Sometimes users see points with other eyes, like you do.
Regards
Jorg