Sign in to follow this  
Followers 0
UltraSound

FX3U_GXWORKS2_BINARYCODE_BY_OUTPUTS

3 posts in this topic

Hi all, Im new with plc programming and now I need some help. As topic says, I have FX3U plc and gx works2. Now, I need to tell stack heigth as positions by output. We all agree, that you can tell ten different situations when you have four outputs (Y1 and Y4 = position five). Is there any practical/ reasonable way to do this when you need use outputs. For example, is there any Functions for this, or? Best regards Ultra.

Share this post


Link to post
Share on other sites
Mov K1 K1Y1 . .. Mov K15 K1Y1

Share this post


Link to post
Share on other sites
If is neccessary to realize a bar graph, then better to operate with bool: LD>= ... {Lowest}OUT Y1LD>= ... {Low}OUT Y2LD>= ... {High}OUT Y3LD>= ... {Highest}OUT Y4

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