I have made a burgler alarm to my house and I want
to let it call me on my old mobil phone when something
is wrong.
My old mobil phone is still working, but how can I
let my code dial the number of my new mobil phone ?
Search found 126 matches
- Sun Dec 05, 2010 8:23 am
- Forum: Flowcode V4
- Topic: Old GSM phone in a burgler alarm ??
- Replies: 1
- Views: 2196
- Fri May 21, 2010 7:13 am
- Forum: Flowcode V4
- Topic: Don't wanna use DP ???
- Replies: 3
- Views: 2959
Re: Don't wanna use DP ???
In fact there IS a posibility to choose the "Not connected" for the DP ! In this situation the simulation will work fine - but I then have problems with the HW. Two Q comes up I think, why: 1) this posibility - if it must NOT be used ? 2) the differens in simulation and HW-implementation ?...
- Thu May 20, 2010 5:00 pm
- Forum: Flowcode V4
- Topic: Changing the 7Seg LED ??
- Replies: 1
- Views: 2319
Changing the 7Seg LED ??
I want to have the "9" with an extra segment added - the lower segment "d" - just like the "6" have the upper segment "a".
How can I do that ?
How can I do that ?
- Thu May 20, 2010 4:54 pm
- Forum: Flowcode V4
- Topic: Don't wanna use DP ???
- Replies: 3
- Views: 2959
Don't wanna use DP ???
I don't want to use the DP on a COMMON CATHODE LED. I want to use thr RB0 for interupting, so I "shifted" the connections of the LED on the port B one pin "up". The DP HAS på be connected, so I connect it to the g-segmen RB7, but ... the segment the DP is connected to will NOT li...
- Fri May 14, 2010 9:52 pm
- Forum: Flowcode V4
- Topic: Simpel Kipfunction
- Replies: 7
- Views: 5117
Re: Simpel Kipfunction
Hi All! Thanks for your help, I'm glad that I can get some expert help here. I can see that the function is more simple now and the program does not take up so much. 8) For you Ksor, I can see you are from Denmark maybe you live in Korsor? I live in Odense, but works in Korsor. If you wish we could...
- Sat May 08, 2010 2:54 pm
- Forum: Flowcode V4
- Topic: Updating to 4.3
- Replies: 1
- Views: 2214
Updating to 4.3
I try to update to this latest version but
when I download from here http://www.matrixmultimedia.com/Downloa ... .php?id=71
I only downloads 275K and the program SHOULD be 61Mb ... and the download will NOT run !
What is wrong ?
when I download from here http://www.matrixmultimedia.com/Downloa ... .php?id=71
I only downloads 275K and the program SHOULD be 61Mb ... and the download will NOT run !
What is wrong ?
- Sat May 08, 2010 1:57 pm
- Forum: Flowcode V4
- Topic: Reinstalling FC4 !
- Replies: 3
- Views: 3457
Re: Reinstalling FC4 !
I GOT IT !
I had to wait for the NEW code send from the Administrator at MATRIX ... I did and now it works !
I had to wait for the NEW code send from the Administrator at MATRIX ... I did and now it works !
- Sat May 08, 2010 1:45 pm
- Forum: Flowcode V4
- Topic: Reinstalling FC4 !
- Replies: 3
- Views: 3457
Re: Reinstalling FC4 !
I have tried - NO difference - the progra starts up as administrator !
Even though I see the messagebox with the text like "Code is valid and saved" is't NOT saved !
Next time I starts up, the reminder-messagebox still comes up !

Even though I see the messagebox with the text like "Code is valid and saved" is't NOT saved !
Next time I starts up, the reminder-messagebox still comes up !





- Sat May 08, 2010 12:38 pm
- Forum: Flowcode V4
- Topic: Reinstalling FC4 !
- Replies: 3
- Views: 3457
Reinstalling FC4 !
My harddrive crashed on my pc amd now I have got a new harddrive and have installed FlowCode and it works fine, BUT ... I can NOT get rid of the "reminder"-messagebox when I start the program ! I have tried to enter my product code several times, and I see the message that the code is vali...
- Sat May 08, 2010 12:32 pm
- Forum: Flowcode V4
- Topic: Simpel Kipfunction
- Replies: 7
- Views: 5117
Re: Simpel Kipfunction
Take a look at the "Componemt macro" and insert this ikon in your flowchart, dobble-click on it and you will see a list of elements.
Mark each element and see what macros you can use for each element.
Hope this gives you a hint !
Mark each element and see what macros you can use for each element.
Hope this gives you a hint !
- Wed Apr 07, 2010 6:28 am
- Forum: Flowcode V4
- Topic: Measurering intervals between pulses ??
- Replies: 4
- Views: 4079
Re: Measurering intervals between pulses ??
But anyway I need to measure the time between two pulses - how do I use a timer for that ?
I allready use TMR0.
I allready use TMR0.
- Tue Apr 06, 2010 2:07 pm
- Forum: Flowcode V4
- Topic: Measurering intervals between pulses ??
- Replies: 4
- Views: 4079
Re: Measurering intervals between pulses ??
Hi again
Combiing SmithTrigger and RC's has rouled out the noise failure completely !

Combiing SmithTrigger and RC's has rouled out the noise failure completely !



