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

my ccw softwer stops working when i add and try to open a ladder program.
Replies
0
Views
78
Hey out there, I am trying to build an alarm que in CCW. I have got the FFL and FFU working, however the string that goes with the alarm can't be...
Replies
38
Views
496
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
1
Views
134
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
291
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
206
Back
Top Bottom