Emerson Exchange 365
Search
User
Site
Search
User
State
Not Answered
Replies
1 reply
Subscribers
5483 subscribers
Views
8097 views
Users
0 members are here
Recent DeltaV Community Connect Discussions
laurent maurer
13 Mar 2024 9:45 AM
Backup Pro Plus
1 Reply
Jesse Delanoy
8 Mar 2024 9:17 PM
Live menu bar required key for choose display set option
1 Reply
DawnDeMeo
8 Mar 2024 3:28 PM
Git / Azure DevOps Repo Workflow
1 Reply
Sheyla Caller
7 Mar 2024 3:59 PM
DeltaV Library for DL8000
0 Replies
s_brwn
6 Mar 2024 3:10 PM
Process Historian is Crazy Slow- What tools to help Diagnose?
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.