Read a iEM pulse meter attached to a smartlink through Can2Go SSL
Gateways and Energy Servers
Schneider Electric support forum to share knowledge about product selection, installation and troubleshooting for EcoStruxure Panel Server, PowerTag, Com'X, Link150…
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
2014-06-1906:58 AM
Read a iEM pulse meter attached to a smartlink through Can2Go SSL
Second time I'm getting this question this month so here it is: today, the iEM2010 or iEM2000T do not have any standard driver in the Can2Go box when connected through a smartlink.
The only drivers available are the Reflex, the ACT24 contactor and the iOF+SD24 breaker. In addition, you need to know that these drivers are "read-only". In other words in 2.11, you cannot control those devices with the current drivers (this will change soon in a firmware upgrade though).
So how do you deal with other devices? In this article, we'll describe how to read the basic pulse meters.
First you need to connect the meters. Note that you can connect two meters to one smartlink channel (noted as i1 and i2). You cannot use the standard smartlink cable, so in order to connect your meter, take a standard cable and cut it in half.
Your cable will look like this:
Connecting this to the meter can be done like this:
The other piece of the cable obviously goes in the smartlink.
Make sure you define a modbus id for the smartlink through the dials on the right on the smartlink:
The baud rate and parity will be automatically detected so you don't have to worry about it.
Then you need to make sure to enable modbus on your Can2Go box. Once logged in, select the box in the tree structure and go to Modbus Configuration:
ok, great! Now we just have to write our driver. Click the "Add Object" icon in the explorer tab (first icon).
In the following example, we connected our meter to i2 on the channel 3 of our smartlink which has modbus id 9.
Note that the energy value is cumulated so if you want the interval data, you will need to add an extra value to store the previous value and provide the difference at each interval.
Finally if you want to connect to i1, use values 9 and 10 of the table and the pulse weight is at value 31.
Here is the full list of registers if you wanted something else:
As you can see in this example, I'm putting the value of my cumulated energy in AV11 (that you will have to create through the Add Object button again). Doing that will allow you to create a trend to store and display the energy (again, you probably should use the interval value instead).
If you need further information about Smartlink, you can use the great user manual at the following address. Look for the DOCA0004EN.pdf document on the page.