DeltaV graphic configuration parameters value

hi my hear friends

I want to know are there  complete references for parameters and their field's value? i mean the type of parameter and its value .(for example : dvsys.mod/block/mode.f_actual=8 ).here i want to know the meaning of 8 .

best regards.

7 Replies

  • dvsys.mod/block/mode.f_actual=8 , 8 represents, MAN mode.
  • In reply to arun selvaraj:

    thank you for your response .
    would please give me more details about this issue ?
    how can i find references for other parameters?
    best regards.
  • Create new control module (for test) with PID and CALC function blocks. In CALC expression type : OUT1:= (internal reference to PID mode actual).
    Download change modes of PID; 8=man / 16=auto / 32=cascade , and next tell me about your suprise :)
  • In reply to Roman Kostuniak:

    thank you for your response
  • for your reference:

    Mode .Actual Value
    OOS 1
    IMAN 2
    LO 4
    MAN 8
    AUTO 16
    CAS 32
    RCAS 64
    ROUT 128
  • In reply to kmarks:

    And for what Roman was eluding to:

                  Mode.Target     Mode.Actual Value

    OOS       1                      1

    IMAN      2                      2

    LO          4                      4

    MAN       8                      8

    AUTO    16                     16

    CAS       48                     32

    RCAS     80                    64

    ROUT    144                   128

  • In reply to Matt Stoner:

    thank you for your response