Matlab adapter - Troubleshooting

Table of Contents

  1. Error Conditions
  2. Recover Runs
  3. Error messages

Error Conditions

In the case one or the other session cease to live, for example if the server is not responding, or the connection dropped, the attempted transfers will fail, and you will see a notification in the status bar.

Recover Runs

If the MATLAB session is unexpectedly closed, no pending transfer to a Variable is lost, and you might want to reconnect the same way you first connect to the MATLAB server. If the E-TM-10-25 server is not responding, you will notice it when attempting transfer in this direction or if you try to refresh the session. You might want to reconnect to the COMET® server the way you connect the first time. If there is any pending transfer to E-TM-10-25, you can attempt them, but you will most likely have to cancel the transfer is any error are raised. In the case where a transfer fails, the defined mapping is lost if the mapped elements have never been transferred. After transferring some mapped elements and if no mapping configuration were loaded or created before. It is still possible to save the mapping by means of creating a new mapping configuration and letting the adapter add the mapped element to the configuration. It also possible to create a new mapping configuration to clear the current mapped elements.

Error messages

The following messages can be displayed in the status bar:

  • “The selected ParameterType isn’t compatible with the selected variable”
    • Meaning that the datatype of the variable does not match the ParameterType datatype
  • “Unable to map {ParameterType name} with {Variable name}”
    • Meaning that datatype of the selected Parameter does not match the variable datatype
  • “An error occurred during the connection”
    • Meaning that the desired MATLAB Instance could not be launch. To overcome to this problem, try with another MATLAB Version

Table of contents