juhi Posted October 3, 2005 Report Share Posted October 3, 2005 Hi! I'm new to labview (using version 7.0) I'm trying to read in data stored in an lvm file and store this in an array so that i can reject certain data points. How do I store lvm data in an array? I've been tearing my hair out over this, I would be most grateful for any help! =) Thanks. :headbang: Quote Link to comment
Khalid Posted October 3, 2005 Report Share Posted October 3, 2005 On the Expres pallette, under Signal Manipulation, you will find an Express block called 'Convert from Dynamic Data.' That should convert the LVM Signals (output from the 'Read LVM File' block) into an array of doubles. A shortcut is to create an array of DBL indicators, wire the Signals output form the 'Read LVM File' to this. LabVIEW will then auto-insert the above conversion block for you. Hope this helps, -Khalid Quote Link to comment
juhi Posted October 3, 2005 Author Report Share Posted October 3, 2005 Thanks Khalid! On the Expres pallette, under Signal Manipulation, you will find an Express block called 'Convert from Dynamic Data.' That should convert the LVM Signals (output from the 'Read LVM File' block) into an array of doubles.A shortcut is to create an array of DBL indicators, wire the Signals output form the 'Read LVM File' to this. LabVIEW will then auto-insert the above conversion block for you. Hope this helps, -Khalid 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.