SCADA-LTS / Scada-LTS

Scada-LTS is an Open Source, web-based, multi-platform solution for building your own SCADA (Supervisory Control and Data Acquisition) system.
GNU General Public License v2.0
718 stars 287 forks source link

Changing "Variation" type for Analog Inputs in DNP3.0 IP implementation #464

Open Dineshchauhan92 opened 6 years ago

Dineshchauhan92 commented 6 years ago

We are using Scada-LTS for polling remote RTUs on DNP protocol.

The following problem is observed:

  1. Digital Input data is updating with no issues.
  2. "Analog Inputs" type is working with 16 bit input "variation" but there is not option of changing the "Variation" type to 32 bit Analog Input. With the default configuration AI data in not updating when datatype is 32 bit in RTU (Float or Unsigned int).

Is there any way to change the setting of DNP Client driver of Scada-LTS to pick variation for 32 bit float/Integer in place of 16 bit integer ?

(Scada-LTS 0.0.9 working on ubuntu 16.04, Tomcat 7, mysql 5.7 and openjdk 1.8. )

grzesiekb commented 6 years ago

The data-source DNP is inherited together with the code from ScadaBR, but in our deployments we don't use this data-source. That is why I need instruction how to recreate the described situation.