I'm very new to LabVIEW... I need to write a simple program in LabView to update the value of an encoder.
Long story short... In a loop, I need to manipulate variables in this order:
- New Value = Old Value + Current Value
- Old Value = New Value
How do I prevent accidentally storing the old value before I calculate the new value?
Thanks in advance.