How to differentiate field input actually coming from field or that input forced?

how to differentiate field input actually coming from field or that input forced?
i can view in control tag page but i cant read this to SCADA to monitor the forces
pls let me know how to differentiate field input actually coming from field or that input forced?

Hey @prakash_kumar :wave:,

See in my opinion you should Try to differentiate between field inputs and forced inputs:

Check Force Status: Look for indicators or flags in the PLC diagnostics or control tag properties that show if the input is forced.
SCADA Monitoring: Configure SCADA to monitor and alert you about forced inputs, if possible.
Consult Documentation: Refer to your PLC and SCADA documentation for specific instructions on identifying forced values.

Hope the above will be helpful…

Thanks