Search found 1354 matches

by medelec35
Wed Mar 03, 2021 12:09 pm
Forum: Bug Reports
Topic: RadioButton rev4/5 fatal exception
Replies: 6
Views: 3299

Re: RadioButton rev4/5 fatal exception

Hi Stefan,
Yes, the radio button should work in App Developer.
by medelec35
Thu Feb 25, 2021 10:26 pm
Forum: General
Topic: Avr Compiler Toolchain problem
Replies: 13
Views: 6963

Re: Avr Compiler Toolchain problem

If you select View ribbon, Global settings.
Look at the Locations Tab
What path have you got for AVR?
by medelec35
Thu Feb 25, 2021 10:27 am
Forum: General
Topic: Flowcode 9 and Microchip\xc8\v2.30 Parameter
Replies: 2
Views: 2004

Re: Flowcode 9 and Microchip\xc8\v2.30 Parameter

When you download XC8 tool chain from here It is version 2.10 The settings for the compiler is Location: $(compilerpic)batch\pic_xc8_comp.bat Parameters: $(chip) "$(outdir)" "$(target)" I have questioned if the batch file is correct , so will leave that up to you if you want to modify it or not On t...
by medelec35
Wed Feb 24, 2021 4:11 pm
Forum: Projects - Embedded
Topic: TIM the talking clock...
Replies: 7
Views: 4752

Re: TIM the talking clock...

Hi Martin, What a great project idea! Another is that using the timer component seemed to mess up the software UART I used (this makes testing much simpler!) There is a nice solution to that. I had that issue, So I asked Ben If he could create a software timer interrupt version: UART Using Timer Int...
by medelec35
Tue Feb 23, 2021 12:27 pm
Forum: General
Topic: Constants Visibility
Replies: 16
Views: 7584

Re: Constants Visibility

Even though Bytes is not there, I belive you can still use bytes in your flowchart but just use intergers within properties.
Would a drop down list be better option?
by medelec35
Tue Feb 23, 2021 9:31 am
Forum: General
Topic: Constants Visibility
Replies: 16
Views: 7584

Re: Constants Visibility

Hi, What about adding it in properties? Properties1.png You just select Fixed list of ints for the properties type. Properties2.png As soon as a property selected, the Property in the EV part is automatically accessed. Properties3.png So you will just need to enalbe it. Of course that will only work...
by medelec35
Sat Feb 20, 2021 12:07 am
Forum: Bug Reports
Topic: time runs very fast
Replies: 4
Views: 2674

Re: time runs very fast

It depends if you are referring to simulation or hardware.
If simulation then it will run fast and I can help you further with that.
If hardware then if you post your flowchart then I can see if I can help you further.
by medelec35
Wed Feb 17, 2021 9:14 pm
Forum: General
Topic: Pin!
Replies: 2
Views: 1832

Re: Pin!

That is use during a simulation secession.
The values near the pins will show you the status of the output pins.
You can also click on the <> to change the state of the pin.
You can't do that if the simulator is not running:
Digital Pins.png
Digital Pins.png (57.53 KiB) Viewed 1826 times
by medelec35
Tue Feb 16, 2021 11:22 pm
Forum: App Developer
Topic: Saving user properties
Replies: 4
Views: 3400

Re: Saving user properties

Thanks Ben, another excellent video.
This will come in very handy for my projects.
by medelec35
Mon Feb 15, 2021 10:32 am
Forum: General
Topic: Component Export with Scada
Replies: 5
Views: 2977

Re: Component Export with Scada

Hi Peter, What I posted applies to when using an Arduino UNO as a slave being controller via the App developer. when using the Deploy as a Flowcode APP. When running the deployed app, anything that was added to the the Invisible components window, won't be seen on the panel. When you shown remove th...