08-25-2023 03:03 PM
Hello LabVIEW community,
I am currently working on a VI to control a rotation stage. I am basically finished, the only thing that is still a bit annoying is, that after rotating a full 360 degrees, the indicator just goes further and I would like for it to stop at 360 and after turning for example 3 more degrees, go back to showing 3. I know how to put up a gauge for example too, going from 0 to 360 degrees, but once I reach 360, the arrow just does not move anymore (which makes sense)
Is there anyway for me to implement this?
Thanks a lot,
Karl
Solved! Go to Solution.
08-25-2023 05:44 PM
Modulo.
Functions -> Programming -> Numeric -> Quotient & Remainder.
08-26-2023 10:16 AM
... and if you follow Paul's excellent suggestion, I suggest you "indicate" the value with a Gauge Indicator that you modify as follows:
Bob Schor
08-26-2023 11:00 AM
08-28-2023 10:44 AM
Thanks for all the replies, but because I am pretty new to LabVIEW, how do I get this window you have shown and open those nodes?
08-28-2023 11:55 AM
@LeoTrotzki wrote:
Thanks for all the replies, but because I am pretty new to LabVIEW, how do I get this window you have shown and open those nodes?