Hello I am using a CR1076 from IFM and I already checked the "Expert PDO"
Hello I am using a CR1076 from IFM and I already checked the "Expert PDO"
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
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
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
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
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
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...