Emerson Exchange 365
Search
User
Site
Search
User
State
Not Answered
Replies
1 reply
Subscribers
5483 subscribers
Views
8112 views
Users
0 members are here
Recent DeltaV Community Connect Discussions
CalebJHolland
9 Nov 2023 7:04 PM
Editing ACT_TIME in EDC1 function block while on-line in control studio
4 Replies
BrianWood
2 Nov 2023 5:37 PM
Modbus Communication to Emerson 700XA analyzer with VIM2
0 Replies
dolatrec
1 Nov 2023 5:06 PM
Time In Sync Status is False (DV Diagnostics for CIOC)
0 Replies
Simon Ahr
1 Nov 2023 11:57 AM
DeltaV 15.3.1 (LTS) Workstation Configuration Error - Can't join Workgroup/Domain
3 Replies
Rishi
26 Oct 2023 11:02 PM
EIOC periodically sends test messages on the secondary network to check the viability of the secondary network
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.