Scada-LTS icon indicating copy to clipboard operation
Scada-LTS copied to clipboard

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

Open Dineshchauhan92 opened this issue 7 years ago • 1 comments

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. )

Dineshchauhan92 avatar Feb 13 '18 09:02 Dineshchauhan92