Effacer les filtres
Effacer les filtres

My yellow led control doesn't work on my gui

2 vues (au cours des 30 derniers jours)
Allen Lee
Allen Lee le 21 Mar 2022
I was ask to create a gui that include red , yellow and green led control. I would need to verify id first to enable the led button control. The red led works well with me but the yellow led doesn't work at all. Are my code wrong or i missing something in my code? The full gui should be work like the video in this link.GUI led

Réponse acceptée

Mohammed Hamaidi
Mohammed Hamaidi le 21 Mar 2022
Just change this two lines
%set callback for h10 (yellow on)
set (h11, 'Callback', 'yellow_led_control(h11, h12, h10, id_flag, 1)');
%set callback for h11 (yellow off)
set (h12, 'Callback', 'yellow_led_control(h11, h12, h10, id_flag, 0)');
  2 commentaires
Allen Lee
Allen Lee le 21 Mar 2022
really appreciate your help, thank you
Mohammed Hamaidi
Mohammed Hamaidi le 21 Mar 2022
You are welcome

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by