habe derzeit das Problem dass manche Dinge auf der Visualisierung nur in bestimmten Configurationen funktionieren. Das ist zum einen der TextIndexDatapoint eines Buttons (siehe Bild) und der Option Datapoint eines Drop Down Menüs. Wenn die Variablen auf Werte geschrieben werden funktionieren die Funktionen nicht richtig. Beim Button wird in manchen Configurationen kein Text mehr angezeigt. Also der Button ist einfach leer. Im Drop Down werden alle Elemente angezeigt, obwohl ich manche mit (2) ausgelendet habe.
Ich benutze Automation Studio 4.3 und der Baustein, in welchem die Variablen geschrieben werden wird in allen Configurationen aufgerufen. Hat da jemand einen Tipp?
To the Button: If i press “maschine” instead of “USB Stick” the Buttontext of “Speichern” sould switch to Speichern on USB-Stick, like it is in the Text Simulation.
I am going to assume the “USB Stick” and “Machine” button both are set to a virtual key (either named or embedded) that will use a Set Datapoint action to set your stIndex.iSpeichervalue. Does your Text Source textgroup have the correct values at the appropriate indexes? In the text source have you accidently set the TextIndexOffset, which will cause your TextIndex to be offset.
In your original post you mentioned using the option datapoint. This needs to be an array of UINTs, of the same length (or greater) than the string array or text group you have tied the dropdown to.
danke für die Bemühungen. An manchen Configurationen funktioniert es ja, deshalb lag es nicht am Programmcode.
Der Fehler war, dass ich neu kompilieren musste. Dies hatte ich wohl schon bei manchen Konfigurationen gemacht, aber noch nicht an denen, wo es nicht ging.
I have found when using VC4 visualizations shared amongst configurations, the Batch feature in Automation Studio helps make sure all them get updated at the same time.