Since it's my first post here, a little bit of presentation first



But i have some problem with the memory component. In some cases, i cannot make it store the value i want to input.
For example, if i link a button made to send '1' to the "store" entry of the memory component, it stores the value '1'. Fine. If i link it with a Sum component and i loop on the memory component, i can add 1 each time i press the button, it works (it is how the looped security camera works by the way)
But, it seems like the store entry does not work with several other components. I tried to build a remote control function using the WiFi component. So, with the same example, if i link the button to a WiFi entry, then another Wifi Exit (on the same channel of course) to the memory store, it does not work. However, i also linked the very same WiFi Exit to a Text display and a Light component: when i press the button, the Text display shows '1', the light is on, but the memory component stays at 0. I also tried with a verification signal, but with the same result. It seems like the memory component needs some kind of 'action', and not just a value.
Any tip ?