Search found 4 matches

by sdwx72
Sat Dec 16, 2006 8:58 am
Forum: Flowcode V2 & V3
Topic: Loop control varibles
Replies: 1
Views: 3443

Loop control varibles

Im just wondering if its posible to be able to control a loop with a switch input using a single bit assignment. What I want to do is have a switch input that calls a loop to execute ONLY while the switch is depressed...once i release the switch id like the loop to stop. is this possible? any help w...
by sdwx72
Sun Dec 03, 2006 12:54 am
Forum: Flowcode V2 & V3
Topic: Decimal points
Replies: 1
Views: 2913

Decimal points

Hello,

How can I get .25 - .20 = .05 to display on the LCD screen?

What I mean is, the numbers displayed with the decimal point on the LCD after a calculation is made and asked to be displayed.

Many thanks.
by sdwx72
Fri Dec 01, 2006 9:52 am
Forum: Flowcode V2 & V3
Topic: LCD issues?
Replies: 2
Views: 3393

Many thanks. =)

Ill give it shot. =)
by sdwx72
Fri Dec 01, 2006 7:57 am
Forum: Flowcode V2 & V3
Topic: LCD issues?
Replies: 2
Views: 3393

LCD issues?

Hello, Im having a problem with numbers displaying correctly on the 2x16 LCD display. The problem is that when I make a simple program to display a number like 10 when I push a switch it displays a 10. But when I set the input to display a number like 25 it displays the number 25 but when i release ...