TN HistClient123 How to prevent users from modifying settings in the Historian Client Trend Control
Last updated: March 4th, 2025Description
- Author: Benjamin Davis
- Published: March 4th, 2025
Details:
Description
Method to prevent users from modifying settings in a Historian Client Trend Control
- Author: Benjamin Davis
- Published: 12/28/2015
- Applies to: InTouch 2014R2
Details
Begin by adding the Historian Client Trend Control to an InTouch Window
Name the Historian Client Trend
- Double click the Historian Client Trend
- Type in the name in the ControlName field, e.g., aaHistClientTrend1
Use the dot fields of the Historian Client Trend in a script
#aaHistClientTrend1.LockDown =1;
#aaHistClientTrend1.AllowContextMenu = 0;
***Both scripts must be run to fully prevent users from modifying settings.***