LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

PowerLogic ION6200

Did anybody work with PowerLogic ION6200 power meter? I tried to communicate with that instrument through RS485 and so far no lack. Does somebody have samples of source code so I can get an idea how to start it?  I'm working on the LabView 8. The power meter is connected to the PC through USB_RS485 cable.

Thanks a lot in advance.

0 Kudos
Message 1 of 4
(3,703 Views)

The first place to start is to verify that it works by using a serial terminal program like HyperTerminal on Windows, or, say, minicom, on *nix. If you can't get it to work with that, then it won't work with LabVIEW. Have you tried that? The manual should have some basic commands to try. Do you have that?

0 Kudos
Message 2 of 4
(3,694 Views)
No I did not. But I will. That instrument is using standart ModBus RTU protocol. I'm not sure is HyperTerminal can do that.
0 Kudos
Message 3 of 4
(3,690 Views)

BS1965 wrote:
That instrument is using standart ModBus RTU protocol.

Oh, well that's different. HyperTerminal won't be able to handle that. I would suggest familiarizing yourself with the ModBus protocol here: Introduction to MODBUS.You can also download a free Modbus library for LabVIEW.

0 Kudos
Message 4 of 4
(3,682 Views)