Emerson Exchange 365
Search
User
Site
Search
User
State
Not Answered
Replies
1 reply
Subscribers
5483 subscribers
Views
8126 views
Users
0 members are here
Recent DeltaV Community Connect Discussions
Dave Grubwieser
17 May 2023 4:54 PM
Is there a way to edit EDC/STATE_MASKS.(number of states) using bulk edit?[SOLVED]
3 Replies
Elwin Gansekoele
16 May 2023 12:16 PM
Installation of PI adapter opc
0 Replies
Robin
16 May 2023 12:53 AM
Retrieve archived batch report data in *.EVT file format
0 Replies
s_brwn
10 May 2023 1:36 PM
Cold Restart - Controller Behaviour on Startup
2 Replies
EvertZwarts
8 May 2023 10:09 PM
DeltaV Operate 1920x1200 monitors with different startup picture for each SESSION using Layout file
2 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.