console rs232 FC8

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
sek
Posts: 5
Joined: Sun Dec 15, 2019 4:12 pm
Has thanked: 1 time
Contact:

console rs232 FC8

Post by sek »

How to open the rs232 console for sending and obtaining information? In FC5 at addition of rs232 the console appeared automatically!

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: console rs232 FC8

Post 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.
Martin

sek
Posts: 5
Joined: Sun Dec 15, 2019 4:12 pm
Has thanked: 1 time
Contact:

Re: console rs232 FC8

Post 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?

sek
Posts: 5
Joined: Sun Dec 15, 2019 4:12 pm
Has thanked: 1 time
Contact:

Re: console rs232 FC8

Post 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?

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: console rs232 FC8

Post 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
Martin

sek
Posts: 5
Joined: Sun Dec 15, 2019 4:12 pm
Has thanked: 1 time
Contact:

Re: console rs232 FC8

Post 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 )
"

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: console rs232 FC8

Post 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.

sek
Posts: 5
Joined: Sun Dec 15, 2019 4:12 pm
Has thanked: 1 time
Contact:

Re: console rs232 FC8

Post by sek »

Thanks for council, I will try

Post Reply