I answer myself: xyz : ARRAY [1..10] OF BYTE := [10(BYTE#100)] ; // no warning :-)
I answer myself: xyz : ARRAY [1..10] OF BYTE := [10(BYTE#100)] ; // no warning :-)
Good morning dear codesys users. I'm using 3.5.20.40 and I get this warning C0195 when I assign an initial value to xyz. However, if I do it on a single byte (abc), it doesn't display any warning. Why? VAR_GLOBAL abc : BYTE := 100 ; xyz : ARRAY [1..10] OF BYTE := [10(100)] ; END_VAR
Hello, thank you for letting me know.
Hello, Iβm in Codesys 3.5.20.40 and I try to declare the variable Β΄var1Β΄ but I get an error. here : https://content.helpme-codesys.com/en/CODESYS%20Development%20System/_cds_rules.html i read : Backtick identifiers By using backticks, characters can also be used in identifiers that are not normally permitted in identifiers, such as special characters. The acute accent character is used for backticks: Β΄ (Unicode: U+02CA) The use of backticks is recommended in order to be able to use the same identifiers...
Hi Sandro, did you find any solution? I'm in version 3.5.20.40 and i have only one modbus channel. I don't want the problem to happen to me if I do an update one day.
hi. it's ugly. But that's how it is.
Hi, I've never used Communication Manager, but I tried it and I saw that I can drag tags from left to right. If I click on a line on the right, it turns light blue. By pressing the DEL or CANC key (It depends on your keyboard language) I can delete the line