11-18-2016 07:36 AM
here i need help i designed a program i cannot solve one issue that i am changing value at strings and event structure is not responding may be someone can tell me a new way to send values one by one
snecond ly i attached one .vi that explain all problems
Solved! Go to Solution.
11-18-2016 07:48 AM
Writing to terminals will not create events. In case you require this, use the "Value (Signaling)" property of the control/indicator you are writing to.
Norbert
11-18-2016 11:08 AM
I can't open your file but if you want to trigger the event for every letter one by one, you will need to change to a control (based on Norbert's comment) and right click the control and select "Update Value while Typing". This is helpful if you want to force all characters to be uppercase/lowercase or if you want to filter out numbers, etc.
11-18-2016 11:11 AM
thank u Norbert
event is working now but i need 1 change must complete all iterations in other
but here i have 4 iterations i have 4 values in array 1 to take rms and send to other array2 than i want to have array1 become zero and repeat the procedure when other value is obtained
11-21-2016 02:45 AM - edited 11-21-2016 02:47 AM
You have to put the event structure inside a loop.....