Hi all,
New CarMaker user here! Is there a specific format to enter the variable in ‘read CM dict’ and ‘write CM dict’ blocks in Simulink? Do we use Name UAQs or Name Simulink for these?
I am unable to send or receive variable data between Carmaker and Simulink, what could be the potential sanity check points to verify?
Hi @s_repaka ,
there is a list of User Accessible Quantities in Reference Guide (CM Gui → Help → Reference Manual). Most of the UAQs (or variables) are listed here. You have to write it in that format.
For example the velocity and longitudinal acceleration of the Car can be accessed with ‘Car.v’ and ‘Car.ax’.
Which quantity are you trying to access?