I've never messed with PID's but I'm working on a project that I
thought would be simple until someone told me that I needed to
calibrate my system to another system using PID's.
So here goes with the question. I have a pedistal that moves in the
up/down (elevation) and right/left (azimuth) posit
I'm trying to create a byte based on a series of toggle buttons. My
problem is that LV takes the "0" and "1" values as a byte value rather
than bits or as ASCII values 48 and 49. I'm trying to avoid using the
base two conversion. Anyone have any suggestions?