Issue
By default, VisiSat only allows up to three property windows to be open simultaneously. This limitation can hinder productivity when programming complex controllers.
Product Line
Satchwell MicroNetEnvironment
- VisiSat
- MN50 Series controllers
Cause
The limitation is defined in the project’s configuration file (settings.ini). The default setting restricts the number of property windows to three.
Resolution
To increase the number of property windows:
-
Locate the
settings.inifile in your project directory. -
Open the file using a text editor (e.g., Notepad).
-
Find the line:
Number of Property Forms=3 -
Change it to:
Number of Property Forms=9You can adjust the number to suit your workflow, up to the maximum supported by your system.
-
Save the file and restart VisiSat for the changes to take effect.