Real Time Clock From HMI

the HMI is sending the correct time every 60 seconds

That's consistent with the 60 second update rate that is configured in the Global Connections window.

Check the cross-reference for N10:0 and N10:1 very carefully in your program.

And check carefully to be sure that the PV+ application isn't writing a value to those addresses elsewhere.
 
this is the cross ref and the MOV goes to an integer file and isnt being used anywhere else not sure why its doing this. no documentation on these instructions. I appreciate all you input on this matter. Thanks!

cross ref.PNG
 
The cross-reference doesn't tell you if an instruction is the source or the destination of an instruction, so we can't tell if that's an over-writing instruction or not.

The cross reference does tell us that the N10 file isn't being used in any file operations (like COP or FLL or FAL) that would write over sections of the file.
 
the one picture shows the move of N10.0 and N10:1 to N19 and N20. the other picture shows the cross reference on N19 and N20. N19 and N20 are not used anywhere else in the program. I am not sure what they are using these registers for.

MOV.PNG N19.PNG
 
Can you cut out the PVP?
Power off the PVP and then test again, using RSLogix to change the N10:1 value manually.

You could also try putting the PLC into program mode with the PVP powered on. Trend N10:1 again and see what happens to the value then.
 
Maybe Ken would have a little more insight, but I am inclined to think that the problem lies in the HMI project. Possibly an error in an expression syntax or multiple updates of values...? I did not see anything in this ladder project that would change or alter the values in N10:0 or N10:1.

I did notice though that in LAD 5, rung 4 you are counting 61 minutes in an hour, not that it has anything to do with the issue at hand...
 

Similar Topics

Hi again Looking to write date or time values to the RTC in my MicroLogix 1400 In the ladder logic I am using a CPW instruction as per the 1400...
Replies
13
Views
3,276
Hello. This is one for the Mitsubishi experts. I need to measure the time for a remote device's to return process data sent from the i-QR...
Replies
17
Views
2,140
Hi all I thought I had this working but upon doing a checkup a few months after the machine was commissioned, I found that adjusting the RTC via...
Replies
4
Views
1,872
hi all i have used a real time clock to turn on a bit after 1 month. the plc was off for this whole month and when i turned on the plc after a...
Replies
2
Views
1,423
hey, anyone know how to export time from panelview 800 to micro 850 and to compare time? or distinguish various time , like to know which shift...
Replies
1
Views
1,467
Back
Top Bottom