Page 1 of 1

Problem with Console and Circular buffer in F7 and F8

Posted: Mon Jan 06, 2020 8:19 am
by maharadga
Hello.
I try simple program in Flowcode 8 and use circular buffer for it. I want show in console what is inside the buffer. But in console I see nothing.
In properties I markеd option "show in console", I also read the example for buffer in "Help". I want be see the buffer in console like in there.
How I can do it?
And another one issue.
I try this program In Flowcode 7, but I not be able to see console. If I check "View-Console"- there is nothing.
And I can't insert Circular Buffer in 2D panel. I see nothing. I must insert it in 3D panel, then grab it and move it in 2D panel.
Thank You.

Re: Problem with Console and Circular buffer in F7 and F8

Posted: Mon Jan 06, 2020 12:39 pm
by Benj
Hello,

Thanks for letting us know. However all seems to be working well for me.
CB.jpg
CB.jpg (154.31 KiB) Viewed 4102 times
Have you applied the latest v8 updates using the help -> check for updates menu?

Also what components packs do you have as part of your license?

Can anyone else replicate this issue?

Re: Problem with Console and Circular buffer in F7 and F8

Posted: Mon Jan 06, 2020 1:33 pm
by maharadga
Hello, Benj.
Yes, I applied all updates.
Untitled.png
(130.25 KiB) Downloaded 1130 times

Re: Problem with Console and Circular buffer in F7 and F8

Posted: Mon Jan 06, 2020 1:43 pm
by medelec35
Working for me as well.
Can select add to 2D dashboard & it's added OK in Flwocode V8, but can confirm the bug is present within V7.
Can also see data within the console in both V7 and V8.
Note: Buffer is not shown until I single stepped once.

Re: Problem with Console and Circular buffer in F7 and F8

Posted: Mon Jan 06, 2020 4:50 pm
by maharadga
In program, who I post above buffer not present in console.
I try another program and in it buffer is presented in console, but have another bug.
In this program "test" I found something strange for me. With disabled first icon(it flush buffer) I start the program. I wait the buffer to fill and stoped the simulation. On next the simulation the buffer is empty: 000....000. Every next run is the same. With enabled icon "flush buffer" everything is as expected.
Should the buffer not be reset automatically every time the simulation is stopped?
And in FC7 I still not see the console.