Sign in to follow this  
Followers 0
madani

plc Telemecanique TSX3721

2 posts in this topic

Hi,

I want to know the meaning  for this writing  (Addressing object):

%I\4.0\1.12 and  this    %MW35:X5    as in the example below


      LD      %I\4.0\1.12
      AND     %I\4.0\1.11
      ANDN    %Q2.1
      ST          %MW35:X1

if someone just help me for this example  I'm beginner with Schneider PLC .

Thanks

 

Edited by madani

Share this post


Link to post
Share on other sites

Hello madani,

your example looks like plausibility check. IF 2 digital inputs (%I) are ON, but digital output (%Q) is not set, then store error bit.

 But I never saw something like this %MW35:X1. In your case it should be 1 bit (bool) in register %MW35.

 

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0