GET model_status
Syntax
Description
curl -i -X GET http://
queries the target computer status. When successful the possible reported status states
are:username:password@address:port/model_status
LOADED — The real-time application is loaded on the target computer.
INITIALIZING — The real-time application is initializing I/O on the target computer.
RUNNING — The real-time application is running on the target computer.
DONE — The real-time application has stopped on the target computer.
MODEL_ERROR — An error has occurred in the real-time application on the target computer.
MODEL_DEFAULT — An error has occurred in the real-time application on the target computer.
curl -i -k -X GET https://
queries the target computer status by using HTTPS secure protocol. The additional
username:password@address:port/model_status-k option for the curl command directs the connection to accept a
self-signed certificate. For information about creating certificate and key files and
enabling HTTPS support, see setupTLSCertificate.
Examples
Input Arguments
Version History
Introduced in R2026a