Disable Interrupt ????

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 2 and 3.

Moderators: Benj, Mods

Post Reply
ksor
Posts: 126
Joined: Mon Oct 23, 2006 3:50 pm
Contact:

Disable Interrupt ????

Post by ksor »

How can I disable an interrupt by pushing a push-button ?

When you define an interrupt, you can ENABLE it by clicking a radio-button - how can I in a calculate box DISABLE this interrupt - something like:

InterruptName.Enabled=0

and maybe later ENABLE the interrupt again by something like

InterruptName.Enabled=1
Best regards
KSor, Denmark

User avatar
Benj
Matrix Staff
Posts: 15312
Joined: Mon Oct 16, 2006 10:48 am
Location: Matrix TS Ltd
Has thanked: 4803 times
Been thanked: 4314 times
Contact:

Re: Disable Interrupt ????

Post by Benj »

Hello Ksor

You should be able to do something like this.
Attachments
Interrupt_En_Dis.fcf
(7 KiB) Downloaded 293 times

ksor
Posts: 126
Joined: Mon Oct 23, 2006 3:50 pm
Contact:

Re: Disable Interrupt ????

Post by ksor »

Hi Benj

It's working fine in the simulator - thanks !

Now I'll try it in "real life" !
Best regards
KSor, Denmark

Post Reply