Search found 665 matches

by Rudi
Fri Jul 01, 2016 1:35 pm
Forum: General Programming
Topic: Flowcode V7
Replies: 122
Views: 372004

Re: Flowcode V7

does FC7 have a Free Version like the FC5 free version with code limitation and so.. or is the limit for the free version then 30 days like FC6 and extra require internet access for continued use? or is the require internet access for continued use then need, if user test more as 30 days and this i...
by Rudi
Fri Jul 01, 2016 12:24 pm
Forum: General Programming
Topic: Flowcode V7
Replies: 122
Views: 372004

Re: Flowcode V7

For paid-for licences, activation should only be required once. fine We are looking to implement a free 30-day trial, but this will likely require internet access for continued use. hi steve, does FC7 have a Free Version like the FC5 free version with code limitation and so.. or is the limit for th...
by Rudi
Wed Jun 29, 2016 12:48 am
Forum: Bug reports
Topic: edit/duplicate makro - return type not show/not correct type
Replies: 1
Views: 5681

edit/duplicate makro - return type not show/not correct type

hi guys sorry for this, too. think have found the second small bug, that had annoyed me in the past too Now I could catch him at last: here you go: create an empty makro with string return you will see this correct line if you export the makro: .. <return name='Return' type='T8' description='' iscon...
by Rudi
Tue Jun 28, 2016 11:24 am
Forum: Bug reports
Topic: edit/duplicate macro - change type param not clear the *
Replies: 0
Views: 5662

edit/duplicate macro - change type param not clear the *

hi guys sorry for this, think have found a small bug, that had annoyed me in the past. Now I could catch him at last: here you go: create a macro with a string as parameter, do not check on the Make local copy so we get an type T8* step1.png create now from this macro a duplicate and change the para...
by Rudi
Mon Jun 27, 2016 8:15 pm
Forum: Flowcode V6
Topic: I2C 20x4 LCD with HD44780 - Proteus
Replies: 9
Views: 15421

Re: I2C 20x4 LCD with HD44780 - Proteus

Monie Jacobsen wrote:continued:
Proteus V4.8.7 File: Can not attached Proteus file!
hi monie

append at end of file name simple with .zip
example:
orig file: test.zzz
append: test.zzz.zip

then you can upload the file
and give the info, that is only append and not compressed

hope this helps
best wishes
rudi ;-)
by Rudi
Sun Jun 26, 2016 11:33 pm
Forum: General Programming
Topic: Flowcode V7
Replies: 122
Views: 372004

Re: Flowcode V7

.
by Rudi
Sun Jun 26, 2016 1:45 pm
Forum: Flowcode V6
Topic: VBA and enc28j60 - 18f4550
Replies: 26
Views: 23732

Re: VBA and enc28j60 - 18f4550

hi only FYI: the things was done with the TCP_ENC28J60.fcpx ( Release V 1.0 ) that is in FC6 6.1.3.2 from 18.02.2016. Have a look to a newer TCP_ENC28J60.fcpx from May 2016 here we can init the compo with ip and mac now. if you use the newer compo check the init procedure with your IP & MAC now. bes...
by Rudi
Sun Jun 26, 2016 1:38 pm
Forum: Flowcode V6
Topic: ENC28J60 Component Updates
Replies: 3
Views: 5218

Re: ENC28J60 Component Updates

Hello, There is already a CheckForARP function which checks for an ARP at the local IP address. Is this not doing what you need? I can add variables to hold the local MAC and IP addresses and make them variable but this will increase overall RAM usage. The attached function has your specified code ...
by Rudi
Sat Jun 25, 2016 9:26 am
Forum: Other products
Topic: i like this dog ;)
Replies: 2
Views: 11184

i like this dog ;)

myfutureDog.png
and i want it in next time.

life fun
video link: my favorite dog

best wishes
rudi ;-)

myPersonalWish.png

be warned:
angryDog.png
video link: but be warned from this dog - this is an angry dog :)
by Rudi
Fri Jun 24, 2016 3:29 pm
Forum: Flowcode V6
Topic: ENC28J60 - Ip Address
Replies: 10
Views: 12568

Re: ENC28J60 - Ip Address

ah...damm....;-) now i know, why benj do not response again ;) which is always a good sign. "check yours again since a fault with you must be and if it still does not go, then let me know again" ..i have learned in the past .. :mrgreen: benj was, is and stay the hero, we are "junk dealer" / "dawdler...
by Rudi
Fri Jun 24, 2016 9:58 am
Forum: Flowcode V6
Topic: ENC28J60 - Ip Address
Replies: 10
Views: 12568

Re: ENC28J60 - Ip Address

EDIT: forget this post ;-) see the next post. or this link enc28J60 ( may 2016 ) the enc28J60 compo is updated long time ago ********* hi guys if you want to set the ip in compile time before a enc28j60_init() is done you can use the properties from enc28j60 to set it by edit the textlines. if you w...
by Rudi
Fri Jun 24, 2016 1:21 am
Forum: Feature requests
Topic: more project details
Replies: 0
Views: 5657

more project details

hi guys just in time thinked at just in time work. more_project_details.png would be perhabs a nice future with combine -> pdf datasheet -> png/svg pic of layout.. -> bom as simple csv / sheet -> ...i hear you.. eagle library files?...yes- this will be fine ( resource links ) -> project "licence" if...
by Rudi
Tue Jun 21, 2016 9:31 pm
Forum: Flowcode V6
Topic: float point in properties
Replies: 3
Views: 3504

