HowToSample1

Testing the Exec Driver Module

Clone the git repository "org.openscada.documentation"

git clone git://git.openscada.org/org.openscada.documentation
cd org.openscada.documentation
git checkout 1.1

Next start the download of required libraries start the driver application:

cd  org.openscada.sample.exec1
ant

The driver will open up ports "1202" (old net protocol) and "2102" (new ngp protocol). Start the OSTC application and create a new connection for "da:net://localhost:1202" or "da:ngp://localhost:2101".

Open Ports

The application will open TCP ports 1202 and 2101. These ports need to be available. So no firewall or other applications may block or use these ports for testing.

Once you are done. Just terminate the application using CTRL+C.