Search found 30 matches

by Carlos Viveiros
Thu Jan 30, 2014 9:14 pm
Forum: Flowcode V6
Topic: Problem wiht RS232
Replies: 2
Views: 2326

Re: Problem wiht RS232

Hi Benj,

Yes, I'm running the last patch on Flowcode V6 (6.0.4)

The problem occur on FlowCode V5 either.. Maybe i have some bad code, anyway i am sending a new file with PIC16F877A, and an image with the error, there is no description on error, only error appear.


Regards,
Carlos Viveiros
by Carlos Viveiros
Wed Jan 29, 2014 11:49 pm
Forum: Flowcode V6
Topic: Problem wiht RS232
Replies: 2
Views: 2326

Problem wiht RS232

Hi,

I made a simple code, but i'm getting an error in RS232, can someone help me with it?


Regards,
Carlos Viveiros
by Carlos Viveiros
Tue Jan 21, 2014 10:51 pm
Forum: Flowcode V6
Topic: Sample Code Doesn't Fit on 16F877A
Replies: 2
Views: 2497

Re: Sample Code Doesn't Fit on 16F877A

Jan Lichtenbelt wrote:Dear Carlo,

There is one solution: Take a microchip with larger RAM
http://www.microchip.com/ParamChartSear ... &pageId=74

Kind regards

Jan Lichtenbelt
Yes. that is a solution, I already order a pic 18F4550 that have a 2K of RAM.

Thanks. :wink:
by Carlos Viveiros
Sun Jan 19, 2014 5:55 pm
Forum: Flowcode V6
Topic: Sample Code Doesn't Fit on 16F877A
Replies: 2
Views: 2497

Sample Code Doesn't Fit on 16F877A

Hello, I've downloaded a sample file from matrixmultimedia, to board EB023-02 with a simple webserver only for test, but program file always gave an error. Not enought free memory. RAM available:368 bytes, used:393 bytes (106.7%), free:-25 bytes (-6.7%), i have the pic that the program was made to w...
by Carlos Viveiros
Fri Jan 03, 2014 5:55 pm
Forum: Flowcode V6
Topic: Vnet on Flowcode V6
Replies: 15
Views: 8249

Re: Vnet on Flowcode V6

Hello Carlos, There is an injector component which is designed to replicate the previous vNet functionality. Unfortunately I wasn't able to provide a good level of testing for this so even though it exists I don't think it works properly quite yet. Hopefully this is something we can get fixed for t...
by Carlos Viveiros
Fri Jan 03, 2014 2:34 pm
Forum: Flowcode V6
Topic: Vnet on Flowcode V6
Replies: 15
Views: 8249

Re: Vnet on Flowcode V6

Hello Carlos, We decided to retire Vnet in Flowcode v6 (its not even included in the installer as far as i know). However we did add replacement components which should be able to simulate what you are trying to do in which could previously be done in Vnet. The "injector" components are likely repl...
by Carlos Viveiros
Thu Jan 02, 2014 4:49 pm
Forum: Flowcode V6
Topic: Vnet on Flowcode V6
Replies: 15
Views: 8249

Re: Vnet on Flowcode V6

Does anyone else tried working on Vnet of Flowcode V6?
by Carlos Viveiros
Tue Dec 31, 2013 9:53 pm
Forum: Flowcode V6
Topic: Vnet on Flowcode V6
Replies: 15
Views: 8249

Re: Vnet on Flowcode V6

Hello Martin. Yes, the program is workin, LCD is working, and you add a few thing, and parameters, everything works fine. But initial problem was transfering a byte from rs232 in an instance of flowcode, and transfering to another instance of flowcode. But you didn't add any Injector like Vnet to se...
by Carlos Viveiros
Tue Dec 31, 2013 8:19 pm
Forum: Flowcode V6
Topic: Vnet on Flowcode V6
Replies: 15
Views: 8249

Re: Vnet on Flowcode V6

First of all, tanks for helping me.

something is wrong with the file you made, i can't open. It keeps telling "Failed to open document. Atribute <start> is not found". :?
by Carlos Viveiros
Tue Dec 31, 2013 2:12 pm
Forum: Flowcode V6
Topic: Vnet on Flowcode V6
Replies: 15
Views: 8249

Re: Vnet on Flowcode V6

FlowCode V4 i create this way.

Flowcode V4 Works Fine.
by Carlos Viveiros
Tue Dec 31, 2013 2:00 pm
Forum: Flowcode V6
Topic: Vnet on Flowcode V6
Replies: 15
Views: 8249

Re: Vnet on Flowcode V6

Can't make it work either ... :(

in V4 the byte arrive in the other instance of flowcode with no problem. But in V6 i cant't make it arrive in receiver instance.
by Carlos Viveiros
Tue Dec 31, 2013 1:39 pm
Forum: Flowcode V6
Topic: Vnet on Flowcode V6
Replies: 15
Views: 8249

Re: Vnet on Flowcode V6

From Scratch.

I didn't even trie create on v5, save file and open on v6. that possibility didn't cross my mind. But i will trie right now. ;)
by Carlos Viveiros
Tue Dec 31, 2013 1:09 pm
Forum: Flowcode V6
Topic: Vnet on Flowcode V6
Replies: 15
Views: 8249

