02-23-2013 03:04 PM
Hello all,
I have a problem - in the program I've created I saved the frequency value in the Root sheet. However, when I'm trying to read it, it fails.
If I take the same file and save it using DIAdem, the program is gone, however, it's not a solution.
I'm attaching the vi, an original file (Patient Name 22_02_2013 22-41-42) and the modified one (Patient Name 22_02_2013 22-41-42_mod).
Any help will be appreciated..
Thanks,
Hanan
Solved! Go to Solution.
02-24-2013 07:05 PM
Hanan,
I could not reproduce your issue.
I run LabVIEW 2011 Windows 32bit on Windows 7 32bit and open your Amit2\GetRootProp.vi. Then I click "Run", select Amit2\Patient Name 22_02_2013 22-41-42.tdms and the front panel shows "250" in "number", and I select Amit2\Patient Name 22_02_2013 22-41-42_mod.tdms and the front panel shows "250" in "number" too. I mean I could always read the frequency value in the Root.
Please correct me if my reproduce steps are wrong.
Best Regards,
Bo Xie
02-25-2013 04:09 AM - edited 02-25-2013 04:22 AM
Hi again,
I've checked the files and I'm sending a correct version now.
One of the files doesn't work. The other (mod version) does.
Thank you in advance,
Hanan
02-25-2013 07:26 PM
Hanan,
I think it is an issue in your VI.
In Hanan.zip, GetRootProp.vi wants to get the property "Sample_Frequency" of Root.
"Patient Name 22_02_2013 22-41-42.tdms" has only a property "Sample Frequency" (not "Sample_Frequency") of Root, then GetRootProp.vi fails to get the property "Sample_Frequency" of Root.
Best Regards,
Bo Xie