You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,18 +10,15 @@ sync2brain's bossdevice RESEARCH Application Programmable Interface (API) for MA
10
10
- Bossdevice firmware (MLDATX file)
11
11
12
12
## Initial configuration
13
-
1. Open Simulink Real-Time Explorer, running `slrtExplorer` in the MATLAB command window
14
-
2. In the list of target computers, select the default entry and in the Target Configurat tab
15
-
1. Enter `bossdevice` into the name field
16
-
2. Enter your bossdevice IP address. By default, this value is `192.168.7.5`
17
-
5. Click on the Update Software button
13
+
1. Install the bossdevice API from MATLAB with double click on `bossdevice-api-installer.mltbx`.
14
+
2. In the MATLAB Command Window, call `bd = bossdevice` to add the bossdevice with the default settings to the list of targets. It will also try to establish connection. If you want to change either the name of the bossdevice or its default IP address in your local MATLAB settings, call `bd = bossdevice('myBossdevice','192.168.7.5')`.
15
+
3. Click on the update command if prompted to update the software dependencies on the bossdevice.
18
16
19
17
## Get started
20
-
1. Start MATLAB project with double-click on Bossdeviceapimatlab.prj
21
-
2. Move or copy `mainmodel.mldatx` real-time application file into the work folder
22
-
3. Create an instance of the main control class bossdevice `bd = bossdevice`
23
-
4. Start firmware with `bd.start`
24
-
5. Explore examples and methods available in the bossdevice object
18
+
1. Create an instance of the main control class bossdevice `bd = bossdevice` in the MATLAB command window.
19
+
2. If not found in the MATLAB path, please select `mainmodel.mldatx` real-time application.
20
+
3. Start firmware with `bd.start`.
21
+
4. Explore examples and methods available in the bossdevice object.
25
22
26
23
## User manual
27
24
For a more detailed technical guidance about how to use the API, including installation, first steps and API description, please visit our [User manual](https://usermanual.sync2brain.com/).
0 commit comments