Remove Normal mode blue box when Upper loop is in IMAN

Most of the time I have an APC third party software controlling my lower loops, which puts my DeltaV loops in RCAS. When it does that, my upper loops go to IMAN. When it goes to IMAN, I get the "Blue Box" on my display which tells me I'm not in my normal mode. Is there a way to set IMAN as a normal mode or just make the blue box go away when that condition is true? I have a DeltaV 11.3.1 system.

1 Reply

  • I am assuming you are using the DeltaV Out of the Box Dynamo for this, there is an object named "BitmapMode" under the dynamo group which when visible makes the big blue box show up. This object has an animated visiblity with the default being DVSYS.MODULE/PID1/MODE.F_ISAN = 0 or ( DVSYS.MODULE/PID1/MODE.A_ACTUAL <> DVSYS.MODULE/PID1/MODE.A_TARGET )

    You can change this to just be DVSYS.MODULE/PID1/MODE.F_ISTN = 0 and then I think it will only show up when the Target Mode isn't equal to what the Normal Mode is configured for.

    If that doesn't meet your needs, then you will need to animate with what you requirements are.

    Regards,

    Matt