Page 1 of 1

HELP double selection needed to trigger

Posted: Fri Jan 25, 2013 10:06 am
by rockaxe55
in the schematic the selector needs the items selected TWICE befor it loads the correct float value, how do i make it work with one selection, and am i missing somthing?? any help is greatly apreciated
array generator help.fsm
(132.12 KiB) Downloaded 1053 times

Re: HELP double selection needed to trigger

Posted: Fri Jan 25, 2013 10:27 am
by chackl
Hello!

You had a trigger problem ;)
If you read out with the stringtrigger the trigger will:
readout the array and change the index - so the correct value is read out if you send the next trigger (your 2nd selection in selector)

So to get it corregted you allways have to:
Change index - then "Get" trigger.

I have the corrected version here ;)

Re: HELP double selection needed to trigger

Posted: Fri Jan 25, 2013 11:12 am
by rockaxe55
thankyou chackl, for such a fast response, your help is much apreciated

Re: HELP double selection needed to trigger

Posted: Fri Jan 25, 2013 11:39 am
by chackl
you'r welcome ;)