Search found 31 matches

by Dutchie_World_Wide
Fri Aug 06, 2010 7:49 pm
Forum: Flowcode V4
Topic: Error: missing right paren
Replies: 3
Views: 2810

Error: missing right paren

Hi guys, I am trying to get comfortable with the strings and random functions. But when I "Compile to Chip" I get the following errors. Random+String-Right.c(558): error: missing right paren Random+String-Right.c(558): error: missing semicolon Random+String-Right.c(558): error: missing right paren R...
by Dutchie_World_Wide
Sat Jul 31, 2010 8:25 pm
Forum: Flowcode V4
Topic: ADC input reading on LCD without flicker
Replies: 6
Views: 4188

Re: ADC input reading on LCD without flicker

Hello Fotios, My upload is pretty much the same as the one from Wayne Millard. Accept that I change the positions of the VOLUME_SCAN you write to the display, if the VOLUME_SCAN gets smaller then 100 or smaller then 10. This way if the number gets smaller then 100 or 10, the number written to the di...
by Dutchie_World_Wide
Mon Jul 26, 2010 1:09 am
Forum: E-blocks
Topic: Beginners Error?
Replies: 13
Views: 12244

Re: Beginners Error?

Thank you, I think my PLC background has helped me allot, Step7 for Siemens PLC is not much different then Flowcode. Although it's a bigger program with more options. And you don't have to think about writing a function twice or more times in a program if you want to continue using it while the prog...
by Dutchie_World_Wide
Sun Jul 25, 2010 8:13 am
Forum: E-blocks
Topic: Beginners Error?
Replies: 13
Views: 12244

Re: Beginners Error?

Hi Medelec, You are 1 step further then I am :lol: http://www.youtube.com/watch?v=9Nx_1O3uWK4 I'll download your program and see how you did it. I gotta say; ones you get the hang off it, it gets addictive. You wanna put more and more features in it. Now I'm gonna study your program, it's always nic...
by Dutchie_World_Wide
Sun Jul 25, 2010 2:12 am
Forum: E-blocks
Topic: Beginners Error?
Replies: 13
Views: 12244

Re: Beginners Error?

Hi Medelec35, I uploaded it to the board, and problem solved. I noticed the changes you made, including the: (Hours_Single>=4) AND (Hours_Tens >1) I guess i have to get out of PLC thinking and use the IF functions a bit better. Thanks for that So if i understand this right, i can not use more then 6...
by Dutchie_World_Wide
Sat Jul 24, 2010 10:50 am
Forum: E-blocks
Topic: Beginners Error?
Replies: 13
Views: 12244

Beginners Error?

Hi guys, Received my flow code last week and started writing project almost immediately. I have to say that writing programs with flow code is a lot easier then i anticipated. I wrote a program for a clock with keypad and 2 push buttons. The idea of the program is: The 2 push buttons are "HOURS" and...