Web Interface
Web Interface
User Login
If the “Login Required” option is checked, you will first encounter this screen when attempting to log in.

Home Page and Navigation
If you have activated the “Use Home Page” option in the settings, the user will encounter a menu like the one below when they type the IP address into the browser (e.g., http://127.0.0.1:8001):
- Title: The text “Web server comment!” seen in the image comes from the Comment column in the server settings. You can write explanatory text here, such as “Factory Monitoring System”.
- Buttons: The blue “Page“, “Page (1)” buttons are automatically generated to navigate to the screens you defined in the Pages table.

SCADA Screen Viewing
When a user enters a page, your SCADA design is displayed exactly as is in the web browser:
- Navigation Buttons: The “Home“, “Page (1)” buttons seen at the top of the screen are automatically added via the Navigation Button option (Home Page, Each Page, or Both) in the settings. This ensures navigation between pages without the need to place extra buttons on the screen manually.

Interaction and Confirmation Windows
Security and user experience in web browsers differ from the desktop environment. Wise SCADA uses special dialog windows to prevent accidental operations.
Operation Confirmation
If the “Ask Confirmation” option is active in the server settings, the browser opens a confirmation window when a button is pressed or an attempt is made to change a value:
- Customization: The “Are you sure?” message in the window is the default text.
- Your Own Message: If you write text in the Comment property of the relevant object (Button, Switch, etc.) in the Screen Designer (e.g., “Do you want to stop the motor?”), that message will be displayed in the confirmation window.

Data Entry (TextBox & NumericUpDown)
A similar pop-up opens when you click on a TextBox or numeric field via the web.
- Title: By default, the name of the object (e.g., TextBox_0) is displayed.
- Guidance: If you write a note such as “Enter the temperature value between (0-100)” in the Comment field of the object, this note appears in the title of the pop-up window. This feature is very useful for guiding the operator to enter the correct value.

