88 views
in Embedded Wizard Studio by
if ( pure Channel_Number == value )  // The value doesn't change - nothing to do.
  {
  return;
  }
else
  {
  osDelay(3000);
  pure Channel_Number = value;     // Remember the property's new value
  }

channelText.String = Channel_Number;

 

Instead of osDelay möchte ich einer Timer erstellen. Könnten Sie mir bitte helfen?

Instead of osDelay I want to create a timer. Could you please help me?

1 Answer

0 votes
by

Hello ashaykully,

please see the section Timer.

Best regards

Paul Banach

Ask Embedded Wizard

Welcome to the question and answer site for Embedded Wizard users and UI developers.

Ask your question and receive answers from the Embedded Wizard support team or from other members of the community!

Embedded Wizard Website | Privacy Policy | Imprint

...