slc 500 questions

Join Date
Dec 2008
Location
indiana
Posts
24
If I add the memory module for slc 5/04 and go into memory
under processor and set to a 1 to load at boot.
question is that all I have to do as I have one location in
the program that has a rung in the program that latches the
bit.
and also there is a rung to unlatch errors on overflow trap.

never saw in logic where it latched and unlatched stuff with
status bits.
Is this common and I need to do it to use the memory module or
if I install one and it boots does it automatic use it?
Thanks ahead of time for any and all responses.
 
It is not normal to use the "load always" bit. That will mean that the current values in all files will be lost on every powerup.
It is more common to use the "load on memory error" bit. In that case the program will load only if the battery backed program has been lost or is corrupted.

The bits to load from the memory module should be set in the CPU status file. Do not set or reset the bits in code (!). If one of the bits gets set and the memory module is not installed, then the CPU will fault and you can then not clear the bits by code (because the CPU is faulted) = catch-22.

To unlatch the overflow trap bit is very common, and IMHO better than to let the CPU fault because of a trivial counter overrun or similar. But as a minimum the overflow bit should trigger an HMI alarm "math overflow detected in program" or something like that.
 

Similar Topics

I inherited this aging system and have been asked to migrate it to a new machine. I have no prior experience with the SLC-500 or anything like it...
Replies
37
Views
21,487
two questions that I should know. one being how to use the replace command to move all outputs and inputs to another cardcage or smaller...
Replies
5
Views
2,076
I'm new to the PLC game and I am trying to set up a slc 500 system for my E-bay junkie boss (all my stuff is used and I have no paperwork. I...
Replies
2
Views
7,656
I have a program that I've used 100 times. SQO settings: File N7:0, Mask 0FFFFh, Dest B3:1, Control R6:0, Length 8, Pos 2. Length & Position...
Replies
48
Views
978
Everyone, i am in the process of purchasing the Slc 500 version of software to support what we have and i have a question. Several of our...
Replies
9
Views
774
Back
Top Bottom