Why do I get a “Target computer software version mismatch” error with Speedgoat and Simulink Real-Time?
I am trying to connect to my Speedgoat target using MATLAB R2020b and R2021a. I confirmed I have migrated the target to work with R2020b and later, and I can connect to the target without an issue using MATLAB R2020b. However, I encountered the following error when using R2021a:
>> tg = slrealtime;
>> tg.connect;
Cannot connect to target ‘TargetPC1’: Target computer software version mismatch. Run update(tg) command.
In newer versions of MATLAB, the error message lists details about the mismatching software components:
Unable to connect to target computer ‘TargetPC1’: Target computer software version mismatch.
The development computer <…> version ‘X’ does not match the target computer <…> version ‘Y’.
The development computer <…> version ‘X’ does not support the target computer <…> version ‘Y’.
Run update(tg) command.
Why do I see this error? How can I resolve this error?I am trying to connect to my Speedgoat target using MATLAB R2020b and R2021a. I confirmed I have migrated the target to work with R2020b and later, and I can connect to the target without an issue using MATLAB R2020b. However, I encountered the following error when using R2021a:
>> tg = slrealtime;
>> tg.connect;
Cannot connect to target ‘TargetPC1’: Target computer software version mismatch. Run update(tg) command.
In newer versions of MATLAB, the error message lists details about the mismatching software components:
Unable to connect to target computer ‘TargetPC1’: Target computer software version mismatch.
The development computer <…> version ‘X’ does not match the target computer <…> version ‘Y’.
The development computer <…> version ‘X’ does not support the target computer <…> version ‘Y’.
Run update(tg) command.
Why do I see this error? How can I resolve this error? I am trying to connect to my Speedgoat target using MATLAB R2020b and R2021a. I confirmed I have migrated the target to work with R2020b and later, and I can connect to the target without an issue using MATLAB R2020b. However, I encountered the following error when using R2021a:
>> tg = slrealtime;
>> tg.connect;
Cannot connect to target ‘TargetPC1’: Target computer software version mismatch. Run update(tg) command.
In newer versions of MATLAB, the error message lists details about the mismatching software components:
Unable to connect to target computer ‘TargetPC1’: Target computer software version mismatch.
The development computer <…> version ‘X’ does not match the target computer <…> version ‘Y’.
The development computer <…> version ‘X’ does not support the target computer <…> version ‘Y’.
Run update(tg) command.
Why do I see this error? How can I resolve this error? speedgoat, slrt, software, mismatch, migration MATLAB Answers — New Questions









