Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.
DNP3 Analog Data Point
-
Hi all,
I am using MangoES as a DNp3 master to receive data from many slave devices.
I can receive both analog and digital data points and I can send many digital outputs as I like.However I can only send one Analog Output data (data point number 0).
I have noticed that when i update any other analog data point only the data point number 0 gets updated instead.Is there any possibility of fixing this issue ?
Thanks!
-
Hi Udara,
Thanks for the post. Yes this is something we can look at. We'll get back to you on it as soon as we can.
Thanks,
-
Udara,
I don't have a DNP3 Device with an Analog Output to test with, but I did find a bug in the DNP34J source code. I've made some changes that I hope will work. Here is a new module for you to test with. Can you confirm that it now works?
You will probably have to rename the downloaded file as
m2m2-dnp3-1.6.2.zip
Thanks,
Terry -
Hi Terry,
I will let you know soon.
Can you tell me how to get the new module installed on the existing mango installation ?Thank You
-
Hi Udara, you will need to place the zip file into your Mango's web/modules directory, renaming as instructed by Terry, and then restart your Mango instance.
You may wish to copy your existing web/modules/dnp3 directory out of web/modules in the event you desire rolling back to that version, as it would be overwritten by Mango's unzipping of the new one.
-
@phildunlap said in DNP3 Analog Data Point:
Hi Udara, you will need to place the zip file into your Mango's web/modules directory, renaming as instructed by Terry, and then restart your Mango instance.
You may wish to copy your existing web/modules/dnp3 directory out of web/modules in the event you desire rolling back to that version, as it would be overwritten by Mango's unzipping of the new one.
Thank you. It now works.
If i was to use the module in Mango ES is it the same installation procedure ?
-
@terrypacker said in DNP3 Analog Data Point:
Udara,
I don't have a DNP3 Device with an Analog Output to test with, but I did find a bug in the DNP34J source code. I've made some changes that I hope will work. Here is a new module for you to test with. Can you confirm that it now works?
You will probably have to rename the downloaded file as
m2m2-dnp3-1.6.2.zip
Thanks,
TerryHi Terry,
I tested the new DNP3 module on my Mango 2.7 installation on windows and it now works as intended. It lets me set multiple analog output points.
I will test it on my Mango ES installation too.Thank you very much.