Autor Thema: Increment/Decrement functions  (Gelesen 3952 mal)

Offline Neil

  • Newbie
  • *
  • Beiträge: 9
  • neil
Increment/Decrement functions
« am: September 21, 2004, 17:37:43 Nachmittag »
Please can you tell me if there is a way to limit the Increment/Decrement functions in the Button Editor to a range of values? I have 10 recipes which I use a Message Text to display them one at a time. I configure the up and down arrows to select the recipe using INC/DEC. It would be nice to limit the functions to a min & max range (1 and 10) if possible. Any suggestions?

Many thanks,


Neil

Offline julian

  • Full Member
  • ***
  • Beiträge: 184
  • I love easy-Forum.net
Re: Increment/Decrement functions
« Antwort #1 am: September 21, 2004, 20:32:46 Nachmittag »
Neil,
you can use function block VC.
Select for I1 your incr/decr.marker.
Set SH=10
Set SL=1
Select for QV the same marker.
Regard,
Julian

Offline Neil

  • Newbie
  • *
  • Beiträge: 9
  • neil
Re: Increment/Decrement functions
« Antwort #2 am: September 22, 2004, 10:08:38 Vormittag »
Hi Julian,

Thanks, that worked great.

Cheers,


Neil