02-11-2005 07:13 AM
11-01-2005 09:33 AM
The easiest way of sending large arrays to Mathcad is the use of File IO. I created a set of VIs that use ActiveX to control/read/write data from LabVIEW (apparently they are in review stage right now so I put them on the ftp site ftp://ftp-stage.ni.com/outgoing/Mathcad.zip but usually they can be found at http://www.ni.com/design/math.htm
In my toolkit, I used both ActiveX and File IO in an example. For example, you could send the data to a file and they set a string inside Mathcad to point to the file so you can dynamically update different test runs without hardcoding anything Mathcad or LabVIEW.
12-11-2005 11:21 AM
06-06-2007 01:35 PM
06-07-2007 12:46 PM
Hi missu,
This is a fairly old post so you may want to start a new one when you have a more specific problem. To read a matrix from Mathcad to LabVIEW I would start with this link: http://sine.ni.com/devzone/cda/epd/p/id/4348 which is the Mathcad Interface VIs. I downloaded it and there is a Getting Started VI that has the functionality to write and read matrices. There is also a text file that will help you install it.