Page 1 of 1

console rs232 FC8

Posted: Sun Dec 15, 2019 4:33 pm
by sek
How to open the rs232 console for sending and obtaining information? In FC5 at addition of rs232 the console appeared automatically!

Re: console rs232 FC8

Posted: Sun Dec 15, 2019 11:10 pm
by medelec35
Hi sek,
You have to have the Test & Debug feature pack.
If you have then select View, Console.
Default is not to automatically show console.

Re: console rs232 FC8

Posted: Mon Dec 16, 2019 6:34 am
by sek
I have it, but in the console only two tabs "default" and "E-bloks 2 auto id". In them there are no events. how to apply to my rs232?

Re: console rs232 FC8

Posted: Mon Dec 16, 2019 7:07 am
by sek
I have it, but in the console only two tabs "default" and "E-bloks 2 auto id".
In them there are no events. how to apply to my rs232?

Re: console rs232 FC8

Posted: Mon Dec 16, 2019 11:50 am
by medelec35
Oh, I see.
RS232 Console data is disabled by default.
You will need to enable console data within RS232 properties:
Console1.png
(59.04 KiB) Downloaded 640 times

Re: console rs232 FC8

Posted: Mon Dec 16, 2019 12:06 pm
by sek
Thanks friend! I was helped by your council. Tell how to display messages at line, but not in a column:
"
00/00/00 - 00:00:00 - Init()
00/00/00 - 00:00:00 - Send( 'H' / 0x48 / 72 )
00/00/00 - 00:00:00 - Send( 'a' / 0x65 / 101 )
00/00/00 - 00:00:00 - Send( 'l' / 0x6c / 108 )
00/00/00 - 00:00:00 - Send( 'l' / 0x6c / 108 )
00/00/00 - 00:00:00 - Send( 'o' / 0x6f / 111 )
"

Re: console rs232 FC8

Posted: Mon Dec 16, 2019 12:37 pm
by Benj
Hello,

I have pushed an update to the update system which will allow you to view the data in a simple form using the new Console Format property.

Use the Help -> Check for updates menu to get the latest files.

Let us know how you get on.

Re: console rs232 FC8

Posted: Mon Dec 16, 2019 2:12 pm
by sek
Thanks for council, I will try