UltraSound Posted October 21, 2014 Report Posted October 21, 2014 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. Quote
Inntele Posted October 22, 2014 Report Posted October 22, 2014 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 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.