login about faq

I like the feature of CX-Programmer that automatically checks for duplicate outputs when you compile, but I find it annoying when using SET or RSET instructions because you obviously need to use the same output bit in more than one instruction. Is there a way to disable this compiler warning, and if so, only for SET and RSET instructions?

asked Dec 30 '09 at 20:53

Scott%20Whitlock's gravatar image

Scott Whitlock ♦♦
635113


In Cx-Programmer go to PLC-> Program Check Options

There you can specify what check you want to preform when compling.

You can turn off the Duplicate Bit Output Check, which will cause these warnings to go aways but this will disable the check for all discrete outputs, not just the set and resets.

link

answered Mar 19 '10 at 07:14

Joe%20A's gravatar image

Joe A
914

Yes, unfortunately there's no way I can find to do it just for the SET and RSET instructions. I've noticed recently that RSLogix5000 has a similar warning, but it's smart enough to disregard OTL and OTU (the equivalent) instructions. Chalk one up for Rockwell.

(Mar 19 '10 at 18:41) Scott Whitlock ♦♦
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or __italic__
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×8
×3

Asked: Dec 30 '09 at 20:53

Seen: 539 times

Last updated: Mar 19 '10 at 07:14