04-06-2009 12:15 PM
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.
04-06-2009 01:56 PM
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?
04-06-2009 02:00 PM
04-06-2009
02:18 PM
- last edited on
04-25-2025
01:05 PM
by
Content Cleaner
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.