Activity for caprez95

  • caprez95 caprez95 posted a comment on discussion Engineering 🇬🇧

    Hallo Ich möchte eine laufende Trendaufzeichnung stoppen, den Inhalt löschen und Trend-Diagramm auf 0 zurücksetzen. Laut Codesys soll das mit dem folgenden Code möglich sein: You can insert an input element in the visualization which the operator can use to delete the previous value recording in the trend visualization at runtime. The curve displayed until then is removed and the display starts over. In the application (example: in the program PLC_PRG), implement the following code: itfTrendRecording...

  • caprez95 caprez95 posted a comment on discussion Visualization 🇬🇧

    Hello everyone. I've been struggling with the problem for a long time that I can't reset (restart) a trend (visual element). With the example I have now managed to control the trace recording via the CmpTraceMgr library. But how do I get this trace recording into a visual element? The code looks like this: // Configure trace IF xInit THEN // Create a trace packet PacketConfig.pszName := ADR('IECTraceConfiguration.Trace1'); // Name of trace PacketConfig.pszApplicationName := ADR('IECTraceConfiguration');...

  • caprez95 caprez95 posted a comment on discussion Deutsch 🇩🇪

    Hallo zusammen. Ich habe schon länger mit dem Problem zu kämpfen, dass ich einen Trend (Visuelement) nicht resetten (neustarten) kann. Ich habe es jetzt mit dem Beispiel hinbekommen, die Trace-Aufzeichnung über die CmpTraceMgr Bibliothek zu steuern. Aber wie bekomme ich diese Trace-Aufzeichnung in ein Visuelement? Der Code sieht wie folgt aus: // Configure trace IF xInit THEN // Create a trace packet PacketConfig.pszName := ADR('IECTraceConfiguration.Trace1'); // Name of trace PacketConfig.pszApplicationName...

  • caprez95 caprez95 posted a comment on discussion Deutsch 🇩🇪

    Hallo zusammen Ich habe genau das selbe Problem. @SebastianRaPi Hast du eine Lösung gefunden? Gruss Carlo

  • caprez95 caprez95 posted a comment on discussion Runtime 🇬🇧

    Hello I have the same problem. Did you find a solution? Kind regards

  • caprez95 caprez95 posted a comment on discussion Engineering 🇬🇧

    Codesys V3.5 SP15 runs on a Berghof B-Fortis Control. When I check the CPU Load with the function "SchedGetProcessorLoad()", I get a result of 20% to 25%. So the cpu should not be the problem.

  • caprez95 caprez95 modified a comment on discussion Engineering 🇬🇧

    Hallo zusammen Bei einem Projekt habe ich das Problem, dass sich die Web-Visualisierung teilweise aufhängt. Die Visu bleibt dann für ein paar Minuten hängen (nicht mehr bedienbar) und startet sich dann plötzlich von alleine neu. Dies passiert völlig zufällig. Manchmal öfter, manchmal garnicht. Hat jemand hier schon mal so ein ähnliches Problem gehabt?

  • caprez95 caprez95 posted a comment on discussion Engineering 🇬🇧

    Hallo zusammen Bei einem Projekt habe ich das Problem, dass sich die Visualisierung teilweise aufhängt. Die Visu bleibt dann für ein paar Minuten hängen (nicht mehr bedienbar) und startet sich dann plötzlich von alleine neu. Dies passiert völlig zufällig. Manchmal öfter, manchmal garnicht. Hat jemand hier schon mal so ein ähnliches Problem gehabt?

  • caprez95 caprez95 posted a comment on discussion Visualization 🇬🇧

    Hello, everyone I'm writing the software for a small project and I'm stuck. My program controls a stepper motor and records the current in a trace. As soon as the test is finished, the content of the trace should be deleted and the time should be reset to 0. However, I don't know how to do that. In the "TraceManager" library there is the "TraceState" function with a "Reset" method. I suspect that this can be used to reset the trace. However, I haven't been able to do that until now. Does one of you...

1