[app designer] Create callback function when a variable changed.

21 vues (au cours des 30 derniers jours)
Jae-Hee Park
Jae-Hee Park le 15 Déc 2021
Hello I am here to find help
I want to make a simple app which containing a Lamp in app designer.
That Lamp turns green when this app connected with other app by TCP/IP.
And when TCP/IP connection is disconnected, the Lamp turns to be red.
I think it is possible by some kind of callback function called when TCP/IP connection check value is changed.
How can I make it?
  4 commentaires
Geoff Hayes
Geoff Hayes le 20 Déc 2021
@Jae-Hee Park - you might be able to use the ErrorOccurredFcn callback to capture if there is an error and from that you might be able to assume that the connection is lost. I couldn't see a function that might check the state of the connection. There might be one, but it wasn't obvious to me.
Jae-Hee Park
Jae-Hee Park le 21 Déc 2021
@Geoff Hayes how about this way? "ConnectionChangedFcn"

Connectez-vous pour commenter.

Réponse acceptée

Jae-Hee Park
Jae-Hee Park le 21 Déc 2021

Plus de réponses (0)

Catégories

En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by