> For the complete documentation index, see [llms.txt](https://inscada.gitbook.io/ins/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inscada.gitbook.io/ins/en-1/user-interface/control-panel.md).

# Control Panel

In  inSCADA platform, control panel is the screen where connection, alarm, script statuses, and variable values are observed and controlled. On this screen you can start and stop connections, activate/deactivate alarms, schedule and stop scripts. You can also change the variable values.&#x20;

![Figure 1 : Control Panel](/files/-LkekTZh6knfXrYR8O6C)

As shown in Figure 1, the Connection-Device-Frame-Variables section at the top is linked to each other as master-detail. As soon as the user selects the connection, the Device-Frame-Variables panels associated with the selected connection are automatically updated and corresponding records are displayed. The Alarms and Scripts panels just below it show all alarms and scripts.

## Connections-Device-Frame-Variables

![Figure 2 : Connections](/files/-LkemVsAMn8DWPBOdnpW)

As shown in Figure 2, you can start and stop the selected connection with the Refresh, Start, Stop buttons at the top of the connections panel, and click the Refresh button to update the status information. The Connected statement and status icon on the connections are automatically updated according to the status of the connection.

![Figure 3 : Device-Frame-Variables](/files/-LkenXjFR8IfbmNk5d3H)

As shown in Figure 3, the communication protocol information of our device is displayed as "Modbus TCP Slave" on the device panel. At the same time, the Frame panel shows the Frames in the corresponding device. Regarding frames, Start Address, End Address, Quantity and Type information provide information about defined frames.

The Variables panel displays the selected variables in the Frame. The Variables tab also shows the Type, Value, and the latest update time. The edit icons on the variables allow the user to change the value of the corresponding variable.

## Alarms-Scripts

![Figure 4 : Alarms & Scripts Control Panel](/files/-LkepUiCKOwDRRKmTNxP)

In Figure 4, we see the alarms defined in the Alarm panel and their active/inactive states. You can activate /deactivate alarms with Refresh, Start, Stop, and Settings buttons on the alarm control panel.

In the Script panel, you can see the Scheduled-Not Scheduled status of the scripts. You can change the status of the scripts with Refresh, Start, Stop buttons at the top right of the panel.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://inscada.gitbook.io/ins/en-1/user-interface/control-panel.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
