Search found 2144 matches

by medelec35
Sat Aug 08, 2026 9:54 pm
Forum: General
Topic: Switch array
Replies: 6
Views: 85

Re: Switch array

I thought of way of adding an additional Normal/Reverse property to the switch array compomponent, if you are interested?
by medelec35
Sat Aug 08, 2026 9:19 pm
Forum: General
Topic: Switch array
Replies: 6
Views: 85

Re: Switch array

Hi Bob.
I have noticed that the wiki source is out of date.
Therefore I have modified the latest version from a different source rather than explaining.
I would suggest adding the attached component to your own custom folder by following this wiki page

Note:
Instead of replacing, I have modified ...
by medelec35
Sat Aug 08, 2026 12:43 pm
Forum: General
Topic: Switch array
Replies: 6
Views: 85

Re: Switch array

Hi Bob.
If it something you really want, then I can explain step by step how to modify the switch array component to reverse switches so its left = port A 0 etc.
by medelec35
Wed Aug 05, 2026 11:28 am
Forum: Feature Requests
Topic: Rotary switch
Replies: 19
Views: 405

Re: Rotary switch

There is one other thing I should mention.
Flowcode automatically uses the latest component version.
Therefore if you have the same component in two different locations, the the location with the latest version will be used.
I mentioned this because when the official switch is updated and you ...
by medelec35
Wed Aug 05, 2026 9:01 am
Forum: Feature Requests
Topic: Rotary switch
Replies: 19
Views: 405

Re: Rotary switch

Hi Bob.
Best advice is to follow what Steve said & download the modified component and place it in a directory for any custom components.
For example I save custom components within a directory I added called D:\Flowcode Non standard Components.
I then add the directory within File > Global Settings ...
by medelec35
Sat Aug 01, 2026 2:14 pm
Forum: Tips & Tricks
Topic: So Obvious.......
Replies: 27
Views: 4708

Re: So Obvious.......

Hi Iain.
Thanks you for tanking us on your journey.
I have read your posts with interest and I'm sure others have as well
by medelec35
Sat Aug 01, 2026 2:12 pm
Forum: Feature Requests
Topic: Rotary switch
Replies: 19
Views: 405

Re: Rotary switch

Hi Bob.
So rather than parallel switches, you require individual switches i.e. one switch per pin?
Therefore 0 to 15 will require two full ports (B and C) for example?
If I have got it wrong, can you explain the function you have in mind.
by medelec35
Sat Aug 01, 2026 1:21 am
Forum: General
Topic: Question regarding the switch function, and a thought
Replies: 4
Views: 455

Re: Question regarding the switch function, and a thought

You will required something on each of the Switch function branches to determine if code is working or not.
If you post your fcfx project file, I can have a look at it for you
by medelec35
Fri Jul 31, 2026 4:49 pm
Forum: Tips & Tricks
Topic: Flowcode 11 Serial In Circuit Debug (ICD)
Replies: 5
Views: 4134

Re: Flowcode 11 Serial In Circuit Debug (ICD)

I have a SparkFun RedBoard and thought I'd try out ICD on it.

After modifying the fcdx, it works brilliantly — highly recommend giving ICD a go if you haven't tried it before. It's great being able to single-step and watch ADC variables update live as you turn a hardware pot.

If you have a ...
by medelec35
Wed Jul 29, 2026 5:47 pm
Forum: General
Topic: Question regarding the switch function, and a thought
Replies: 4
Views: 455

Re: Question regarding the switch function, and a thought

Would the attached example work for you?
You can use single string chars for the switch function.