Page 1 of 2
App Builder Interrupt problem
Posted: Mon Mar 22, 2021 10:29 am
by wayne_millard
Hi Team,
Since i had the problem of not being able to open the project i now have a problem that the interrupt does not have a clock frequency.
How can i fix this i have tried the following.
1. delete the interrupt icon and replace.
2. unistall flowcode v9 and reistall.
but still not working.

- 2021_03_22_10_27_39_Greenshot.png (205.46 KiB) Viewed 8741 times
Thanks,
Wayne M
Re: App Builder Interrupt problem
Posted: Mon Mar 22, 2021 10:36 am
by BenR
Hi Wayne,
Hopefully I have solved the problem for you in your othr topic.
Basically the path to the App Developer "target" definition file somehow got corrupted or changed.
from target='SCADA.SCADA.GENERIC'
to target='..GENERIC'
The definitions deal with things like available interrupts and could explain the new bug you are seeing.
Re: App Builder Interrupt problem
Posted: Mon Mar 22, 2021 10:54 am
by wayne_millard
Hi Benj,
Thanks for the file fix but still have problem with the interrupt having no clock frequency.
Thanks,
Wayne M
Re: App Builder Interrupt problem
Posted: Mon Mar 22, 2021 1:41 pm
by medelec35
Hi Wayne, just curious to what the interrupt frequency you are interested in?
E.g. are you interested in a second (or even milliseconds) time interrupt?
Re: App Builder Interrupt problem
Posted: Mon Mar 22, 2021 1:44 pm
by wayne_millard
Hi Martin,
Yes 1 second is what i want. before it went all wrong it have a clock frequence that the interrupt worked from but have a frequency of 0hz now.
wayne
Re: App Builder Interrupt problem
Posted: Mon Mar 22, 2021 2:02 pm
by medelec35
In that case you don't really want to use the interrupt.
Use the Timed Event Trigger instead.
I was really amazed at the accuracy!
Much better than interrupt.
I Ran it and compared with a stopwatch.
It was still spot on to the second an hour later.
It's easy to set up for 1 second intervals:

- Timed Event Trigger.png (17.9 KiB) Viewed 8719 times
Re: App Builder Interrupt problem
Posted: Mon Mar 22, 2021 4:46 pm
by wayne_millard
Hi Martin,
I do not see what you have on your event timer.
what am i doing wrong?

- event timer.png (183.45 KiB) Viewed 8708 times
Thanks,
Wayne M
Re: App Builder Interrupt problem
Posted: Mon Mar 22, 2021 6:20 pm
by medelec35
Hi Wayne,
What I have posted is within the component properties.
right-click the component on the panel & select properties.
That is how you set up the time the event triggers in.
You don't require Period of the component, only start is required.
Re: App Builder Interrupt problem
Posted: Tue Nov 02, 2021 8:58 pm
by Osta
Hi Martin,
Controller PIC12F683. All settings went over but does not work!
Re: App Builder Interrupt problem
Posted: Tue Nov 02, 2021 9:07 pm
by medelec35
If you post your flowchart,
I will take a look at it for you.