Scaling down Measurements in SCADA BR

Hello Everyone, 

 

I am using SCADA BR to receive measurements from a protection relay using DNP3. I have to scale up (multiply by 100) all the values to include the decimal information. Now i want to scale down by 100 in SCADA BR. 

 

e.g. My unit is measuring 49.95 and i am sending out 4995 to SCADA BR. Now i want SCADA BR to scale it down by 100 so that  i can read 49.95 again.

 

Thanks

Hello Almas,

You should try using a meta data source as a converter for these points. Adding the DNP3 data point to the context and creating a script similar to "return dnp_dp.value/100;" should do the trick.

Glad to help,