Search found 759 matches

by JonnyW
Sat Nov 09, 2013 3:55 pm
Forum: Flowcode V6
Topic: Yet another compiler error
Replies: 15
Views: 9134

Re: Yet another compiler error

Hi. We were looking at getting a 6.0.4 out asap, but I have had a lot of presentations and training to do in the last week. Now back on coding we will be able to get something out, hopefully by the end of next week. We want this patch to address stability and compile issues, so this should go in. Ch...
by JonnyW
Sat Nov 09, 2013 3:23 pm
Forum: Flowcode V6
Topic: Bug in the Flowcode 6.0.3
Replies: 3
Views: 3353

Re: Bug in the Flowcode 6.0.3

Hello.

Thanks, we will look into this.

We were due for a 6.0.4, but want to get things nice and stable for this patch, so if I can find the issue will get it in that.

Jonny
by JonnyW
Tue Nov 05, 2013 8:58 pm
Forum: Flowcode V6
Topic: Problems with Flowcode 6.0.2.0
Replies: 8
Views: 5988

Re: Problems with Flowcode 6.0.2.0

Hello. I see this is an error in the wiki - I will fix this when I get a chance. You have a sim command "Switch on". This sets the value of the property 'color'. The value is also quoted, and shouldn't be. How the SetValue call works is that the argument is automatically cast to the type the propert...
by JonnyW
Tue Nov 05, 2013 3:20 pm
Forum: Flowcode V6
Topic: Problem scaling in dashboard panel
Replies: 12
Views: 7962

Re: Problem scaling in dashboard panel

Hi. Hopefully (if there is time) we will roll out 'lock aspect ratio' into each component natively. In the meantime, locking the pot aspect ratio is done in the components code and I am told there is a bug with this. We should be able to fix that in 6.0.4, but in the meantime if you ensure the X Y a...
by JonnyW
Mon Nov 04, 2013 9:45 pm
Forum: Feature requests
Topic: Simulate C-code
Replies: 2
Views: 2930

Re: Simulate C-code

Hi. The problem with C code is that there is not enough context to simulate a snippet reliably. Take the code: A * B; This may mean 'A multiplied by B', or it may mean 'B is a pointer to a variable of type A'. Without prior context (i.e. a whole program) we can not tell for sure which meaning to exe...
by JonnyW
Sun Nov 03, 2013 5:56 pm
Forum: Flowcode V6
Topic: Problems with Flowcode 6.0.2.0
Replies: 8
Views: 5988

Re: Problems with Flowcode 6.0.2.0

Hi. Also, can you post your flowchart up to now please? We can take a look and see if there are any issues. It may be there is a step missing from the wiki, I will have a scan through this and see. It would be easier to find if there is a missing step in your program. It sounds like, from your descr...
by JonnyW
Sat Nov 02, 2013 2:05 pm
Forum: Feature requests
Topic: A few thoughts...
Replies: 4
Views: 4164

Re: A few thoughts...

Afternoon Brendan. 1. I find the pop-up box, declaring total run time after stopping code execution, merely irritating and never useful. The ability to disable it would be welcome. This has been asked for a few times. It is something I keep meaning to do, and is not a big job at all so I will try to...
by JonnyW
Thu Oct 31, 2013 5:04 pm
Forum: Flowcode V6
Topic: LUT Look Up Tables and Variable Types
Replies: 1
Views: 2247

Re: LUT Look Up Tables and Variable Types

Hi. On download the LUT will return whatever bit-width you set it to. Flwocode can not (at the moment) dynamically alter the variable type returned from a macro. So in simulation it always returns a 32-bit integer. I believe the bit-width is a property of the LUT. It is always best to stick with the...
by JonnyW
Thu Oct 31, 2013 4:56 pm
Forum: Flowcode V6
Topic: Sorry, bit of Rant but I have to ask...
Replies: 2
Views: 2858

Re: Sorry, bit of Rant but I have to ask...

Hi Jay. There have been a number of queries around 3D. Perhaps I should put down a train of thought as to (one of) the reasons behind this. Flowcode v5 used bitmaps to represent components. These are fast for the system to render but are time consuming for someone to hand-draw, especially when anima...
by JonnyW
Wed Oct 30, 2013 10:26 pm
Forum: Flowcode V6
Topic: Bug: Flowcode5 program in Flowcode6 open
Replies: 7
Views: 5777

Re: Bug: Flowcode5 program in Flowcode6 open

Evening. This issue should be fixed in the next release - the converter was not re-mapping the ports correctly for 16-bit ports.

Jonny
by JonnyW
Wed Oct 30, 2013 9:11 pm
Forum: Flowcode V6
Topic: no 3d in systempanel please
Replies: 18
Views: 14079

Re: no 3d in systempanel please

We are very busy with presentations at the moment and I would like to spend time on any patch to ensure it is correct. Perhaps in the next week or so we could release a patch - it would be good to get changes like this out the door, but its finding the opportunity to thoroughly test before releasing...
by JonnyW
Wed Oct 30, 2013 12:38 pm
Forum: Flowcode V6
Topic: no 3d in systempanel please
Replies: 18
Views: 14079

Re: no 3d in systempanel please

Hello Deiter. If you wish to do things in 2D as v5 previously did, I would suggest the dashboard panel. In the next patch there are options to completely disable the system panel - everything will be done on the dashboard, which is more v5-like. Unfortunately you can not just 'switch-off' 3D. The sy...
by JonnyW
Wed Oct 30, 2013 10:05 am
Forum: Flowcode V6
Topic: Inserting bytes into the console in v6
Replies: 4
Views: 4247

