04-02-2013 07:43 AM
Hej
I'm a student and I want to connect the ND-287 From heidenhain with VISA and labview is this possible?
Solved! Go to Solution.
04-02-2013 08:53 AM
It depends on the instrument and what connections are available on it.
I don't know the instrument.
04-03-2013 12:56 AM - edited 04-03-2013 12:58 AM
I have never used the ND 287 but according to its manual (pages 101 and following) this is possible and seems easy to implement.
For a first trial, you can start with Advanced Serial Write and Read.vi that ships with the LabVIEW examples.
04-11-2013 04:53 AM
Thanks
I'm a BIG stap forward!
Do you know of there is a example, where the data that comes from the instrument automatically converts to an array?
04-11-2013 07:09 AM - edited 04-11-2013 07:10 AM
Nice.
Could you please explain more in details what you are trying to do ?
04-11-2013 08:00 AM
The instrument is sending me data. You can see it in the picture left. And my purpose is that the data automatically go to an array like in the picture in the right.
04-11-2013 08:27 AM
In the VI you can see that i first need to save the receiving data into text file and than I can get into an array.
But I want that the receiving data goes automatically into the array.
04-11-2013 08:43 AM - edited 04-11-2013 08:48 AM
Spreadsheet String To Array may be your friend. If not :
04-11-2013 09:08 AM
You just need to pres export on the ND 287 and it will send it all at once.
i used Measurement and automation explorer.
04-11-2013 10:04 AM
This conversion from ND 287 string to a 2D array of strings is quite easy :