Vnet on Flowcode V6

Hello people, In previous versions of flowcode (v4, v5) the vnet server works fine. But now on Flowcode V6 i cant't make it run. Can someone help me with 2 (emitter and receiver) examples in flowcode v6? transmiting a single byte with rs232, running on same computer. emiting one byte in one instance...
by Carlos Viveiros
Sun Apr 22, 2012 8:08 pm
Forum: Flowcode V4
Topic: Digital Clock
Replies: 7
Views: 6397

Re: Digital Clock

Yes, i guess not ... :P
by Carlos Viveiros
Sun Apr 22, 2012 2:55 pm
Forum: Flowcode V4
Topic: Digital Clock
Replies: 7
Views: 6397

Re: Digital Clock

I normally use a 4 Mhz (4000000 Hz) Crystal

Here is an example of a very acurate time for digital clock. In this case, 50 Hz.
:)
by Carlos Viveiros
Fri Apr 20, 2012 10:44 pm
Forum: General Programming
Topic: Input Switch Problem
Replies: 20
Views: 11632

Re: Input Switch Problem

...one thing to note is if you look at the solution that wayne posted and the one i posted although mine wasnt what you needed it just illustrates slightly different placement of loops or other functions can make a small change to the way your firmware runs... Yes, I agree with you, and I appreciat...
by Carlos Viveiros
Fri Apr 20, 2012 9:42 pm
Forum: General Programming
Topic: Input Switch Problem
Replies: 20
Views: 11632

Re: Input Switch Problem

Hi Carlos, Try this the problem that i can see is that you dont read the status of the switchs when you are looping around a to a. And i have put a loop in so that when any button is pressed it only clocks up one count. Wayne You light me ... i solve the problem with based on your solution ... Chec...
by Carlos Viveiros
Fri Apr 20, 2012 9:31 pm
Forum: General Programming
Topic: Input Switch Problem
Replies: 20
Views: 11632

Re: Input Switch Problem

Hi Carlos, Try this the problem that i can see is that you dont read the status of the switchs when you are looping around a to a. And i have put a loop in so that when any button is pressed it only clocks up one count. Wayne Hello Wayne, But i have the same problem, once i still with the finger in...
by Carlos Viveiros
Thu Apr 19, 2012 10:15 pm
Forum: General Programming
Topic: Input Switch Problem
Replies: 20
Views: 11632

Re: Input Switch Problem

I built a Flowcode V4 version of the program...

I have the same problem on this version too ... :cry:
by Carlos Viveiros
Thu Apr 19, 2012 8:21 pm
Forum: General Programming
Topic: Input Switch Problem
Replies: 20
Views: 11632

Re: Input Switch Problem

Maybe i will reinstall my old flowcode v4 again and build the project again in that version of flowcode, and see if it works with flowcode 4, if work the problem must be form flowcode v5 .. :(
by Carlos Viveiros
Thu Apr 19, 2012 8:19 pm
Forum: General Programming
Topic: Input Switch Problem
Replies: 20
Views: 11632

Re: Input Switch Problem

Try this all i did was to add a loop to detect switch release and disabled the connection point,, try it if it does what you need try lowering the delays etc Hello dazz, Tanks for your post, but that solution doesn't work for me, in your solution the program stuck in that delay zone that you added ...
by Carlos Viveiros
Wed Apr 18, 2012 9:03 pm
Forum: General Programming
Topic: Input Switch Problem
Replies: 20
Views: 11632

Re: Input Switch Problem

Hi Carlos, Try this update. Hello Wayne, Yes, your update works at certain point, once again when i speed up the delay you put do 100 ms instead 200 ms the program start to fail. and you change my go to point to another place, place there i don't want it there. I want to press the button and the pr...
by Carlos Viveiros
Tue Apr 17, 2012 9:26 pm
Forum: General Programming
Topic: Input Switch Problem
Replies: 20
Views: 11632

Re: Input Switch Problem

Hi Try this :P Hope you fix your problem soon Hi wayne1971millard, tanks for helping... Indeed it works, basically you added a 1 second delay after decision INPUT > 0 ... And with 1 second it really work, but when i trie down that delay time, like 500 ms ou less the program start failing, sometimes...
by Carlos Viveiros
Tue Apr 17, 2012 5:44 pm
Forum: General Programming
Topic: Input Switch Problem
Replies: 20
Views: 11632

Re: Input Switch Problem

Hi, Yes I can mask input to A0-2 only, no problem, i only include the lcd for debuging, not for final project, bu is strange, when i disable the "go to" funcion it works fine, and macro "Conta" works fine too.. I will run more tests on macro "conta" too, to try get some light on my head.. And tanks ...
by Carlos Viveiros
Mon Apr 16, 2012 9:16 pm
Forum: General Programming
Topic: Input Switch Problem
Replies: 20
Views: 11632

Re: Input Switch Problem

Okey DavidA... I Understand what you said how to debug my program file... and i did it... and i disabeled and enabeled, and disabeled and enabeled again, and i found the problem, in an anex file, i resend to you the project again, with with a display like you did to me, and an image. The problem liv...