Re: Inserting bytes into the console in v6

Hi. I have not used 'numeric data' in the human interface component. The feature added is not for the component, but a feature of Flowcode. On dragging an RS232 component and an injector on to the panel, the injector settings are: 000008_Flowcode1 _.png The console when I add in byte mode looks like...
by JonnyW
Tue Oct 29, 2013 11:49 pm
Forum: Flowcode V6
Topic: i2c lcd problem
Replies: 5
Views: 5843

Re: i2c lcd problem

Hello. That does seem strange.

What happens if you step through the program instead of just clicking 'run' to simulate? Do you see anything change on the LCD?

Jonny
by JonnyW
Sun Oct 27, 2013 10:02 pm
Forum: Feature requests
Topic: Counter
Replies: 3
Views: 3546

Re: Counter

Hello. Maybe it is my lack of knowledge in this area, but can you give more details of what you are after? If you require interrupts to be set up to sample a sensor on a timeslice, there is no direct facility to do this, but it should be easy enough to do in Flowcode. You could write a component to ...
by JonnyW
Fri Oct 25, 2013 1:50 pm
Forum: Flowcode V6
Topic: avrdude with avrispmkii on V6 cannot programm
Replies: 4
Views: 4107

Re: avrdude with avrispmkii on V6 cannot programm

Hi. No, the evaluation version is fully features.

Have you read this post? Perhaps it will help:
http://www.matrixmultimedia.com/mmforum ... 54&t=13084

Jonny
by JonnyW
Thu Oct 24, 2013 8:43 pm
Forum: Flowcode V6
Topic: RS232 possible improvement
Replies: 7
Views: 7052

Re: RS232 possible improvement

Evening. Thanks for the suggestions, some good things to go on there that would help improve the console. I didn't find the vnet in V6. Is it already available? We took VNet out in V6, as the VNet stuff was done individually for each component in v5, so we could not see how this would roll out to ot...
by JonnyW
Wed Oct 23, 2013 8:52 am
Forum: Flowcode V6
Topic: Inserting bytes into the console in v6
Replies: 4
Views: 4247

Re: Inserting bytes into the console in v6

Hi. Can you tell me what steps you are taking to try this? If you: Ensure your Flowcode is 6.0.3 Add the components required to get the console you want Right-click to get the context menu and ensure 'Show data bytes' is selected Make sure the green '00000000' is visible by typing any character in (...
by JonnyW
Tue Oct 22, 2013 10:20 pm
Forum: Flowcode V6
Topic: How to use the scope?
Replies: 24
Views: 16348

Re: How to use the scope?

Hi. Things are very hectic at the moment (as always, it seems) due to upcoming presentations, but I can add these to the list and get them in when I can. I would imagine that everyone who has posted on this thread has used a scope a good deal more than me, so suggestions for functionality are welcom...
by JonnyW
Tue Oct 22, 2013 10:14 pm
Forum: Flowcode V6
Topic: Arduino/C Library Integration
Replies: 2
Views: 4109

Re: Arduino/C Library Integration

Hi.

There is a blog post here: http://matrixmultimedia.com/blog/?p=146

This details how to get an existing C routine 9or library call) defined in a Flowcode component. This wouldprobably be the start of this,if you have a header file with the routines you want in it.

Jonny
by JonnyW
Tue Oct 22, 2013 12:55 pm
Forum: Flowcode V6
Topic: How to use the scope?
Replies: 24
Views: 16348

Re: How to use the scope?

Hi. Yeah, the scope can show overlays like that. The default decoding works off the graphic, so is affected by aliasing, but it will work off the 'raw' data like the component packet decoding can eventually. This will work between any points, including on analogue streams. For the cursors, hover the...
by JonnyW
Mon Oct 21, 2013 8:25 pm
Forum: Flowcode V6
Topic: How to use the scope?
Replies: 24
Views: 16348

Re: How to use the scope?

Hi. The simulation worked like that internally for a while - every so often the simulation needs to let the rest of the system have a go, and this used a moving average filter to approximate the number of ticks per second and thus decide when to 'breathe'. Problem is that each instruction does not e...
by JonnyW
Mon Oct 21, 2013 6:31 pm
Forum: Flowcode V6
Topic: How to use the scope?
Replies: 24
Views: 16348

Re: How to use the scope?

Evening. Just one question How can we get sope to show time in microseconds/milliseconds or seconds. Not use to a timebase in ticks. Or is that an impossible request? When used with some profiling hardware such as the EB006v9, we can accurately gauge the meaning of 'ticks', and one tick will be a ce...
by JonnyW
Mon Oct 21, 2013 4:29 pm
Forum: Flowcode V6
Topic: How to use the scope?
Replies: 24
Views: 16348

Re: How to use the scope?

Hi Martin. You can zoom the scope in and out using ctrl-mouse wheel. I am not sure it is in 6.0.3, but the up/down cursors also work with this. Wherever the mouse is situated on the timeline should remain at that point when scrolled. On the top bar of the scope there are two orange marks. These deno...
by JonnyW
Mon Oct 21, 2013 12:57 pm
Forum: Flowcode V6
Topic: How to use the scope?
Replies: 24
Views: 16348

Re: How to use the scope?

Morning. Yes, I agree this could do with an interface. The scope and console were added to support components - idea is a component adds whatever output it requires. I will look into this and possibly add some UI to the front end of the scope. In the meantime, here is a component that allows up to 4...