MacOS

<< Click to Display Table of Contents >>

Navigation:  Installation >

MacOS

Previous pageReturn to chapter overviewNext page

To install TeslaSCADA IDE download DMG package for your operating system. DMG package provides a simple possibility to install application by double clicking on it:

 

Installation MacOS

 

By using left mouse button of the mouse drag and drop TeslaSCADA IDE in Applications. No you can open it in Applications.

 

Important! Sometimes you've got error message: “TeslaSCADA_IDE.app is damaged and can’t be opened. You should move it to the Trash.” Like in the picture below:

 

appisdamaged

 

To solve this problem you should open Terminal and execute the command below: sudo xattr -rd com.apple.quarantine /Applications/TeslaSCADA_IDE.app

 

To study folder in Applications click by right mouse button on TeslaSCADA_IDE and choose Show Package Contents. You'll see:

 

folder

 

Consider its contents:

Java - contains application information.

Plugins - contains JRE. TeslaSCADA based on Java language. The folder runtime contains JRE for MacOS environment. If you don't use Web server in your project you no need to install Java separately. TeslaSCADA IDE will work any way. If you want to use Web server in your project you have to install Java on your PC.

MacOS and Resources - related to working application.

Let's study Java folder:

 

folder2

 

Consider its contents:

Projects - default project folder of TeslaSCADA IDE. You can save projects in other folders (it's not shown in this picture).

DB - project contains SQL Lite databases. If you use SQL Lite databases for history, events and recipes they will be stored in this folder.

private - contains certificates and keys for OPC UA and MQTT protocols if you use OPC UA or MQTT clients in your project (it's not shown in this picture).

Certs - contains certificates and keys for OPC UA server if you use it (it's not shown in this picture).

TeslaSCADA_IDE-debug  - contains Log information about application working.

Other folders and files - related to working of application and Web server.

 

Installation TeslaSCADA2 on MacOS