Personal Data

Username:
caprez95
Joined:
2020-01-17 10:51:16

Projects

  • No projects to display.

User Activity

  • Posted a comment on discussion Engineering 🇬🇧 on CODESYS Forge

    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...

  • Posted a comment on discussion Visualization 🇬🇧 on CODESYS Forge

    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');...

  • Posted a comment on discussion Deutsch 🇩🇪 on CODESYS Forge

    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...

  • Posted a comment on discussion Deutsch 🇩🇪 on CODESYS Forge

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

  • Posted a comment on discussion Runtime 🇬🇧 on CODESYS Forge

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

  • Posted a comment on discussion Engineering 🇬🇧 on CODESYS Forge

    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.

  • Modified a comment on discussion Engineering 🇬🇧 on CODESYS Forge

    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?

  • Posted a comment on discussion Engineering 🇬🇧 on CODESYS Forge

    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?

View All