From 11:00 PM CST Friday, Apr 11th - 1:30 PM CST Saturday, Apr 12th, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
From 11:00 PM CST Friday, Apr 11th - 1:30 PM CST Saturday, Apr 12th, ni.com will undergo system upgrades that may result in temporary service interruption.
We appreciate your patience as we improve our online experience.
10-05-2009 06:57 PM
Now that VI Scripting is available, I thought it would be handy to write a nugget about the VariantDataType VIs. In LabVIEW 8.0 and later, there is a set of VIs in vi.lib/utility/VariantDataType that are immensely helpful when writing code that involves parsing LabVIEW data types. There's too much in there for me to describe in a single nugget, so I encourage you to explore the VIs, and keep in mind these tips:
Most of the VIs in this folder have Context Help that describe their functionality. The "Get" VIs are probably going to be the most helpful for you since they are useful for obtaining information about existing data types. There are also some "Set" VIs that might be useful for more advanced applications that involve changing certain characteristics of certain data types.
10-05-2009 07:59 PM
10-06-2009 01:05 AM
I am sorry but I cant't access you blog(http://labviewartisan.blogspot.com/.
10-06-2009 10:29 AM
tom.huo wrote:I am sorry but I cant't access you blog(http://labviewartisan.blogspot.com/.
I'm not sure why...I think some employers block access to certain domains...blogspot.com might be one of them?
10-07-2009 02:08 AM
Darren wrote:I think some employers block access to certain domains...blogspot.com might be one of them?
Very much, yes!
10-07-2009 06:30 AM
I started playing around with these in LV 7.1, very useful so far (I want to convert a cluster to a spreadsheet string).
I found some 'bug':
When I use a timestamp, it say 'Waveform (Measurement Data)', the same goes for Analog Waveform (as expected).
Is this still the case for 2009?
Felix
10-07-2009 10:15 AM
F. Schubert wrote:
I found some 'bug':
When I use a timestamp, it say 'Waveform (Measurement Data)', the same goes for Analog Waveform (as expected).
Is this still the case for 2009?
In LabVIEW 7.x, the Measure Data (waveform) type includes both waveforms and timestamps. In LabVIEW 8.0 and later, there are different entries in the enum for them: Waveform and Timestamp.