Thanks for the information, I ended up just making a long if else statement as each variable had 3 possible options, I figured at least this way it would still work.
Looking at the help (https://content.helpme-codesys.com/en/CODESYS%20Development%20System/_cds_st_instruction_case.html). I don't think it is possible but I figured I'd ask. I'm looking at have a case that evaluates two variables, instead of having multiple If Else statements I was hoping I could just use a case. Example * Case Var1 & Var 2 of 10 & 10: Instruction Code 10 & 20: Instruction Code 20 & 20: Instruction Code End_Case Obviously I tried typing as noted above and Codesys threw an error....
I'm having issues with my project, I've got a Turck TX207 HMI/PLC connected to 2 Turck BLCEN IO Modules. I've set individual names for both devices and unique IP addresses. I have a during the running of the system the devices disconnect and then reconnect. I get the following errors for both devices: 81813F02 - DNS unknown RealStationName CF81FD05 - Connection aborted: AR consumer DHT expired I have the send clock set to 4ms and reduction ratio set to 16 which seems quite high already. It seems...