- Sun Apr 04, 2010 11:13 am
- Forum: Flowcode V4
- Topic: Measurering intervals between pulses ??
- Replies: 4
- Views: 4079
Measurering intervals between pulses ??
I have made a program for COUNTING revolutions and RPM measurement and it's working fine - EXCEPT ... in the RPM mode the display is very unstable because of noise (I plug/unplug a power adapter in the outlet besides the power adaptor to my HW). When I do NOT make noise this way the display is very,...
- Fri Mar 19, 2010 12:47 pm
- Forum: Flowcode V4
- Topic: Changing TRM setup "on the run"
- Replies: 6
- Views: 5058
Re: Changing TRM setup "on the run"
Ok - I didn't notice that - but I was very keen remembering to DISABLE, change prescaler and enable again - but it still wouldn't do it ! But now when I changed a little in the structure of the main flowchar ... then it works - even WITHOUT the reset(); So that's it ... no more struckle with that pr...
- Fri Mar 19, 2010 12:19 pm
- Forum: Flowcode V4
- Topic: Changing TRM setup "on the run"
- Replies: 6
- Views: 5058
Re: Changing TRM setup "on the run"
... and you even do no DISABLE before changing TMR-setup.
I made some changes to the structure of my main flowchart to get the reset(); to fit - and it works fine.
I then tried to delete the reset ... and now it works fine too - it's just spooky I think - but never mind, it works !
I made some changes to the structure of my main flowchart to get the reset(); to fit - and it works fine.
I then tried to delete the reset ... and now it works fine too - it's just spooky I think - but never mind, it works !
- Fri Mar 19, 2010 9:34 am
- Forum: Flowcode V4
- Topic: Running TRM1 and TMR2 ??
- Replies: 10
- Views: 7353
Re: Running TRM1 and TMR2 ??
No info link to ICD ?
- Fri Mar 19, 2010 7:53 am
- Forum: Flowcode V4
- Topic: Running TRM1 and TMR2 ??
- Replies: 10
- Views: 7353
Re: Running TRM1 and TMR2 ??
I've also done a quick count of your posts over the years and you've made 108 to date. Of these, 92 have been made within the last month. This is an incredible statistic! Yes, and ... ? - maybe you don't like users to use your forum or ... I don't get your point here. Is ICD designed to be used wit...
- Thu Mar 18, 2010 10:14 pm
- Forum: Flowcode V4
- Topic: Changing TRM setup "on the run"
- Replies: 6
- Views: 5058
Re: Changing TRM setup "on the run"
Please send your program to me so I can see.
You didn't comment on if it is possible to make a "software reset".
You didn't comment on if it is possible to make a "software reset".
- Thu Mar 18, 2010 4:33 pm
- Forum: Flowcode V4
- Topic: Changing TRM setup "on the run"
- Replies: 6
- Views: 5058
Changing TRM setup "on the run"
I do beleave something IS wrong when changing the prescaling in a TMR-setup (at least with TMR0) while program is running in HW. In two branches of my program I use different prescaler in setup of TMR0 - COUNTING mode have one setting of prescaler for TMR0 and RPM mode has another. When changing fro...
- Thu Mar 18, 2010 3:05 pm
- Forum: Flowcode V4
- Topic: Running TRM1 and TMR2 ??
- Replies: 10
- Views: 7353
Re: Running TRM1 and TMR2 ??
Woops - one more error or ... ?
Will that be solved in the 4.3 version ?
Will that be solved in the 4.3 version ?
- Thu Mar 18, 2010 2:10 pm
- Forum: Flowcode V4
- Topic: Running TRM1 and TMR2 ??
- Replies: 10
- Views: 7353
Re: Running TRM1 and TMR2 ??
Oh, but the program was just a very simple test - I just toggles a break in the ISR.
When I use TMR1 and TMR2 I NEVER comes to that break point - only if I use TMR0
Why ?
When I use TMR1 and TMR2 I NEVER comes to that break point - only if I use TMR0
Why ?
- Thu Mar 18, 2010 1:21 pm
- Forum: Flowcode V4
- Topic: Running TRM1 and TMR2 ??
- Replies: 10
- Views: 7353
Re: Running TRM1 and TMR2 ??
Oh, my God ... these calculations eats up all memory !
I'll have to find some other figures, so I can do integers all over !
I'll have to find some other figures, so I can do integers all over !
- Thu Mar 18, 2010 9:47 am
- Forum: Flowcode V4
- Topic: Running TRM1 and TMR2 ??
- Replies: 10
- Views: 7353
Running TRM1 and TMR2 ??
What shall I do to make TMR1 and TMR2 run in this simple test program.
I can make TMR0 run - by simply referencing it in the dialog and set the prescalers.
In the same way I can't get TMR1 and TMR2 to run.
What do I need to do more ?
I can make TMR0 run - by simply referencing it in the dialog and set the prescalers.
In the same way I can't get TMR1 and TMR2 to run.
What do I need to do more ?
- Thu Mar 18, 2010 9:26 am
- Forum: Flowcode V4
- Topic: Confirm calculations - please someone !
- Replies: 12
- Views: 7950
Re: Confirm calculations - please someone !
Yeah - often things are in fact very simple - but the point is that that the help "file" or "what-ever-you-call-it" is NOT updated - and it should be.
- Wed Mar 17, 2010 3:41 pm
- Forum: Flowcode V4
- Topic: Confirm calculations - please someone !
- Replies: 12
- Views: 7950
Re: Confirm calculations - please someone !
Oh - what a calculation !
Please tell me where the documention is - here is what I see:
Please tell me where the documention is - here is what I see: