Personal Data

Username:
john-martin
Joined:
2020-01-17 11:44:39

Projects

  • No projects to display.

User Activity

  • Posted a comment on discussion Engineering πŸ‡¬πŸ‡§ on CODESYS Forge

    Hello everybody, I'm trying to understand the SL control extension package, more specifically, the external IODriver example, because C integration is very easy and I just made my first C component successfully. Ther External IODriver has no documentation and it's not clear how to proceed. Furthermore, there is no information on how to modify the device descriptor, which is necessary to import the device into the Codesys repository. Any advice ? Thank you in advance and best regards.

  • Posted a comment on discussion Runtime πŸ‡¬πŸ‡§ on CODESYS Forge

    Hi everybody, I am looking for a solution to send files, for example, to an ftp or a cloud. I can't use oscat library because 64 bit controller are not supported. Therefore, I see that the IIoT library has some functions that might help me to implement this sending process in codesys. Does anyone have any examples of how to do this? I have spent some days with this issue without success. Best regards.

  • Posted a comment on discussion Runtime πŸ‡¬πŸ‡§ on CODESYS Forge

    In this moment the server is down.

  • Posted a comment on discussion Runtime πŸ‡¬πŸ‡§ on CODESYS Forge

    Hello everybody, I think I need a clarification about Codesys Virtual control SL, because after receiving many calls about this product, now I am not sure what it is, and what better place than this to clarify them. In my opinion, Codesys Virtual Control is not a new product, but a new work philosophy. For example, let's imagine that I have a computer with 30 cores, lots of RAM, many ethernet ports, etc ... Now what I do is to virtualize this computer with some tool, for example, ESXi or Kubernetes,...

  • Posted a comment on discussion Motion πŸ‡¬πŸ‡§ on CODESYS Forge

    Hi everybody, I'm trying to access directly to digital outputs, but I don't how to do it. In my case, I need to access to Digital outputs to activate homing process. Any advice ? Thank you in advance.

  • Modified a comment on discussion Runtime πŸ‡¬πŸ‡§ on CODESYS Forge

    For other users, this is the code I use with Control RTE SL to shutdown windows. VAR xShutdown: BOOL; Result: RTS_IEC_RESULT; END_VAR IF xShutdown THEN SysProcess.SysProcessExecuteCommand('shutdown -s -t 1', ADR(Result)); xShutdown := FALSE; END_IF And that's all. Best regards

  • Posted a comment on discussion Runtime πŸ‡¬πŸ‡§ on CODESYS Forge

    For other users, this is the code I use with Control RTE SL to shutdown windows. PROGRAM PLC_PRG VAR xShutdown: BOOL; Result: RTS_IEC_RESULT; END_VAR IF xShutdown THEN SysProcess.SysProcessExecuteCommand('shutdown -s -t 1', ADR(Result)); xShutdown := FALSE; END_IF And that's all. Best regards

  • Posted a comment on discussion Runtime πŸ‡¬πŸ‡§ on CODESYS Forge

    Ok, I found the solution in this post: https://forge.codesys.com/forge/talk/Runtime/thread/e4292b47c7/ Anyway, thank you.

View All