Ankündigung

Einklappen
Keine Ankündigung bisher.

Logic Funktioniert nicht so wie sie soll

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    Logic Funktioniert nicht so wie sie soll

    Hallo schaut euch bitte mal die Bilder in der Anlage an.
    Versuche gerade ein Mülltonnensymbol in der Visu darzustellen aber leider geht nur die Schwaze Tonne (wenn eine 1 gesendet wird).
    Wieso geht nicht wenn die 2 gesendet wird die Gelbe Tonne und die 3 für die Blaue Tonne?
    Aus dem Baustein StringToFloat A1 Int wird dich je nachdem was in der Schaltliste steht die 0, 1, 2, oder 3 gesendet. Mülltonnen Symbole (Müll Symbol links, Müll Symbol rechts, Müll Symbol mitte) funktionieren ja auch.
    Habe ich in der Logik oder iKO einen Fehler?
    You do not have permission to view this gallery.
    This gallery has 5 photos.

    #2
    Can you give an example of the value of the input? How you have it now, the iKO 'Ausgang Visu' will get 3 values in a split-second. Whichever hits last will set the value of the iKO. Give the iKO an internal GA, like 100/1/1, so you can see how how this iKO changes values as the input is updated. Some of your other communication objects in the output boxes get multiple updates too.
    For instance, if the first three parts of the input are 1, 0, 0, then the communication objects tied to the outputs of all three modules will see those 3 values in a non-predictable order. The end result can be a 0 or a 1 - most likely 0 but not guaranteed...
    Bram

    Kommentar

    Lädt...
    X