ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Power Meter and LabView

Hi everyone, i am following a project in the company where we have a Schneider Power Meter model iem 2155 and it is connected via usb/rs485 to a pc, I wanted to know if you know a "universal" project to see the measurement of the Power Meter on Labview. Thanks everyone in advance.

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

A quick search results:

You can communicate with this device over Modbus or M-Bus:

https://download.schneider-electric.com/files?p_enDocType=User+guide&p_File_Name=7EN02-0361-00.pdf&p...

 

You can use LabView Libraries to communicate over Modbus: NI Modbus

 

For M-Bus you must make self research: 

e.g.: https://www.gmc-instruments.de/produkte/m-bus-modul

-------------------------------------------------------------------
Eugen Wiebe
Bernstein AG
CLAD - Certified LabView Associate Developer
0 Kudos
Message 2 of 4
(3,297 Views)

so you think it is impossible to read the data by connecting the Power Meter with VISA driver then COM port using the usb port.

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

You need Adapter USB to Modbus RTU (which is RS485).

The USB Adapter should install a virtual COM Port (e.g. COM05). This virtual COM Port you can use in NI VISA to send data to it and read data from it.

In the NI Modbus you then select Modbus RTU and pass the COM Port.

-------------------------------------------------------------------
Eugen Wiebe
Bernstein AG
CLAD - Certified LabView Associate Developer
0 Kudos
Message 4 of 4
(3,254 Views)