Sci cosim: Difference between revisions

Jump to navigation Jump to search
368 bytes added ,  31 May 2017
→‎Installation: Updated instructions with respect to scilab / octave changes and possible bugs.
(→‎Installation: Updated instructions with respect to scilab / octave changes and possible bugs.)
Line 5: Line 5:


== Installation ==
== Installation ==
1. Install Octave version 4.0.0 or higher and Scilab v.5.5.2 or higher
1. Install Octave (version 4.0.0 or higher) and Scilab v.5.5.2 _specifically_ (note: the BackDoor module is currently not supported for the new SciLab v6.0.0 version)


2. Install sockets package in Octave by executing  
2. Install the `sockets` package in Octave by executing  


''pkg install -forge -auto sockets''
''pkg install -forge sockets''


3. Download sci_cosim package from  https://github.com/amromanov/sci_cosim  
3. Download the `sci_cosim` package from  https://github.com/amromanov/sci_cosim  


4. Install sci_cosim package in Octave by executing  
4. Install the `sci_cosim` package in Octave by executing  


''pkg install -auto sci_cosim_0.1.3.tar.gz''
''pkg install sci_cosim_0.1.3.tar.gz''


5. Start Scilab GUI and install Toolbox Backdoor by pressing in main menu Applications → Module manager - ATOMS → Technical → Backdoor → Install
5. Start the Scilab GUI and install the `Backdoor` toolbox from the main menu: Applications → Module manager - ATOMS → Technical → Backdoor → Install


6. Restart Scilab. If every thing was done correct, after restart there will message in command window "BackDoor: listening to connections on TCP port"
6. Restart Scilab. If every thing was done correctly, after restarting there will be a message in the command window "BackDoor: listening to connections on TCP port"
 
You _may_ encounter an error that the files "backdoor.start" / "backdoor.quit" cannot be found. This occurs if the files are named e.g. "BackDoor.start" on the disk (i.e. case-sensitive). Simply rename the files to lowercase and restart SciLab.


== Running demo ==
== Running demo ==
Anonymous user

Navigation menu