Search found 15 matches

by Billduck1302
Wed Aug 20, 2025 11:45 pm
Forum: General
Topic: Simple switch statement
Replies: 2
Views: 316

Simple switch statement

What am I doing wrong? I call a subroutine with a switch statement.
It has a local variable ".Count". The switch statement uses ".Count" to go between branches.
But it is not switching, while the .Count increments.
The program is attached.
by Billduck1302
Sun Mar 30, 2025 12:49 am
Forum: General
Topic: Simple Program - Want to get state of some switches.
Replies: 3
Views: 1813

Re: Simple Program - Want to get state of some switches.

I will add that !(Variable) works but not NOT(Variable)
by Billduck1302
Sat Mar 29, 2025 11:33 pm
Forum: General
Topic: Simple Program - Want to get state of some switches.
Replies: 3
Views: 1813

Simple Program - Want to get state of some switches.

It does not recognise a Boolean NOT DG. When I fix it, with a space, it reverts to NOTDG, and as such, thinks it is a variable. It sees the same error when I step thru it with F8. I may be asleep at the wheel.
Thanks in advance.
by Billduck1302
Fri Feb 21, 2025 7:53 pm
Forum: General
Topic: Error in FC 10 when requesting an input
Replies: 2
Views: 1081

Re: Error in FC 10 when requesting an input

I think I see now. I can not create a float variable. Ir should be an Int variable
by Billduck1302
Fri Feb 21, 2025 7:46 pm
Forum: General
Topic: Error in FC 10 when requesting an input
Replies: 2
Views: 1081

Error in FC 10 when requesting an input

I created a float variable. And requested an "Input", on an UNO, for AN1. Tried it on FC V9 and V10.
When I assign the input to the Float variable, the error message is
Can not convert to type " .
Any suggestions? I have included the FV V9 Program.
by Billduck1302
Wed Jan 29, 2025 6:53 pm
Forum: General
Topic: Multiplexer,16->1 or 1->16, Not working, MEGA_2560_R3
Replies: 0
Views: 2826

Multiplexer,16->1 or 1->16, Not working, MEGA_2560_R3

I want to turn on/blink 16 LED's, so I am using a bidirectional Multiplexer. The choice of which of 16 outputs is controlled by a 4 bit word sent to pins on the MUX. And an Enable which goes low, to send 5 V to the LED chosen. The results are not correct. I have hooked up a 4 X switch, to the MUX, a...
by Billduck1302
Thu Jan 23, 2025 8:23 pm
Forum: General
Topic: Debug / simulation
Replies: 3
Views: 1167

Debug / simulation

A simple program "Hello World" that runs fine on a Mega or UNO.
But when I use the FC V10 Debug / Run, the screen as shown in an attachment comes up.
Am I pushing the incorrect button?
by Billduck1302
Mon Dec 16, 2024 9:18 pm
Forum: Bug Reports
Topic: Compile error for a do nothing program
Replies: 13
Views: 10195

Re: Compile error for a do nothing program

So I did D/L FC 10 to a new Laptop. Then I checked library files updated, and there was an update for the gLCD. Then the problem went away. That is, I was able yo compile to HEX. Thanks Matrix!! But now I need to enter my License number.
by Billduck1302
Mon Dec 16, 2024 12:48 am
Forum: Bug Reports
Topic: Compile error for a do nothing program
Replies: 13
Views: 10195

Re: Compile error for a do nothing program

Good point. Thanks
by Billduck1302
Sat Dec 14, 2024 10:56 pm
Forum: Bug Reports
Topic: Compile error for a do nothing program
Replies: 13
Views: 10195

Re: Compile error for a do nothing program

The gLCD has worked for me many times in the past. Questions: 1. If you can identify the font error, is there a way to correct and save it. 2. Since I have used it in the past, I wonder if the library file was mistakenly modified. Skall I report it to Alfie? 3. I suppose I could look for another gLC...