Hi,
I'm trying to convert both positive and negative integers to 32-bit binary using booleans in Typhoon HIL.
The Boolean Split works fine for unsigned integers, but when I input negative values, all outputs turn to zero.
Could you please suggest a way to convert signed integers (including negatives) into 32-bit boolean representation correctly?