Hi, I've been doing omron plc programming for years on the Spanish Version of Everything. Just recently I had to change the language format settings of windows to English. Just for those of you that don't know what the effect of it is I can mention that the most noticeable changes are decimal points ('.' for English and ',' for Spanish) and csv files delimiters ( ',' for English and ';' for Spanish).
Now, the problem is when I try the usual trick of copy&paste between CX-Programmer and Excel for BOOL symbols in the CIO area. Since the English format uses '.' as decimal point, when a symbol address in the CIO area is copied into Excel it is interpreted a number. Thus, the address 200.10 becomes 200.1 in Excel and therefore it is interpreted back to 200.01 when copied and pasted back to CX-Programmer. This does not happen for the Spanish format because Excel does not try to understand 200.10 as a number so it leaves it unchanged as text and pasting it back to CX-Programmer goes as expected.
I know that once a symbol is pasted into Excel I can reformat its address to contain two decimal characters, but this seems (sort of) odd after having programmed for years without having to change anything for that copying and pasting worked in both directions.
Is what I describe the usual behavior when English is used? I mean do you always have to make adjustments to an Excel file copied from Cx-Programming in order to properly paste it back to Cx-Programmer or am I missing something?
Thanks,
