Discussion

FORUM LATEST POST # TOPICS
General Discussion

Forum about anything you want to talk about.

mail-test
by Ingo
2019-11-30
2

Recent Activities

    CODESYS Forge

  • trusty-squire posted a comment on discussion Motion πŸ‡¬πŸ‡§

    Sometimes you just need to pose a question on a forum and re-read it to get clarity. pGeoInfo := SMC_GetObj(poq:=ADR(fbCncInterpreter.poqDataOut), n:=1); This won't work, I'm providing a pointer to a pointer, as poqDataOut is already a pointer! I just need to remove the ADR() and it works. pGeoInfo := SMC_GetObj(poq:=fbCncInterpreter.poqDataOut, n:=1);

  • trusty-squire posted a comment on discussion Motion πŸ‡¬πŸ‡§

    I have an application using CNC GCode interpolation, but I need to modify the GCode provided to the PLC based on certain parameters. I am currently attempting to modify the SMC_GeoInfo objects in the SMC_OutQueue using the code below. Note that all the other code is pretty standard and works fine, but when I add the below it errors. PROGRAM TEST VAR fbReadCncFile : SMC_ReadNCFile2; fbCncInterpreter : SMC_NCInterpreter; arrCncInterpreter : ARRAY[1..99] OF SMC_GeoInfo; pGeoInfo: POINTER TO SMC_GeoInfo;...

  • eschwellinger eschwellinger posted a comment on discussion Runtime πŸ‡¬πŸ‡§

    install this: https://store.codesys.com/de/codesys-targetvisu-for-linux.html via CODESYS Installer and deploy it by update command

  • squale posted a comment on discussion Visualization πŸ‡¬πŸ‡§

    Hi kevinrn, I have the same question as yours. On my side I try to make nginx work but it doesn't goes well. I think the sub_filter doesn't work int this case.

  • ibarragerman posted a comment on discussion Codesys V2.3 πŸ‡¬πŸ‡§

    Hello, someone has some example to use PLC Handler? Without SDK. I would like to make some test before to go forward buying SDKs.

  • ibarragerman posted a comment on discussion Codesys V2.3 πŸ‡¬πŸ‡§

    Hello, someone has some example to use PLC Handler? Without SDK. I would like to make some test before to go forward buying SDKs.

  • ibarragerman posted a comment on discussion Codesys V2.3 πŸ‡¬πŸ‡§

    Hello, someone has some example to use PLC Handler? Without SDK. I would like to make some test before to go forward buying SDKs.