CAI_Support said:I just tested, it does not have the problem you described. Try this PLC code:
start
set var1 counter
end
To see if counter increment, and VAR1 also increment. My test showed it increment together.
CAI_Support said:You can also look that "status" page directly as
http://192.168.1.15/statuswin.htm
where your IP address could be different from 192.168.1.15.
I think I know what you talked about. In the WC home page, once you enabled "web polling enabled", it will auto refresh every 5 seconds or so. However, the pop-up screen, statuswin.htm does not have auto-refresh function. It was for viewing once during writing PLC program. That is correct, not a bug. If you want to get updated value, using browser refresh function to let that page reload latest values.
CAI_Support said:I tested on my board does. Maybe your board did not have latest gui update?
CAI_Support said:Watched your video again, and we noticed you are running that weather station PLC code, which set VAR7 for displaying, then
set counter 0
I think because that counter is set to zero longer than it actually has something in it, it is probably why you see it zero.
You will need to put a simple test program without reset counter to zero, to see if that is changing or not.
Why don't you use FCOUNTER to count the wind speed? Is that wind sensor input frequency too low?
CAI_Support said:We are pretty sure there is no bug in the WC part.
CAI_Support said:Your board currently has counter input as zero.
I sent you a update file for statuswin.htm change, hope that works for you.