• Not Answered

increment/decrement counter

dear all,

how can i create a increment/decrement counter in SIS?

1 Reply

  • 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.