cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

rahulgarg
Adept II

16-bit int support?

Is there any way to do 16-bit unsigned and signed int operations in CAL apart from upconverting them to 32-bit first?

0 Likes
1 Reply

There is no native 16bit integer support in IL but if you use CAL_FORMAT_SHORT_[124] then the hardware should automatically upconvert for you to 32bit integer on read and down convert on write.

0 Likes