Emerson Exchange 365
Search
User
Site
Search
User
State
Not Answered
Replies
1 reply
Subscribers
5482 subscribers
Views
8061 views
Users
0 members are here
Recent DeltaV Community Connect Discussions
Randy Pratt
21 Apr 2025 8:34 PM
Often asked for from the old DeltaV Application exchange, how to decode the time stamp in the .imp files
2 Replies
Chris Goetz
8 Apr 2025 12:13 PM
Persistent offset in CAS master?
6 Replies
Eric Franco
8 Apr 2025 10:30 AM
Alarm Summary Export
10 Replies
DBO_neoxy
3 Apr 2025 8:38 AM
Modules still appears in version control despite being deleted
2 Replies
Juanjo Lacort
1 Apr 2025 8:13 AM
Download chaged setup data to controllers to add a new name set
3 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.