LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting and adding device

Solved!
Go to solution

I am trying to connect a counter and tachometer to Labview. How can I do these two things so the labview can just read the value of these two devices? The tachometer model is 47100 brand is Durant

0 Kudos
Message 1 of 8
(3,000 Views)

Looks like the Durant has RS232.

Search the NI Example Finder for "serial read and write".

0 Kudos
Message 2 of 8
(2,998 Views)

Instead of making someone here do your research, can you at least provide how the instruments connect to the pc and the communication protocol (i.e. RS-232, Ethernet, etc).

0 Kudos
Message 3 of 8
(2,996 Views)

I have already connected and did the research I am using RS-485 so I can connect both counter and tachometer, but I couldn't find this devices on LabView.

0 Kudos
Message 4 of 8
(2,991 Views)

@gltfrs wrote:

I have already connected and did the research I am using RS-485 so I can connect both counter and tachometer, but I couldn't find this devices on LabView.


Did what research?

What made you think LabVIEW can work with directly with RS-485?

0 Kudos
Message 5 of 8
(2,984 Views)

Yes it does work if you use it as a Master-Slave with RS-485

0 Kudos
Message 6 of 8
(2,980 Views)
Solution
Accepted by topic author gltfrs

Serial devices are not 'detected' by LabVIEW. Serial ports are detected by MAX and then you can list the available resources in LabVIEW and search through them to determine what instrument is connected where. You will have to write your own instrument driver/code.

Message 7 of 8
(2,977 Views)

continued here, under a different premise. But still the same thing.

Message 8 of 8
(2,940 Views)