Search found 117 matches

by alanwms
Wed Sep 15, 2021 1:43 pm
Forum: General
Topic: PWM sequence of events
Replies: 4
Views: 2209

Re: PWM sequence of events

Thank you Ben.

That will be helpful indeed.
by alanwms
Thu Aug 19, 2021 12:05 am
Forum: Feature Requests
Topic: PWM.
Replies: 2
Views: 1775

PWM.

Ability to change duty cycle when the PWM component is disabled.
by alanwms
Tue Aug 17, 2021 2:39 pm
Forum: General
Topic: PWM sequence of events
Replies: 4
Views: 2209

Re: PWM sequence of events

Thanks for that - What I guessed.

There are advantages being able to change period regardless of enable status.
by alanwms
Mon Aug 16, 2021 9:33 pm
Forum: General
Topic: PWM sequence of events
Replies: 4
Views: 2209

PWM sequence of events

Is it possible to change duty cycle on a PWM channel when the component is disabled?
by alanwms
Tue Jun 22, 2021 2:27 am
Forum: Feature Requests
Topic: User software database
Replies: 8
Views: 4102

Re: User software database

Might be a good idea to have an area for that kind of open software/hardware.
by alanwms
Tue Jun 22, 2021 12:08 am
Forum: Bug Reports
Topic: Analog resolution?
Replies: 2
Views: 1558

Re: Analog resolution?

Yes - That's it. Works fine now. Thanks Ben.
by alanwms
Mon Jun 21, 2021 3:35 pm
Forum: Bug Reports
Topic: Analog resolution?
Replies: 2
Views: 1558

Analog resolution?

File converted from an earlier Flowcode is running on V9 with the help from @medelec35 (thank you) The converted file is working for me - A few hickupps, mainly for the analog inputs. I used to have a number in the program looking for <1500. Now that code only works with <500. I think I have conclud...
by alanwms
Wed May 05, 2021 6:10 pm
Forum: General
Topic: Timer Reading Value?
Replies: 5
Views: 2869

Re: Timer Reading Value?

Just insert an interrupt icon into the beginning of the program. The timer you use will dictate how often the interrupt happens. When the interrupt happens, the macro (of your choice) will be run. In that macro, you simply add +1 to a variable That's it. That accomplishes nothing except incrementing...
by alanwms
Wed Apr 28, 2021 2:22 pm
Forum: General
Topic: Timer Reading Value?
Replies: 5
Views: 2869

Re: Timer Reading Value?

Possibly use an interrupt for the timer, and increment a variable inside the interrupt. Then outside of the interrupt, simply test the variable for the value you are wishing to stop at.
by alanwms
Wed Apr 28, 2021 2:18 pm
Forum: General
Topic: Flash Eprom
Replies: 6
Views: 3299

Re: Flash Eprom

Thanks for that detail Martin!