Re: float point in properties

by Rudi
Tue Jun 21, 2016 9:00 pm
Forum: Flowcode V6
Topic: float point in properties
Replies: 3
Views: 3504

Re: float point in properties

Hi Rudi, Assuming .tmpCPUCLK_HZ,.tmpPREDIV and .tmpCNTDIV are integers try typecasting to a float. .tmpSPICLKFREQ_MHz = FLOAT .tmpCPUCLK_HZ / FLOAT (.tmpPREDIV * .tmpCNTDIV) Hopefully this will do the trick, certainly caught me out before. If this doesn't work then another trick is using constants ...
by Rudi
Tue Jun 21, 2016 7:18 pm
Forum: Flowcode V6
Topic: float point in properties
Replies: 3
Views: 3504

float point in properties

hi guys no hurry, discover just the "diversity" ( vielvalt ) and stumble a bit. how do I get the float results in the properies advertisement? floating_properties.png so far I only get completely charged at a calculation. if I have a float test number Enter H in the formula, then it is displayed. wh...
by Rudi
Tue Jun 21, 2016 9:27 am
Forum: Feature requests
Topic: api handbook in the future
Replies: 0
Views: 5660

api handbook in the future

with comments to this object with instructive example by the stuff hi guys i know, have wrote this moretimes. api - EV's ..this is absolutely my weak spot, never try the 3D function or other simulate's because my knowledge in this is small. if i search a help, only online is possible. have read and...
by Rudi
Mon Jun 20, 2016 5:25 pm
Forum: Flowcode V6
Topic: how remove files from resource manager
Replies: 1
Views: 2650

how remove files from resource manager

hi guys, not hurry i have a test with the resource manager for adding files. this way was wrong to my thinking and after i want remove the file, i can clear the file source but can not clear the entry. here a picture for better understand my bad english. remove_resources_mangager.png how i can remov...
by Rudi
Fri Jun 17, 2016 11:02 am
Forum: Feature requests
Topic: description/hint text for properties vars ( panel, compo )
Replies: 1
Views: 6019

description/hint text for properties vars ( panel, compo )

hi guys

if we create new properties vars in panel or components
we can not fill a description that comes hint if we move the mouse over like the
project vars.

if you can append a desription field for hint this by mouse over in the properties
would be nice

thanks
best wishes
rudi ;-)
by Rudi
Thu Jun 16, 2016 12:05 pm
Forum: General Programming
Topic: Flowcode V7
Replies: 122
Views: 372004

Re: Flowcode V7

hi guys

because long summer holdiay and other things:
is there a download just in time for a beta/pre version for small test availabel or comes it closed with the release as final?
do you know, when we can download the V7 for test firsttime ( in june or july of august ) ?
thanks
best wishes
rudi ;-)
by Rudi
Wed Jun 15, 2016 6:32 pm
Forum: Feature requests
Topic: enable/disbale macro choose a replacement macro
Replies: 0
Views: 5610

enable/disbale macro choose a replacement macro

hi guys if we can enable/disbale makros we need not to export it, delete it and if we need again to import it. in some situation of debug and code optimization there would be good, if we can disable a makro for looking / searching mistake's in the code or simple activate / choose a replacement macro...
by Rudi
Tue Jun 14, 2016 12:58 pm
Forum: Feature requests
Topic: compile EV_replace
Replies: 0
Views: 5714

compile EV_replace

hi guys
if we have a compile EV_replace(old, new) for the c file
we would be very flexible to do almost anything
and we have a allround solution.

thanks
best wishes
rudi ;-)
by Rudi
Tue Jun 14, 2016 12:44 pm
Forum: Feature requests
Topic: EV_addVar for locals
Replies: 0
Views: 5624

EV_addVar for locals

hi guys if we can use EV_addVar for locals too, EV_addVar_local.png then we can use this for expansion like this void FCM_counting() { //Local variable definitions // without EV_addVar // MX_UINT16 FCL_STATIC_I; // after EV_addVar static MX_UINT16 FCL_STATIC_I; // Calculation FCL_STATIC_I = FCL_STAT...
by Rudi
Tue Jun 14, 2016 11:45 am
Forum: Flowcode V6
Topic: can we set a static var in a makro?
Replies: 1
Views: 2096

Re: can we set a static var in a makro?

.. found this from 2012 http://www.matrixtsl.com/mmforums/viewtopic.php?f=40&t=11187&p=38968&hilit=static+variable#p39042 something has changed since 2012? anything will change in FC7? would be nice featurings thing to see parameters that are by-ref (passed by pointer) too. .. ok - i use the c code ...
by Rudi
Tue Jun 14, 2016 11:00 am
Forum: Flowcode V6
Topic: can we set a static var in a makro?
Replies: 1
Views: 2096

can we set a static var in a makro?

hi guys
not sure, so i ask.
can we create a static var in a makro?
need we to use the c code icon for this?

Code: Select all


static uint8 counter;

or is the local var in the makro then a static var if we create in the makro a new var?
not sure, so i ask.

thank you!
best wishes
rudi ;-)
by Rudi
Tue Jun 14, 2016 10:02 am
Forum: Flowcode V6
Topic: VBA and enc28j60 - 18f4550
Replies: 26
Views: 23732

Re: VBA and enc28j60 - 18f4550

Good morning Rudi, I cannot express my thanks and gratitude enough. you samples were so well layout and explained, that it was easy for me to migrate the code over to Ms access. and it works. Flowcode should use this as an example for others to study. with your permission , when I am complete with ...