Control Logix Memory status

hasan_ali

Member
Join Date
Dec 2007
Location
Midlands
Posts
55
Dear,
1) I would like to get the Control Logix used memory and unused memory status in my Intouch HMI. Which status tag I would have to use because I have seen GSV has no object or instance for this.
2) Moreover I am using GSV to get the controler device status (weather it is in run mode or program mode ). when I turn key switch to program mode it do not change the status in bits 4-7 which are specifically used for it.
 
Why would you want this information on the HMI? Is it of interest to the operators? What can they do with it? Or is it just because you can?

As far as the program switch, you are better off using a handshake to determine if the PLC is offline.
 
The only mean is for the maintenance team to detect and get alarmed if certain situation occur like somebody put processor in program mode. It was the option written in GSV Instruction help that is why I tried to fetch that information from it. The effort is to as much as flexibilty we can introduce. The purpose is to give the maintenance team idea from the HMI and it will not be viewed by operators.
 
If you are using RSLinx Enterprise, you can get all of the above and more. If you are using RSLinx Classic, you can get a good deal of information, I don't remember what topics are supported.

Memory status seems kind of silly, it doesn't dynamically change, but here are some predefined items in Linx Enterprise (and maybe Linx):
Memory --
Free: @FreeMem
Free DT: @FreeMemDT
Free GM: @FreeMemGM
Free IO: @FreeMemIO
Total: @TotalMem
Total DT: @TotalMemDT
Total GM: @TotalMemGM
Total IO: @TotalMemIO

The processor mode status is:
@Mode

Some others are:
Processor Status: @Status
Max Scan Time: @CLXMaxScanTime
Current Scan Time: @CLXPresentScanTime
 

Similar Topics

I have a 1756-l61 processor and I am trying to determine where the processor loads the program from during a power cycle. I lost power and when...
Replies
5
Views
2,012
Guys help please. I want to clear memory for a Contrologix controller. I tried to do it by removing the Battery inside but it didnt work that...
Replies
3
Views
1,951
I had a few queries on the AB control Logix 1. Is there any possible means as to find out, how much of controller memory is left in the control...
Replies
7
Views
9,183
I am having trouble with getting no control of my analog output signal. I am using the SCL function block to control my analog output. The logic...
Replies
11
Views
258
hi all, i have a plc i need to get info from for a site im working on: I have a 1764 Micro Logix 1500 LSP Series C (See Attached Image) im...
Replies
2
Views
382
Back
Top Bottom