osvaldo Posted December 19, 2007 Report Share Posted December 19, 2007 Hi to all you, I'm developing an application that use variants and variants atrributes.. and the default labview probe for the variant data type is very ugly... so I started using the probe by tcplomp i find in the CR... Great work! But does not display the attributes of the variant... Well, to cut a long story short, I have extended the code from tcplomp to add this functionality. The probe in attachment display the data part and all the attributes defined for the variant under test, recursively. If an attribute or a sub data part is a variant, all his attribut will be browsed. Also supported time stamps and all type of waveforms. Regards! Osvaldo Download File:post-457-1197990179.zip Quote Link to comment
Ton Plomp Posted December 19, 2007 Report Share Posted December 19, 2007 QUOTE(osvaldo @ Dec 18 2007, 04:03 PM) ... so I started using the probe by tcplomp i find in the CR... Great work! But does not display the attributes of the variant... Thanks, But are you sure you used the latest version (1.1.0 dated May 2007)? Because that would add attributal recursive. I had a quick look at your code, and saw you dug into Waveforms (that's brave) :thumbup: Ton Quote Link to comment
osvaldo Posted December 20, 2007 Author Report Share Posted December 20, 2007 Oh, gosh! You're right! I have not noticed the upgrade! I missed the opportunity to have some code already written! ... Well! I exercised a bit with the custom probe! Regarding waveforms ... I had to do it when I discovered that time-stamps are a sub-type of waveform! The only waveform that the probe does not browse is the Dinamic subtype... I do not know how to create one to verify the probe! Suggestions? Regards Osvaldo Quote Link to comment
PJM_labview Posted December 20, 2007 Report Share Posted December 20, 2007 QUOTE(osvaldo @ Dec 19 2007, 01:17 AM) ...The only waveform that the probe does not browse is the Dinamic subtype... I do not know how to create one to verify the probe! Suggestions? ... How about like this? http://lavag.org/old_files/monthly_12_2007/post-121-1198088545.png' target="_blank"> PJM Quote Link to comment
osvaldo Posted December 22, 2007 Author Report Share Posted December 22, 2007 QUOTE(PJM_labview @ Dec 19 2007, 07:22 PM) How about like this?PJM Thanks for the suggestion, PJM! :thumbup: Not hardly ever use the expressVI and I would not have ever thought of creating a dynamic waveform using one of them ... Attach the new version of the probe with the code to navigate the dynamic waveform ... Merry Christmas to all! :laugh: Osvaldo http://lavag.org/old_files/post-457-1198244984.zip'>Download File:post-457-1198244984.zip p.s.: Ah! I forgot! Tcplomp, if you believe, you can merge the added code with the original one of the version 1.1.0 and so update the [CR]. :worship: Quote Link to comment
Ton Plomp Posted December 31, 2007 Report Share Posted December 31, 2007 QUOTE(osvaldo @ Dec 21 2007, 02:52 PM) p.s.: Ah! I forgot! Tcplomp, if you believe, you can merge the added code with the original one of the version 1.1.0 and so update the [CR]. :worship: Yes I http://forums.lavag.org/downloads-file63.html' target="_blank">updated it, but in the process something happened you might dislike, it's upgraded to LabVIEW 8.5 because of the use of recursive LVOOP. Ton 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.