Emerson Exchange 365
Search
User
Site
Search
User
State
Not Answered
Replies
1 reply
Subscribers
5482 subscribers
Views
8050 views
Users
0 members are here
Recent DeltaV Community Connect Discussions
hagouda
19 Aug 2025 3:32 PM
timeout between processor 2 and i/o processor 2 in SLS1508
0 Replies
ha nguyen
15 Aug 2025 8:17 PM
Conventional Software Support - End of Life - Guardian Support Bridge Service
1 Reply
Kent
15 Aug 2025 7:29 PM
Fast Temperature Measurement
1 Reply
Jesse Delanoy
12 Aug 2025 10:06 PM
How to bulk find and replace within phase class action expressions
5 Replies
Tony Whitehouse
12 Aug 2025 6:37 AM
DeltaV OPC UA Server identifiers (NodeId)
1 Reply
<
>
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.