setting up flowcode 9.. internally..??

For general Flowcode discussion that does not belong in the other sections.
Post Reply
Lambra
Posts: 11
http://meble-kuchenne.info.pl
Joined: Thu Nov 24, 2022 11:55 pm
Been thanked: 1 time

setting up flowcode 9.. internally..??

Post 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...

medelec35
Matrix Staff
Posts: 1924
Joined: Wed Dec 02, 2020 11:07 pm
Has thanked: 623 times
Been thanked: 645 times

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

Post 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.
Martin

Lambra
Posts: 11
Joined: Thu Nov 24, 2022 11:55 pm
Been thanked: 1 time

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

Post 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...

BenR
Matrix Staff
Posts: 1926
Joined: Mon Dec 07, 2020 10:06 am
Has thanked: 503 times
Been thanked: 686 times

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

Post 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.

mnfisher
Valued Contributor
Posts: 1466
Joined: Wed Dec 09, 2020 9:37 pm
Has thanked: 136 times
Been thanked: 713 times

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

Post 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

Post Reply