I have this small test program:
From the General Setup page I have:
In the System Status page I get:
Quite often when I send the PLC program, I get the following error message after about a minute, but the program seems to have loaded fine (it's running and still there when I go back to the PLC page).
I have v03.02.17f loaded, but it's the test version with the email time zone fix. I did see both of the above error messages with 17e also, but I didn't try the test program with the UROMs until 17f.
What's going on?
START
SET VAR1 UROM1
SET VAR2 UROM2
SET VAR3 UROM3
SUB UROM2 UROM1 VAR4
END
From the General Setup page I have:
UROM1=23000
UROM2=68000
UROM3=5000
In the System Status page I get:
VAR4 keeps changing, but seems to be randomly switching between just a few numbers.VAR1=1885416556
VAR2=1885416556
VAR3=1885416556
VAR4=133677052, 137478140, 137476092, 217563132
Quite often when I send the PLC program, I get the following error message after about a minute, but the program seems to have loaded fine (it's running and still there when I go back to the PLC page).
I just tried sending it again to measure how long it took (exactly a minute until the error message), and now when I go to the System Status page I get another error:Error occured whilst sending configuration to WebControl
I've gotten that one a few times before, but not every time. Sometimes after that error there's no program running and the PLC code area is empty. This time it seems ok though.Invalid string length for GenCfg data 0 24
I have v03.02.17f loaded, but it's the test version with the email time zone fix. I did see both of the above error messages with 17e also, but I didn't try the test program with the UROMs until 17f.
What's going on?