Bob_Pilch Posted November 22, 2004 Report Share Posted November 22, 2004 How do you simulate simple control on data types like integers. I have figured out how to increment and decrement by using a feed back on a addition or subtraction function. But how do I change the value of a variable (i.e. i = 0;) I want to be able to reset the value of a variable to control a repeatable sequence. This seems so basic, yet so elusive. Quote Link to comment
Michael Aivaliotis Posted November 23, 2004 Report Share Posted November 23, 2004 How do you simulate simple control on data types like integers. I have figured out how to increment and decrement by using a feed back on a addition or subtraction function. But how do I change the value of a variable (i.e. i = 0;) I want to be able to reset the value of a variable to control a repeatable sequence. This seems so basic, yet so elusive. 2724[/snapback] It seems like you're new to LabVIEW so I hope you're not insulted by me stating the obvious. Can't you just use a numeric constant on the digram with a value of 0? Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.