Search found 50 matches

by astro1234
Sun May 07, 2017 3:02 pm
Forum: Flowcode V7
Topic: circuit diagram for the e-block093 (arduino uno shield)
Replies: 2
Views: 3060

Re: circuit diagram for the e-block093 (arduino uno shield)

Hi astro1234 There are a great many resources to be found in the 'Learning' center for many of the Flowcode modules. However, here is the data sheet that hopefuly explains what you require: The EB093 Arduino Sheild EB093 Aeduino Compatible Shield.pdf D-SUB Connectors D SUB Connector.pdf Hope to hel...
by astro1234
Sat May 06, 2017 4:59 pm
Forum: Flowcode V7
Topic: circuit diagram for the e-block093 (arduino uno shield)
Replies: 2
Views: 3060

circuit diagram for the e-block093 (arduino uno shield)

Is there a circuit diagram for the e-block093(arduino uno shield),
as i need to know which pins go to the outputs sockets.?
there is no diagram in the pdf file for this board.
Regards astro1234.
by astro1234
Thu May 04, 2017 2:33 pm
Forum: Flowcode V7
Topic: data recorder/scopeview pwm read out.
Replies: 2
Views: 2793

Re: data recorder/scopeview pwm read out.

Hello Astro, Are you trying this in simulation or are you using Ghost hardware and ICT? In simulation the PWM output is not currently simulated. We only have the PWM component itself which shows the waveform. We could try and generate the PWM waveform in simulation but the timing would likely be of...
by astro1234
Thu May 04, 2017 12:16 pm
Forum: Flowcode V7
Topic: Resolved/switch case looping?
Replies: 13
Views: 7873

Re: switch case looping?

Hi astro1234, Glad it's working for you. alternatively you don't need the loop variable. You could just set loop count as 20 I have attached a more efficient way with less icons for educational interest. I'm using bit manipulation: x = ((x << 1) & 15) << 1 just shift bits left by 1 which is a more ...
by astro1234
Thu May 04, 2017 11:56 am
Forum: Flowcode V7
Topic: data recorder/scopeview pwm read out.
Replies: 2
Views: 2793

data recorder/scopeview pwm read out.

Help,i am try to get a pwm read out on data recorder/scopeview using this flowchart, there does not seem to be any signal at all, am i using the scopeview correctly, also how come there no pdf files in the help menu ?. i know there is the wiki page , but i like to read about how flowcode works, by n...
by astro1234
Thu May 04, 2017 10:01 am
Forum: Flowcode V7
Topic: Read out on oscilloscope not working ?
Replies: 4
Views: 5194

Re: Read out on oscilloscope not working ?

This is my first post, i am using flowcode v7 latest updates. when running a simple program to flash a led on bport i am not seening any read out on the oscilloscope, the oscilloscope is visable and running, but no read out on the graph screen, am i missing something or is there a problem with the ...
by astro1234
Thu May 04, 2017 7:37 am
Forum: Flowcode V7
Topic: Resolved/switch case looping?
Replies: 13
Views: 7873

Re: switch case looping?

what i am trying to do is, put a switch icon in a loop which runs five times then the flowchart ends if that make sense Yes, The Flowchart is Switch_Case V3.fcfx which is one post above your latest reply. At the time of writing has not been downloaded yet. Switch_Case V2.fcfx was created in case yo...
by astro1234
Wed May 03, 2017 10:24 pm
Forum: Flowcode V7
Topic: Resolved/switch case looping?
Replies: 13
Views: 7873

Re: switch case looping?

Hi astro1234 Do you mean like the attached Flowchart? Martin Hello medelec35, well its different, but its not what i am after, if you put a led in a say a five loop routine, when the flowchart as completed the five loops the flowchart ends. when you run your flowchart the loop neven ends, it just k...
by astro1234
Wed May 03, 2017 6:33 pm
Forum: Flowcode V7
Topic: Resolved/switch case looping?
Replies: 13
Views: 7873

Re: switch case looping?

Hello Astro1234, what is red circle by the left side of the calculation icon used for , and how can i let the file run on its own with out using the step into icon. That is signifying a breakpoint. Simply right click the flowchart icon and from the menu you can switch off the breakpoint functionali...
by astro1234
Wed May 03, 2017 5:03 pm
Forum: Flowcode V7
Topic: Resolved/switch case looping?
Replies: 13
Views: 7873

Re: switch case looping?

Hi Try this use the simulator in single step mode and you will see the loop execute 5 times Thank you QMESAR for helping me out with the problem, just two questions, what is red circle by the left side of the calculation icon used for , and how can i let the file run on its own with out using the s...
by astro1234
Wed May 03, 2017 4:19 pm
Forum: Flowcode V7
Topic: Resolved/switch case looping?
Replies: 13
Views: 7873

Resolved/switch case looping?

Can some one please help me out with this file for flowcode v7. :? What i am trying to do is for the loop to go through the switch case five times then end, whats happening is the four leds light up when going through the switch case then ending, with out going back to the loop again. being trying v...
by astro1234
Wed Apr 26, 2017 1:17 pm
Forum: Flowcode V7
Topic: Help in using the key pad F/C V7 ?
Replies: 4
Views: 3565

Re: Help in using the key pad F/C V7 ?

Benj wrote:Here you go,
KEY_PAD_02.fcfx
Thank you so much Benj for the file, thats a big help for me. :D
Regards astro1234.
by astro1234
Wed Apr 26, 2017 12:27 pm
Forum: Flowcode V7
Topic: Help in using the key pad F/C V7 ?
Replies: 4
Views: 3565

