Comments in PLC program

mazeeff

Member
I am using a CAI WebControl unit to control a greenhouse. My PLC code has gotten quite long and complicated, and I would like to add comments to the code. Is this possible?

Thanks,

Mike
 
There is no way to put comments in the cai unit that I am aware of. But if you write your PLC code in MS Word you can use MS Words "comment" function very well. Then you copy/paste the code into cai and it leaves the comments behind.
 
There is no way to put comments in the cai unit that I am aware of. But if you write your PLC code in MS Word you can use MS Words "comment" function very well. Then you copy/paste the code into cai and it leaves the comments behind.

Thanks Lou. That is what I figured.
 
Writing your code in MS word really is way better than trying to write it directly into the CAI gui. Editing is so much faster, you can show more on the screen at once, cut and paste works better, and finally you can add comments. I don't write anything directly into CAI, just copy/paste it all.
 
Back
Top