Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Heidenhain ND-287 connect with VISA

Solved!
Go to solution

Hej 

 

I'm a student and I want to connect the ND-287 From heidenhain with VISA and labview is this possible?

0 Kudos
Message 1 of 30
(7,058 Views)

It depends on the instrument and what connections are available on it.

I don't know the instrument.

0 Kudos
Message 2 of 30
(7,047 Views)

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.

0 Kudos
Message 3 of 30
(7,032 Views)

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?

 

 

0 Kudos
Message 4 of 30
(6,994 Views)

Nice.

 

Could you please explain more in details what you are trying to do ?

0 Kudos
Message 5 of 30
(6,988 Views)

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. 

8.png8.png

0 Kudos
Message 6 of 30
(6,980 Views)

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.

0 Kudos
Message 7 of 30
(6,979 Views)

Spreadsheet String To Array may be your friend. If not :

 

  • Please post the sub-VI and the file.
  • How did you generate this file ? With Hyperterminal ?
  • Does the ND 287 send the text all at once (one request --> answer in "read string") or do you need to send several requests ?
0 Kudos
Message 8 of 30
(6,975 Views)

You just need to pres export on the ND 287 and it will send it all at once.

i used Measurement and automation explorer.

Download All
0 Kudos
Message 9 of 30
(6,968 Views)

This conversion from ND 287 string to a 2D array of strings is quite easy :

 

ND 287 string to 2D array.png

0 Kudos
Message 10 of 30
(6,960 Views)