sharikbaig
Member level 1
- Joined
- Aug 24, 2013
- Messages
- 41
- Helped
- 4
- Reputation
- 8
- Reaction score
- 4
- Trophy points
- 1,288
- Activity points
- 1,613
This is a bit complicated and strictly application oriented question.
I want to take a RS485 communicable energy meter's reading into a windows application. I have connected the 'Schneider Electric- Conzerv EM6436' meter to 'MOXA Transio A52' RS485 to RS232 converter and then RS232 to USB converter connects it to USB port of my computer.
Just to simplify:
Energy Meter (RS485) ---> RS485 to RS232 converter ---> RS232 to USB converter ---> Windows PC
By doing this I successfully got the data in ModScan Software from WinTech. Now i dont want to use modscan but i want my own windows application to show the readings from Energy Meter.
How can i achieve that, how can i read the same data in Visual Studio 2012. I am new with Visual Studio, so a detailed answer would be appreciated. The meter uses MODBUS RTU protocol. I got the data into PC as i said. Now i just want it in Visual Studio. You have to enter some memory address in modscan to get particular reading. For example address 3915 gives Frequency. These memory addresses are specified in data manual of energy meter.
Energy Meter manual attached below.
ModScan Download Link - https://www.win-tech.com/html/demos.htm
I want to take a RS485 communicable energy meter's reading into a windows application. I have connected the 'Schneider Electric- Conzerv EM6436' meter to 'MOXA Transio A52' RS485 to RS232 converter and then RS232 to USB converter connects it to USB port of my computer.
Just to simplify:
Energy Meter (RS485) ---> RS485 to RS232 converter ---> RS232 to USB converter ---> Windows PC
By doing this I successfully got the data in ModScan Software from WinTech. Now i dont want to use modscan but i want my own windows application to show the readings from Energy Meter.
How can i achieve that, how can i read the same data in Visual Studio 2012. I am new with Visual Studio, so a detailed answer would be appreciated. The meter uses MODBUS RTU protocol. I got the data into PC as i said. Now i just want it in Visual Studio. You have to enter some memory address in modscan to get particular reading. For example address 3915 gives Frequency. These memory addresses are specified in data manual of energy meter.
Energy Meter manual attached below.
ModScan Download Link - https://www.win-tech.com/html/demos.htm