03-02-2008 07:49 AM
03-03-2008 06:15 PM
Hello,
One thing you could do to try and handle the waveform data type, is to create another LabVIEW dll which would break that waveform up into its parts (data array, dt, t0) and outputs those instead of a complete waveform. This might make it easier to handle the data once you get it into C# also. Despite this I think there is still a way to handle the waveform properly, its just a matter of converting it into something that C# will understand because the data types are actually unique to LabVIEW. Therefore, even with MeasurementStudio installed, we still have to manipulate the data into a form it can recognize. I have done some testing with this but I haven't come up with a solid solution so I will try to work on this and post something as soon as I can.
03-04-2008 10:42 AM - edited 03-04-2008 10:42 AM
03-04-2008 10:49 AM
01-18-2011 12:17 AM
HYE....I AM NEW TO MEASUREMENT STUDIO AND AM INTRESTED IN INTERACTION OF LABVIEW AND MEASUREMENT STUDIO...CAN YOU SEND ME THE SAMPLE CODE AS U DESCRIBED ABOVE...???
REGARDS
RITTIK.
01-18-2011 06:17 PM
Hi Rittik,
In order to use LabVIEW and Measurement Studio, you can do two things either A) make a DLL from LabVIEW with the application builder and call it from Measurement Studio, or you can make a DLL in Measurement Studio and call it in LabVIEW.
http://decibel.ni.com/content/docs/DOC-5921
http://zone.ni.com/reference/en-XX/help/371361G-01/lvhowto/building_a_net_assembly/
Hope this helps!
01-25-2011 01:47 AM
Thanks Chris. it was quite helpful to me..
Well i am seeking some precise documenation with examples for measurement studio but i am unable to find it..the tutorials provide on the site does not tell about all the properties of modules of measurement stuido..So how can i get the relevant theoritical documentation with examples ??
Thanks in Advance...!!!!!!!!!!
01-26-2011 12:52 PM
Hi RITTIK,
We don't have any examples on hand that show how to do the interoperability dll from LabVIEW into Measurement Studio (as this is more of a Visual Studio in general feature). What do you mean by properties of modules?
Thanks!
01-26-2011 10:22 PM
Hye Chris,
Actually i forgot that its a topic about labview/measurement studio interaction....
Actually i want the documentation regarding the proprties of components of measurement studio so that each and every property can be optimumly used...newys thanks...