Page 1 of 1

Console Viewer - how to JUMP LINES ?

Posted: Fri Sep 16, 2022 7:00 pm
by ssttrragmail
Hi FC9 users. Trying to do a PANEL showing several alphanumeric results simultaneously.
The original "Console Viewer" component seems to do this task with minimal of three columns and three lines.
But after RUN it, even trying with the 5 available component´s macros I got three columns, but just ONE LINE :cry: .
How could I JUMP to the NEXT LINE ? Witch macro or extra command do I use to do this ?
Thanks for any tip ;) !

Re: Console Viewer - how to JUMP LINES ?

Posted: Mon Sep 19, 2022 10:42 am
by BenR
Hello,

I would guess that Append text with the following should give you a new line.

AppendText ( "\r\n" )

Re: Console Viewer - how to JUMP LINES ?

Posted: Mon Sep 19, 2022 1:32 pm
by ssttrragmail
I´ll try it, and give a feedback soon. Thank you !

Re: Console Viewer - how to JUMP LINES ?

Posted: Sat Sep 24, 2022 11:06 pm
by ssttrragmail
Hi. Still trying to create a 2 lines X 3 colunms matrix to display 6 dynamic values and theirs units (6 measurements, for example).
All 6 values are recalculated in time.
But even including the "\r\n" commands inside "AppendText" macro at various experimental points (the toggled off one´s)
I never got 2 lines, just 1 line all the times. :?
I can´t show the 6 measurements instantly formated like a panel.
I´ve included the code. Thanks.