Sign in to follow this  
Followers 0
Nguyen Hong Hao

CitectSCADA and PowerLogic PM710MG problem

3 posts in this topic

Hi, I use CitectSCADA to monitor PowerLogic PM710MG. Connnection's good (Industrial Standard Protocols -> Modbus/RTU ). But I can't read the Real Energy Total register (Address(pm710) = 1000). With float register: Address(citect) = 40000 + [Address(pm710) - 2] Example: Current, 3P Average register; Address(pm710) = 1018 --> Address(citect) = 41016. Citect gets the value exactly, but it can't read the Real Energy Total register ( Address(pm710) = 10000; Address(citect) = 40998 ) !!!! You can help me? Thanks

Share this post


Link to post
Share on other sites
In our case, we use KepServerEx with ModBus Driver, configured to use base zero, which means that we want to read the direct address. We read the address 401000, it's in FLOAT format (2 words). Depending on the driver that you are using, you will need a conversion.

Share this post


Link to post
Share on other sites
Hi Hao Have you fixed the problem? Email to me at nguyenducvuvn@yahoo.com if you need any help Cheers

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0