If console is a certain size so tabs are in two rows, then mounted at the bottom of flowchart and then moved so its floating, then the following happens:
Every time simulation is stopped and restarted you will have to keep selecting same tabs again.
Not sure if that is deliberate or a bug?
If deliberate then perhaps a tick box could be selected to keep same tabs showing on the start of simulation.
Also If tab is selected for viewing while running a simulation.Console tabs. Titles not always shown
Moderator: Benj
Forum rules
Only bug reports will be considered here. General questions should not be posted in this forum.
Only bug reports will be considered here. General questions should not be posted in this forum.
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
- JonnyW
- Posts: 1230
- Joined: Fri Oct 29, 2010 9:13 am
- Location: Matrix Multimedia Ltd
- Has thanked: 63 times
- Been thanked: 290 times
- Contact:
Re: Console tabs. Titles not always shown
Hi.
As far as the incorerct area for the tabs go, that is definitely a bug.
As far as changing the tab on stop/start this is probably the component deleting and recreating its console on start. This can be established by 1) Does the data get cleared on sim start? 2) Does the EEPROM component do this, as this creates its console once only, so won't show the same effect?
Jonny
As far as the incorerct area for the tabs go, that is definitely a bug.
As far as changing the tab on stop/start this is probably the component deleting and recreating its console on start. This can be established by 1) Does the data get cleared on sim start? 2) Does the EEPROM component do this, as this creates its console once only, so won't show the same effect?
Jonny
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Console tabs. Titles not always shown
No, Data is retained on start.JonnyW wrote:1) Does the data get cleared on sim start?
Yes all component tabs do this including EEPROMJonnyW wrote:2) Does the EEPROM component do this,
I have mentioned the about displaying multiple values on one line if it appears like that in terminal software here:
http://www.matrixmultimedia.com/mmforum ... 671#p50626
Do you think that's a possibility please?
Also its not obvious how to add RS232 char unlike the + button with FC5 and below.
Option may be already be there, but Is there a way of making this more obvious.
E.g right click add text file or right click and have an option to open a window to type in.
Preferably both options?
Martin
- JonnyW
- Posts: 1230
- Joined: Fri Oct 29, 2010 9:13 am
- Location: Matrix Multimedia Ltd
- Has thanked: 63 times
- Been thanked: 290 times
- Contact:
Re: Console tabs. Titles not always shown
Hi Martin.
I haven't been involved in the RS232 component so can't say for sure how it works but what you are asking for is possible. The console can be set to a colour for user input and for program output and can be set read-only or not.
I'll see if I can get the issues you have described with regards to core functionality sorted - showing the <0D> character on line ends is one, and it would be nice to parse ANSI escape sequences as an option.
Jonny
I haven't been involved in the RS232 component so can't say for sure how it works but what you are asking for is possible. The console can be set to a colour for user input and for program output and can be set read-only or not.
I'll see if I can get the issues you have described with regards to core functionality sorted - showing the <0D> character on line ends is one, and it would be nice to parse ANSI escape sequences as an option.
Jonny
- 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 tabs. Titles not always shown
Hello Martin,
I have edited the RS232 component so it now works in stream mode and allows the data to be seen more easily, have a play and see what you think.
As for queuing your own bytes I will see if I can make this simple to do too.
I have edited the RS232 component so it now works in stream mode and allows the data to be seen more easily, have a play and see what you think.
As for queuing your own bytes I will see if I can make this simple to do too.
Regards Ben Rowland - MatrixTSL
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
Flowcode Product Page - Flowcode Help Wiki - Flowcode Examples - Flowcode Blog - Flowcode Course - My YouTube Channel
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: Console tabs. Titles not always shown
Hi Ben,
Much better!
Still some minor glitches.
This is what ws displayed:
On hardware they are all in a row e.g.
But if was left as it I will still be much happier than is was before.
Tried another flowchart that had even more chars on one line, that was a bit more broken up.
The flowchart I would like to keep private but I can pm it if required?
Much better!
Still some minor glitches.
This is what ws displayed:
Code: Select all
7 0 0 0 0 0 20 0 1 0
8 0 0 0 0 0 20 0 1 0
9 0 0 0 0 0 20 0 1
0
10 0 0 0 0 0 20 0 1 0
11 0 0 0 0 0 20 0 1 0
12 0 0 0 0 0 20
0 1 0
13 0 0 0 0 0 20 0 1 0
14 0 0 0 0 0 20 0 1 0
Code: Select all
7 0 0 0 0 0 20 0 1 0
8 0 0 0 0 0 20 0 1 0
9 0 0 0 0 0 20 0 10
10 0 0 0 0 0 20 0 1 0
11 0 0 0 0 0 20 0 1 0
12 0 0 0 0 0 20 0 1 0
13 0 0 0 0 0 20 0 1 0
14 0 0 0 0 0 20 0 1 0
Tried another flowchart that had even more chars on one line, that was a bit more broken up.
The flowchart I would like to keep private but I can pm it if required?
Martin