Hello!
Scenario: Our Addin is using HTTP Requests to push data. There are multiple values required to successfully push a dataset. One of this values is being changed every few seconds and is...
Type: Posts; User: VCmarkus
Hello!
Scenario: Our Addin is using HTTP Requests to push data. There are multiple values required to successfully push a dataset. One of this values is being changed every few seconds and is...
Hey!
I think we were running Zenon 8.20 65486 at that time. I will send a ticket.
Are there any special calls which can cause a leak at the moment? So i can crosscheck those options with the...
Hello Felix,
The Addins we are using are a bit too big for posting in here, but basically this is the only way i am accessing te zenonAPI. Maybe calling the API like this multiple times per minute...
Hello!
We are running several Addins in our Runtimes and we are always experiencing a slow rising RAM usage from the runtime when have addins active. Anyone else experienced that issue aswell?...
Ok that tag is broken for me aswell...<br><br>here you go:<br><br><br><br> Task task = Task.Run(()...
Ok Codetag did not work, let me try this:<br><br>supersecretvariablename<br><br> Task task = Task.Run(()...
Hey!<br><br>Sorry for the late reply @Tommylik, but here is my solution:<br><br>Basically i am waiting in a seperate task for one of the variables to come online and after that we create the...
Hey Guys!<br><br>With the fast and good help from Copadata support we might have found a solution:<br><br>When the Addin automatically starts with the RT, the Variables which will be added to an...
Adding some Details:<br>Variable we are subscribing to(from Debuglog): Added Station: "STATION_1021.INTERN_Barcode[1]"<br>Variablename copied from ZenonEditor:...
Apparently "ENTER" submits a post instant... and i cannot find a edit button, so let me try it again:<br><br>We are subscribing to Variables with following...
Hello!<br><br>So we are working with OnlineVariableContainers to react to some Variablechanges.<br><br>We Subscribe to our Variables...