Instrument Control (GPIB, Serial, VISA, IVI)

キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

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 件の賞賛
メッセージ1/4
3,246件の閲覧回数

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 件の賞賛
メッセージ2/4
3,226件の閲覧回数

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 件の賞賛
メッセージ3/4
3,186件の閲覧回数

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 件の賞賛
メッセージ4/4
3,183件の閲覧回数