CCW - Comment Individual Bits of DINT?

PLCs_are_fun

Member
Join Date
Jun 2023
Location
Ohio
Posts
15
I am passing DINTs between a Micro800 and CompactLogix - each bit in the DINT has its own unique meaning.

On the Studio5000 side I can just write the meaning of a given bit in the "Description" field to provide a human-readable "comment" anywhere the bit is referenced.

On the CCW side, I can comment the DINT but not the individual bits in the DINT.

Am I missing something? How do you guys handle this? Any way other than to manually alias the individual bits of the DINT to new BOOL tags?

Thanks!
 
You could try an overlay on the Logix side that provides named BOOLs corresponding to the bits of a DINT provided by CCW.

I’m not aware if CCW provides an overlay mechanism of its own.
 
One way to do it is to create aliases for the bits and comment the aliases. Another way is to copy to an array of BOOLS, which lets you comment each element in the array.

Regardless of how you do it, I would include the complete mapping in a rung comment on both programs, so you or the next person don't need to keep searching to find what all the mapping is - Saves some reverse engineering later on.
 

Similar Topics

Hello. Has anyone ran into an issue with HSC on 2080-LC20. It run a cut off press and every so often after resetting to 0 it does not count...
Replies
0
Views
63
I am running CCW 13 trying to upload to a micro 820 vers.12 I get an output message OPC server is unable to load project controller. Please help!
Replies
5
Views
235
How to retain Values in CCW software? I am using CCW software and I can not find the Retain function in this software. Not even local or global...
Replies
2
Views
171
I am new In a CCW and as a beginner I am trying to learn programming but i am noticing that my CCW software is taking around 1 minute to download...
Replies
2
Views
106
Back
Top Bottom