Search found 17 matches

by Jayadev
Tue Mar 01, 2016 8:18 am
Forum: Flowcode V6
Topic: Learner PIC
Replies: 31
Views: 19854

Re: Learner PIC

Hi Benj,

Thank you so Much ,That was highly informative and helpful.Finally I understood Modulus.

Rgds
by Jayadev
Mon Feb 29, 2016 4:31 pm
Forum: Flowcode V6
Topic: Learner PIC
Replies: 31
Views: 19854

Re: Learner PIC

Hi Medelec, Jayadev wrote: How do we send MSB or LSB of a Data first. How is this done through Flowcode? For what reason? Can you give more details on why you need to do this? I have noticed in some Datasheets, the i2c communication some Manufacturers specifically stating LSB or MSB to be sent first...
by Jayadev
Fri Feb 26, 2016 3:53 pm
Forum: Flowcode V6
Topic: Learner PIC
Replies: 31
Views: 19854

Re: Learner PIC

How do we send MSB or LSB of a Data first.
How is this done through Flowcode?
by Jayadev
Fri Feb 19, 2016 2:35 pm
Forum: Flowcode V6
Topic: Learner PIC
Replies: 31
Views: 19854

Re: Learner PIC

Thanks again Medelec, I missed the " " quotes hence it wasn't working,I thought it was only needed in C. DisplayVolt = ADC_Value * 2; volt[0] = DisplayVolt/1000 + 48; volt[1] = (DisplayVolt/100)%10 + 48; volt[3] = (DisplayVolt/10)%10 + 48; What does the Percent sign mean,From internet I realize it i...
by Jayadev
Tue Feb 16, 2016 5:51 pm
Forum: Flowcode V6
Topic: Learner PIC
Replies: 31
Views: 19854

Re: Learner PIC

Hi Medelec, Apologies for being so naive. I am supposed to go through lot of example files before asking questions but being such a newbie I am finding it difficult to move ahead. I have have a few doubts. 1.As per the flowchart I thought the counter would reset after 255 but it doesnt.it seems to b...
by Jayadev
Sun Feb 14, 2016 1:24 pm
Forum: Flowcode V6
Topic: Learner PIC
Replies: 31
Views: 19854

Re: Learner PIC

medelec35 wrote:If you post your flowchart I will take a look.
I just downloaded Quad enc test file "http://www.matrixtsl.com/wiki/index.php ... General%29"

ANd tried to add the encdoer but it would not move.
by Jayadev
Sun Feb 14, 2016 12:22 pm
Forum: Flowcode V6
Topic: Learner PIC
Replies: 31
Views: 19854

Re: Learner PIC

medelec35 wrote:Only when flowcode simulator is running you can click the red arrows to move in the direction arrows show.
Keep mouse button down for continuous movement.
I did that way but it does not move. Is it due to my code is not right?
by Jayadev
Sun Feb 14, 2016 10:37 am
Forum: Flowcode V6
Topic: Learner PIC
Replies: 31
Views: 19854

Re: Learner PIC

Hi Medelec, Thank you for above explanation. I am trying to use a rotary encorder in place of the toggle switches so that whichever side the Encoder is rotated that side led glows,but the output from an encoder is bit complex compared to toggle switches. Also I am unable to rotate the encoder in sim...
by Jayadev
Sat Feb 13, 2016 10:06 am
Forum: Flowcode V6
Topic: Learner PIC
Replies: 31
Views: 19854

Re: Learner PIC

Hello Medelec, Thank you quick response. The <<3 (shift three places to the left) just shift the bits 3 places to the left because the i/p is the first 3 bits and the output is from bit 4 to bit 7 Does this 1-7 'bit' means pinout for the ports which is not as straight as I think or something more pl...
by Jayadev
Fri Feb 12, 2016 9:23 pm
Forum: Flowcode V6
Topic: Learner PIC
Replies: 31
Views: 19854

Re: Learner PIC

Modified Flowchart to use 3 bool variables for the 3 outputs. Still only using a single byte to store individual bool values within EEPROM Just saves EEPROM space. Martin Hi Medelec, Due to some unavoidable reasons my study of programming completely halted. But I am back to it again and I will stic...
by Jayadev
Tue Mar 17, 2015 5:01 pm
Forum: Flowcode V6
Topic: Learner PIC
Replies: 31
Views: 19854

Re: Learner PIC

Hi Jay, What problem are you having with adding switches? Can you give more details please. I went to the Inputs menu, selected switch and add to dashboard panel and switch was placed in the dashboard panel OK: Adding sw.png Hi Martin, I have added the switch to panel but I am unable to get the bis...
by Jayadev
Sat Mar 14, 2015 7:53 pm
Forum: Flowcode V6
Topic: Learner PIC
Replies: 31
Views: 19854

Re: Learner PIC

Hi Martin,

I am trying to add another switch ,but somehow it doesn't seems to work for me.I am sure I am missing something .Please help
PFA.
by Jayadev
Thu Mar 12, 2015 10:22 am
Forum: Flowcode V6
Topic: Learner PIC
Replies: 31
Views: 19854

Re: Learner PIC

Hi Jay, welcome to the forums and the world of flowcode. Yes you have posted in the right place for help :) I have attached how I personally create a flowchart to toggle an output for a momentary switch. I would recommend taking a look at the Learning Centre I would also suggest following the link ...
by Jayadev
Thu Mar 12, 2015 10:13 am
Forum: Flowcode V6
Topic: Learner PIC
Replies: 31
Views: 19854

Re: Learner PIC

Hi Medelec,
Thank you for your support.
Yes you are right there is some limitations but I am going through videos and trying to learn.Without having much of programming skills and all by myself I am on a bit of hard road . I will be in touch here.
by Jayadev
Sat Jan 31, 2015 12:40 pm
Forum: Flowcode V6
Topic: Learner PIC
Replies: 31
Views: 19854

Re: Learner PIC

What is cost of Flowcode for beginner like me? I am from India.I did not find merchandise link in matrix website.
It looks like my demo V6 will expire within a few days.Will I still be able to continue using it for learning/programming purpose for my basic projects ?
by Jayadev
Fri Jan 30, 2015 9:36 pm
Forum: Flowcode V6
Topic: Learner PIC
Replies: 31
Views: 19854

Re: Learner PIC

Thank you very much martin I am going through the learning centre as of now.Will come back

Regards
by Jayadev
Fri Jan 30, 2015 1:10 pm
Forum: Flowcode V6
Topic: Learner PIC
Replies: 31
Views: 19854

Learner PIC

Hello everybody, I am Jay, a beginner in embedded programming and I have no idea of any other programming language.I came across this amazing tool flowcode through youtube . I expect to build some basic circuits and at first and learn.I have good skills in Analogue and linear electronics. I have som...