Emerson Exchange 365
Search
User
Site
Search
User
State
Not Answered
Replies
1 reply
Subscribers
5483 subscribers
Views
8135 views
Users
0 members are here
Recent DeltaV Community Connect Discussions
TreyB
2 Mar 2023 12:34 PM
AS not communicating across utilities and software tools
2 Replies
Kashyap Soni
27 Feb 2023 4:55 PM
DeltaV CND Block Timmer Error
8 Replies
Stefan Muellner
23 Feb 2023 7:21 PM
Controller Cold Restart settings at "Blackout" discussions
0 Replies
MPhatale
13 Feb 2023 6:26 AM
How to read 64 bit Data in DeltaV?
5 Replies
Zohaib Jahan
9 Feb 2023 7:32 PM
Continuous Historian Average/Min/Max on Live?
6 Replies
<
>
Similar Posts
DCS FacePlate Setpoint increment by tenths
Dynapar Incremental Encoder Integration Into DeltaV
Automatically Increment Batch ID When New Batch is Created
Pulse Counter
Loss in weight counter
Share
Not Answered
increment/decrement counter
dear all,
how can i create a increment/decrement counter in SIS?
1 Reply
Neil Castro
13 Dec 2017 12:57 AM
I have created a simple increment/decrement counter SIS module.
Following are the parameters.
#Inputs
INC = When this parameter transitions from false to true the COUNT parameter increments by 1.
DEC = When this parameter transitions from false to true the COUNT parameter decrements by 1.
#Output
COUNT = is the total count.
Note: The COUNT parameter does not become negative.
Following is a link to an FHX file that contains the module (SIS_CNT).
drive.google.com/open
Hope this helps.