Page 1 of 1

setting up flowcode 9.. internally..??

Posted: Mon Dec 19, 2022 10:44 pm
by Lambra
Hello folks.. okay - so I see in flowcode 8 - when I put comments into my flowchart.. the comments are totally displayed... HOWEVER .. in flowcode 9... the comments - become 'shortened'... which is VERY ANNOYING to me... as I need to be able to read the comments - in FULL VIEW....!!
HOW DO I PLEASE..??? setup flowcode 9 - somewhere... so that the comments are displayed in total... all the time...????

It must be somewhere - in flowcode 9 that one does that.. BUT ... OH ...?? where do I find that.. please..???

Kindest Regards
Lambra...

Re: setting up flowcode 9.. internally..??

Posted: Mon Dec 19, 2022 11:17 pm
by medelec35
Hello Lambra.
If you go to view >> Global options >> Flowchart tab.
Make sure Limit annotation size for all icons & Limit annotation size for new icons are unchecked.

Re: setting up flowcode 9.. internally..??

Posted: Fri Feb 03, 2023 6:02 am
by Lambra
thanking you very much Martin... I will try that.. AND any fortune.. that you might .. know how to 'simulate' an INTERRUPT trgger ..??? so I have a small program that needs somehow to .. like get an interrupt ... BUT... then how do I setup flowcode .. so that .. I can .. get a 'signal'.. or whatever onto the INT pin .. so that the program can simulate the interrupt loop.. please.?? thanks Martin...

Re: setting up flowcode 9.. internally..??

Posted: Fri Feb 03, 2023 9:51 am
by BenR
Hello,
know how to 'simulate' an INTERRUPT trgger
What about a switch? this should allow you to set the state of a pin and should trigger an interrupt that's monitoring the state of the pin.

Re: setting up flowcode 9.. internally..??

Posted: Fri Feb 03, 2023 10:48 am
by mnfisher
You can also toggle a pin in code or through the 'viewer' - there is a bit on the thread about simulation too(I think this is the correct thread) - where we use a pin toggle to simulate the decode = FC it's very good with this type of thing..

Martin