PID with 2 slider controls

2004-02-25 Thread cmiranda
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

how to make a set of boolean cases into a bits of a byte

2003-12-29 Thread cmiranda
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?