DINT description in logix 5000

Narlin

Lifetime Supporting Member
Join Date
Mar 2010
Location
phoenix
Posts
320
[FONT=&quot]In logix 5000 the TAG page will let me add a description to each bit of a DINT. However, in the ladder logic, when the bit is specified, my description doesn’t show up. Does anyone know how to get the DINT bit description printed in the ladder diagram?[/FONT]
 
Bit level is used because i am old. I was programming PCs that i built myself in the 1970's and just can't give up the habit of conserving memory. I see all these DINTs and just think - cool - 32 bits per.
 
Nothing in the DINT level descriptor. Description still doesn't show in code. I tried changing display style to binary - still no descriptions.
 
Yes. I too can put the a or b into the description field. It is just that the a and b dont' show up when I switch to the ladder code. Only the tag "integer.0" or "integer.1" would show.
 
Clearly, you see the a & b as a description just fine. Not me. Why am I special. Logix Ver is 21.03
 
At the top of the ladder window there is a toggle button that hides all comments and then can turn them back on again.

Make sure you check that if Luke_Mages suggestion doesn't pan out.

OG
 
About conserving memory: This is a modern PLC and it has lots of memory. What you don't use is not really conserved, the memory chips are still there. Its not a multi-user system and memory is not dynamically allocted to tasks. You may as well use it and make life easier on yourself.

Slight side track: You might be interested in something called a bit overlay. This is advanced programming. Bit overlays cannot be created in RSLogix, they have to be created in XML and imported so it is not for the average PLC guy. The bit overlay lets you give a bit in a DINT a name. This isn't a comment, its a name that you can use just like you use Timer.ACC.DN where DN is a named bit. I've covered the topic on the forum a few times, do a search on my username and "bit overlay."
 
Last edited:

Similar Topics

I was just curious if there is a way to search for a description of a boolean contained within a DINT/INT. For instance, I have a DINT[1] named...
Replies
6
Views
2,283
Hi I am being given several fault words (as a DINT) from a Drive that I am receiving into a Compactlogix L33ER controller. I have a small...
Replies
12
Views
1,159
I am working on a project with a Controllogix 5582 processor using v32 firmware where I will be communicating with a Genset using Modbus TCP. It...
Replies
14
Views
1,008
Hi! It is always said, that DINT is the most performant datatype in AB plcs. I while ago i made a performance test. Several instructions like ADD...
Replies
4
Views
683
Im trying to use a MSG instruction to get the serial numbers of all addon cards and display the serials on a HMI interface. I have the logic done...
Replies
2
Views
591
Back
Top Bottom