Emerson Exchange 365
Search
User
Site
Search
User
State
Not Answered
Replies
1 reply
Subscribers
5483 subscribers
Views
8121 views
Users
0 members are here
Recent DeltaV Community Connect Discussions
Robin
10 Aug 2023 8:25 AM
Incomplete Batch Event Log for UP states
0 Replies
controls_wl
7 Aug 2023 7:49 PM
Getting Version control error message when trying to modify history from DeltaV explorer
1 Reply
Jesse Delanoy
3 Aug 2023 2:23 AM
All ProPlus database connections suddenly severed (twice in the past week)
3 Replies
Eddie Villarreal
31 Jul 2023 6:22 PM
How to break into VB debug when "Error 0 running script" occurs on Operate startup. v14
7 Replies
chrisslattery
31 Jul 2023 5:46 PM
Connect hardware to DeltaV Simulate station
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.