Personal Data

Username:
libi
Joined:
2021-12-15 10:24:52

Projects

  • No projects to display.

User Activity

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

    Hello I am using a CR1076 from IFM and I already checked the "Expert PDO"

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

    Hello I am using a CR1076 from IFM and I already checked the "Expert PDO"

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

    Hello, I would like to add PDOs to my mapping but the button to add them is disabled (I use an eds file) Thanks in advance

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

    Hello, I transferred a program from Codesys 2.3 to Codesys 3.5 and I would like to reuse what is called in Codesys 2.3 "Inputs Binary" and doing it in Codesys 3.5 How can I do ? Thanks in advance

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

    Hello I just made a new project and when i tried to add a new POU i have this error "Index is outside the bounds of the array" i don't know wh if someone can help me thanks in advance

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

    Hello, I would like to send and receive data from ethernet, i also would like to communicate with other component like an automaton despite the fact that I looked at the example, I don’t understand how to do it if you could help me Thank you

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

    hello, I currently am doing something that i need a for loop with a 2 function block named LinuxSysCallAsync and WriteCSVData_Linear and when i do it the functions block don't have time to finish executing their code and i don't know how to do it here an example : FOR i := 1 TO 5 BY 1 DO cmd_LinuxSysCallAsync(xExecute:=TRUE,sCommand('touch txt.txt') if cmd_LinuxSysCallAsync.xDone = TRUE THEN do something end_if END_FOR and it cannot by done Can someone help me Cordially

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

    Hello, I currently using the function block ifmDevice.LinuxSysCallAsync and when i used it his output like wCMDResult and xDone are still the same, i would like to reset that output in order to reuse the function block for example: this function will do a linux command and when it's done, wCMDResult will have 1 and xDone become true then i would like to use an other linux command and use some if condition but as the output already have result they automatically pass through the condition and do not...

View All