03-20-2012 09:11 AM
here we go
03-20-2012 10:36 AM
I have another question, How can I set up everything to update corresponding to what the user changes in the front panel. For examples, if there is a new value, Temperature, added in the main datastream, how can I set up everything to update without fixing anything in the block diagram code? I have heard about "typy definition" but not sure how to use it.
I attached my whole programming code here.
03-20-2012 11:00 AM
Another question!! Sorry again :mansad: As you can see in my file, I tried to save all data into the text file, I already tried to use open, replace, create, ...etc. , but none of them seem to be not working. I want to be able to store all data into the same file till I want to close and open a new file. Could you please help me again.
I am not sure if I should begin a new post because of the different topic, but it's pretty common topic so i think it's gonna be repeated.
I would appreciate you so much!!
03-21-2012 03:45 AM
Hi
If you want to add other types of data like temperature, etc, you will need the corresponding units to be included in your 'unit'. Else, they will be displayed as Flow data.
To save your file, select 'Open or Create' in the Operation control. That should work.