Emerson Exchange 365
Search
User
Site
Search
User
State
Not Answered
Replies
1 reply
Subscribers
5482 subscribers
Views
8066 views
Users
0 members are here
Recent DeltaV Community Connect Discussions
Kent
5 Mar 2025 1:57 PM
Version 15 FP2 and Rockwell
4 Replies
Andre Dicaire
4 Mar 2025 5:33 PM
How to manage Noise in a large control room with many Consoles.
5 Replies
foxriver
1 Mar 2025 5:38 PM
Can I read controller information and use in control modules?
8 Replies
TPatterson
26 Feb 2025 7:37 PM
convert DIFF_TIME_STR parameter to a readable / usable value
15 Replies
CuriousDuncan
26 Feb 2025 2:57 PM
Red Cross next to command name
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.