Emerson Exchange 365
Search
User
Site
Search
User
State
Not Answered
Replies
1 reply
Subscribers
5483 subscribers
Views
8137 views
Users
0 members are here
Recent DeltaV Community Connect Discussions
Invalid String
7 Feb 2023 5:25 PM
Connecting to OPC.DeltaV.1 | Access is denied | 80070005
4 Replies
Invalid String
7 Feb 2023 5:16 PM
Ver 13.3 | Application Station | OPC DA Server | Read/Write Limitations
8 Replies
IntuitiveNeil
26 Jan 2023 12:17 PM
DeltaV Batch Operator Interface / BatchListView solutions to show just incomplete Batches
0 Replies
TreyB
25 Jan 2023 1:14 PM
Custome Color set in script.
11 Replies
Ralph Kitts
23 Jan 2023 3:19 PM
Control Modules - Parameter Values saving/uploading
0 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.