CimView Error Message

M

Thread Starter

Mohamed Salem

We have HMI control room server for operation unit GE frame9FA. when this HMI put in operator mode it will not accept any command and this message appear "Security violation of point\\CRM2SVR\G1\
SC43.RAW_VALUE."

PLs can you help me to solve this problem.

Thanks,

Mohamed salem
[email protected]
 
P

Process Value

CIMPLICITY Role configuration

This error happens due to the wrong role configuration for operator. to change the role configuration you must do the following

1. Open cimplicity workbench and open the running project file (.gef) for this particular GT

2. on the left half plane you will see " security tag" open security

3. Inside security you will see
a. Users
b. Roles
c. Resources
click on roles

4. Now on the right half of the plant you will see the "Operator" tag

5. when you double click it you will have a privileges tag opening up
in this you need to click the following
General - Process control
Event manager - Trigger events and Script control
Points - setpoint and disable and modify alarms

you problem arises mainly due to the fact the trigger events tag / setpoint is not selected. SC43 is the off/crank/fire/auto selection enumerated data type.

now that you have reached this you can intuitively configure what the operator privileges should be. Enjoy ;)
 
This information helped me troubleshoot an issue in my Plant.The
"Viewer" account in Cimplicity didn't have a check mark on Event Manager- Trigger events and Script Control", Station Operator was logged on as a Viewer and could not clear an Alarm and was getting the same error message.

Once I checked those two boxes under Event Manager he could clear the alarms.

>CIMPLICITY Role configuration
>
>This error happens due to the wrong role configuration for
>operator. to change the role configuration you must do the
>following
>
>1. Open cimplicity workbench and open the running project
>file (.gef) for this particular GT
>
>2. on the left half plane you will see " security tag" open
>security
>
>3. Inside security you will see
> a. Users
> b. Roles
> c. Resources
> click on roles
>
>4. Now on the right half of the plant you will see the
>"Operator" tag
>
>5. when you double click it you will have a privileges tag
>opening up
> in this you need to click the following
> General - Process control
> Event manager - Trigger events and Script control
> Points - setpoint and disable and modify alarms
>
>you problem arises mainly due to the fact the trigger events
>tag / setpoint is not selected. SC43 is the
>off/crank/fire/auto selection enumerated data type.
>
>now that you have reached this you can intuitively configure
>what the operator privileges should be. Enjoy ;)
 
Top