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
+2-11
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# SimDatabase
2
-
A MySQL extension for Simulink.
2
+
A MySQL extension for Simulink.
3
3
4
4
## extlib - External Library
5
5
Dynamic Link Library. I wrote this to test the capabilities of this method.
@@ -11,7 +11,7 @@ More elegant and useable soultion with proper error handling. **Use this!**
11
11
12
12

13
13
14
-
The Online database block uses a MySQL server to generate the desired output data, this is achieved by a custom dynamic link library (dll) file. This library was written in C using the **MySQL Connector C API version 6.1.11**.
14
+
The Online database block uses a MySQL server to generate the desired output data, this is achieved by a custom CMEX S-Function written in C using the **MySQL Connector C API version 6.1.11**.
15
15
16
16
The block can interpret a predefined format of SQL entry:
17
17
@@ -26,8 +26,6 @@ The precision required for the simulation is, currently, achieved by linear inte
26
26
27
27
The connection and the query take a long time compared to the other operations. To solve this problem the block saves the results in a unique file and only uses the database when this file does not exist, otherwise reads the data from the file, which takes significantly less time.
0 commit comments