[Imported] DNP3 SCADAPack E Pulse Action (NULL) Point Control
EcoStruxure Geo SCADA Expert Forum
Schneider Electric support forum about installation, configuration, integration and troubleshooting of EcoStruxure Geo SCADA Expert (ClearSCADA, ViewX, WebX).
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2019-11-0512:23 PM. Last Modified: 2023-05-0312:37 AM
[Imported] DNP3 SCADAPack E Pulse Action (NULL) Point Control
>>Message imported from previous forum - Category:Scripts and Tips<< User: mchartrand, originally posted: 2018-10-19 20:06:27 Id:164 This is a re-posting from the obsoleted (October 2018) "Schneider Electric Telemetry & SCADA" forum.
-------------------------------
**_Chadam: I am trying to use Server Scripting to Write to a DNP3 SCADAPack E Pulse Action (NULL) Point. Has anyone got experience with this? I would like to specify number of pulses, On Time as well as Off Time._**
------------------------------- AWoodland: Hi, Doing this behaviour in the client (scripting) is typically far from ideal, it should be ran as close to the device as possible to reduce the risk of the process terminating early and so later actions failing (think network failures or socket problems). Doing it at the server (logic) rather than the client (scripting) is better assuming you can't do it at the RTU. Personally I'd use a SFC if I had to do this in ClearSCADA, but its whatever you'd feel more comfortable with.
_________
andrewscott: You can do this using the **Inching** method in the **CDBPulse** database table.
The method has arguments for the number of pulses, the on time duration and the off time duration.
Before you can use this method it must be enabled on the pulse action's form.
There is more detail available in the ClearSCADA documentation: