Problem with telecontrol using new DNP3 driver

Hello,

I have transferred the device readings to the new DNP3 driver, which appeared in Ignition some time ago.

I am trying to do the control and according to the documentation I should use the new system.dnp function instead of system.dnp3 but script console does not have this function. I am using Version: 8.1.39 b2024040909)

What could be the cause?

Regards,
Michał

These scripting functions are only available in the gateway scope. You'll have to trigger them from the Gateway somewhere, or add a message handler that you use system.util.sendMessage with from the Client, or use something like @pturmel's free toolkit module that has a handy @runInGateway decorator.

1 Like