Emerson Exchange 365
Search
User
Site
Search
User
State
Not Answered
Replies
1 reply
Subscribers
5483 subscribers
Views
8172 views
Users
0 members are here
Recent DeltaV Community Connect Discussions
Mahdi
8 Apr 2022 5:11 PM
Continuous Historian connection problem
3 Replies
JoshC
5 Apr 2022 12:46 PM
PHV Trends Very Slowly
22 Replies
Andre Dicaire
29 Mar 2022 8:57 PM
Accessing DeltaV Live shows blank white screen with RDP to Windows 10 Enterprise LTSB PC
4 Replies
Shivanshu Patil
28 Mar 2022 5:35 AM
Delta V DCS MPC implementation
4 Replies
Ralph Kitts
22 Mar 2022 7:41 PM
HART Device Libraries
4 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.