Re: Help in using the key pad F/C V7 ?

Hello Astro1234, Yes this should be easy enough. all you have to do is collect the number from the keypad and then shift 1 by the number. output = 1 << number You might have to subtract 1 from number otherwise this will light LED 1 when number is equal to 0, LED 4 when number is equal to 3. for exa...
by astro1234
Wed Apr 26, 2017 11:47 am
Forum: Flowcode V7
Topic: Help in using the key pad F/C V7 ?
Replies: 4
Views: 3565

Help in using the key pad F/C V7 ?

Hi i looking for some advice on using the key pad. when i enter a key press, that number in binary is output to the leds. what i need to learn is for example if i press the number three,just the third led comes on in decimal, and not binary,can this be done using F/C V7 ? Thanks for looking Regards ...
by astro1234
Fri Apr 21, 2017 12:40 pm
Forum: Flowcode V7
Topic: flowcode licences ?
Replies: 4
Views: 3946

Re: flowcode licences ?

i cannot get it to happen again,strange, panic over :D
Thanks for the quick reply.
Regards astro1234
by astro1234
Fri Apr 21, 2017 12:09 pm
Forum: Flowcode V7
Topic: flowcode licences ?
Replies: 4
Views: 3946

flowcode licences ?

Wow just had shock when running flowcode v7, a have a icon on the quick start bar in windows v10 pro,(click once to run file) and by accident i clicked the icon twice, so two version of flowcode started to run, when i checked my licences none of my chipacks where registered (which is all of the pack...
by astro1234
Fri Apr 21, 2017 9:49 am
Forum: Flowcode V7
Topic: Program crash
Replies: 2
Views: 3036

Re: Program crash

just tried that my self, and flowcode v7 does indeed crash. :(
regards astro1234
by astro1234
Mon Apr 17, 2017 9:08 am
Forum: Flowcode V7
Topic: xc16 settings in flowcode v7. ?
Replies: 2
Views: 2549

Re: xc16 settings in flowcode v7. ?

Thank you for the info, :D
will give it ago .
Regards astro1234
by astro1234
Sun Apr 16, 2017 3:41 pm
Forum: Flowcode V7
Topic: xc16 settings in flowcode v7. ?
Replies: 2
Views: 2549

xc16 settings in flowcode v7. ?

I use the XC16 compiler for some of my projects, so can i use xc16 in Flowcode v7 standard,
is so what settings do i need to set up in the compiler setup.
thanks for looking.
Regards astro1234.
by astro1234
Fri Apr 14, 2017 7:44 pm
Forum: Flowcode V7
Topic: RESOLVED Help please with stepper file.
Replies: 7
Views: 5047

Re: Help please with stepper file.

is the value 4 and 8 seen as a binary number the 4 and 8 is not the binary number but the decimal equivalent of the binary number of your PORTB which you read the SW inputs We can think of each pin on an IO port as a single bit in an 8-bit binary number,as the PORT is 8 bit wide and starting from l...
by astro1234
Fri Apr 14, 2017 5:50 pm
Forum: Flowcode V7
Topic: RESOLVED Help please with stepper file.
Replies: 7
Views: 5047

Re: Help please with stepper file.

QMESAR wrote:you are welcome :D
The important thing here is not that it the wrong setting, however that you understood how we get to value 4 and 8 for SW3 and SW4 :D
is the value 4 and 8 seen as a binary number,? because i see in the props/switch boxes 1,2,4,8 are used. :?:
Regards astro1234
by astro1234
Fri Apr 14, 2017 4:39 pm
Forum: Flowcode V7
Topic: RESOLVED Help please with stepper file.
Replies: 7
Views: 5047

Re: Help please with stepper file.

Hi Attached your corrected Flowchart, However I did it in away that you can see what I did but there are many better ways to do than what you are doing now but first learn as you are doing now and later you can improve your style good luck and enjoy :D thank you QMESAR for your help, i see that i s...
by astro1234
Fri Apr 14, 2017 2:20 pm
Forum: Bug reports
Topic: Resize font in text box .bug ?
Replies: 0
Views: 6721

Resize font in text box .bug ?

Is this a bug in Flowcode v7.? When using the Textbox from the shape menu.
The font will not resize when i try to increase/decrease the text.

System win10 pro (latest updates)
flowcode v7 standard (latest updates)
Regards Astro1234
by astro1234
Fri Apr 14, 2017 1:08 pm
Forum: Flowcode V7
Topic: RESOLVED Help please with stepper file.
Replies: 7
Views: 5047

RESOLVED Help please with stepper file.

Can some kind person please look at this flowcode file for me, stepper number 2 will not move for/rev using sw3/sw4. Stepper 1 works ok, as i am new to flowcode i am looking for some help with the file. Also i now have 5 keys for flowcode v7, because of purchasing more chip packs (Thanks Matrix for ...
by astro1234
Mon Apr 10, 2017 1:06 pm
Forum: Flowcode V7
Topic: Read out on oscilloscope not working ?
Replies: 4
Views: 5194

Read out on oscilloscope not working ?

This is my first post, i am using flowcode v7 latest updates. when running a simple program to flash a led on bport i am not seening any read out on the oscilloscope, the oscilloscope is visable and running, but no read out on the graph screen, am i missing something or is there a problem with the s...