Emerson Exchange 365
Search
User
Site
Search
User
State
Not Answered
Replies
1 reply
Subscribers
5483 subscribers
Views
8140 views
Users
0 members are here
Recent DeltaV Community Connect Discussions
ArlieBright
13 Jan 2023 4:52 PM
Reset Redundant I/O cards from Display (DV Operate)
1 Reply
Invalid String
9 Jan 2023 7:32 PM
DC Block in Auto, but the target is Cascade
3 Replies
Robin
2 Jan 2023 9:34 AM
Integer conversion from 8 bytes to 4 bytes
0 Replies
ha nguyen
29 Dec 2022 9:14 PM
DeltaV system time running 7-8 min behind time.gov clock every 1.5 month
4 Replies
TreyB
22 Dec 2022 3:13 PM
Replacing dynamos
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.