10-26-2022 04:24 AM
Very much thank you for the reply. And this is what I wanted. Thanks a lot.
10-26-2022 04:32 AM
Hi, sorry for the inconvenience caused. I thought that single image itself will be enough to explain my requirement. But anyhow, your answer is also working fine. Thank you all for the wonderful support.
10-31-2022 12:16 AM
In addition to that, Is there any possibility to control the autoscroll property of a String indicator programmatically (using a Boolean control Autoscroll ON/OFF).
10-31-2022 01:52 AM - edited 10-31-2022 01:54 AM
10-31-2022 02:22 AM
Sorry to add. I need vertical Scroll bar property!!! Any option.
10-31-2022 07:27 AM
Hi Alwin,
@Alwin_Capsys wrote:
Sorry to add. I need vertical Scroll bar property!!! Any option.
You can set the vertical scroll position using the property I mentioned in the last message…
10-31-2022 08:08 AM
Neglect Block diagram in this above mentioned example.
My requirement is , my string Indicator will be keep on updating. So vertical scroll bar is required and when string indicator keeps on updating, scroll bar also automatically moving.
In order to avoid this, I have placed a Boolean switch to turn off/On this autoscrolling. Is it possible to control this automovement of string scrollbar by clicking on that Boolean control?
When Boolean ON, scroll bar should move automatically.
When Boolean OFF, scroll bar should not move automatically.
10-31-2022 08:23 AM - edited 10-31-2022 08:48 AM
Hi Alwin,
@Alwin_Capsys wrote:In order to avoid this, I have placed a Boolean switch to turn off/On this autoscrolling. Is it possible to control this automovement of string scrollbar by clicking on that Boolean control?
Not directly.
But: When button is TRUE then you can set a fixed value to ScrollPos…
Btw. set value first, then ScrollPos.
10-31-2022 09:31 AM
But if I set some value also, when data comes continuously, the scroll bar keep on moving right? User won't be able to stop this movement and analyze a particular data properly?
10-31-2022 09:31 AM
@Alwin_Capsys wrote:
When Boolean ON, scroll bar should move automatically.
When Boolean OFF, scroll bar should not move automatically.
Seems like this is what you want. Put this inside your while loop.
(False case is empty)