mr_electrician Posted November 19, 2018 Report Posted November 19, 2018 Hi group! I am struggling to figure out what I am doing with the Limit instruction (ZCP 088). I want to turn on a permissive if the compared word is between 1 and 12. Rockwell makes this so much easier!!! It looks like my "=" instruction is not correct but this is how they show it in the manual??????? Quote
Mendon Systems Posted November 19, 2018 Report Posted November 19, 2018 Try using the mnemonic P_EQ which CXP interprets as the Equals Flag. Quote
mr_electrician Posted November 20, 2018 Author Report Posted November 20, 2018 2 hours ago, Mendon Systems said: Try using the mnemonic P_EQ which CXP interprets as the Equals Flag. Thanks! That did it. Quote
Sergei Troizky Posted November 20, 2018 Report Posted November 20, 2018 Two inline comparisons in series give the same result, but execute 20 times faster (in CP1H). Quote
Michael Walsh Posted November 20, 2018 Report Posted November 20, 2018 I agree with Sergei, this is a good way to do it: Quote
mr_electrician Posted December 14, 2018 Author Report Posted December 14, 2018 On 20/11/2018 at 9:33 AM, Michael Walsh said: I agree with Sergei, this is a good way to do it: If this is the way to do then why does OMRON have the ZCP instruction????? Quote
BobB Posted December 14, 2018 Report Posted December 14, 2018 Hangover from older PLCs where symbol inline instructions were not available. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.