05-30-2006 01:41 AM
05-30-2006 01:57 AM
Hi Steve,
You will need to change the PropertyObjectFile and perform the IncChangeCount to indicate to the engine that the file has changed. Then you can perform the SaveFileIfModified.
Hope this helps
Regards
Ray Farmer
05-30-2006 02:07 AM
Thanks for your reply Ray, think I am still missing something though.
My sequence is attached, temporary variables are cretaed but not saved to the sequence file on completion.
Regards
Steve
05-30-2006 02:28 AM
Hi Steve,
You will need to set the File objects as well as the runtime objects (I am assuming that you need the values at runtime).
Using the PropertyObjectFile reference get a PropertyObject reference using the AsPropertyObject then use the Get/Set method to update your values in the file.
Regards
Ray Farmer
05-30-2006 04:03 AM
05-30-2006 04:50 AM
Hi Steve,
try this response, particularly James' initial response to the question.
http://forums.ni.com/ni/board/message?board.id=330&message.id=10706
If you have labVIEW then maybe you will beable to look at the supplied example.
I will try to provide an example later on today.
Regards
Ray Farmer
05-30-2006 05:43 AM
No need for further examples Ray. Decoded James's.
Thanks for all your help
Steve