Abfrage Variableninhalt über Tulip-Player

Zur Fehlerbehebung wäre es hilfreich, wenn man den aktuellen Inhalt von Variablen und Datensätzen über den Player einsehen kann (analog wie in der Testumgebung im Browser). Sollte es am Shopfloor zu Problemen kommen, könnte man so die Ursache besser eingrenzen.

Hi,
you can only realize this by your own:

make a new step
place the variable {}arr_DebugInfos with an array object (name, value)

step enter event:
pop anto an array the name and the value of the variable(s)

Every time you go to the step all variables (names and values) are stored in this array object and shown on the step

only for a few variables usefull, because it’s a lot of work…

HTH
Chris