406 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 - Archive

Welcome to the Ask Embedded Wizard archive. This community forum served us well for many years, but we've evolved our support approach!

Your resources:

The Embedded Wizard Online Documentation provides comprehensive documentation, tutorials, examples and ready-to-use software packages.

For dedicated assistance, explore our Embedded Wizard Product Support.

You can still browse the valuable discussions from our community history here.

Embedded Wizard Website | Privacy Policy | Imprint

...