Sign in to follow this  
Followers 0
Donatien

S7 To Ab Micrologix Question

2 posts in this topic

hi everyone ¡¡¡¡¡ I`m new programing plc`s , and i`ve been reading some manuals of Simatic S7 , i found an example (at the image attach part of the example) about how to use timers, but i want to practice this example with a micrologix 1200 plc, the problem and the question is how can i charge the value of the timer (PT) in a similar way that the Simatic S7 ?? with a move instruction or another .

Share this post


Link to post
Share on other sites
The ML1200 has timers with pre-configured timer bases (1 sec, .01 sec, etc.) So you'll be limited by that and the fact that the preset value can be 0 to 32767. To change a preset value, move a unsigned value (constant or from a register) into its preset: XIC B3/0 MOV <value> T<file>:<element>.PRESET

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