Printing all flowcodes

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 5.
To post in this forum you must have a registered copy of Flowcode 5 or higher.

Moderator: Benj

Post Reply
User avatar
Jan Lichtenbelt
Posts: 797
Joined: Tue Feb 17, 2009 8:35 pm
Location: Haren GN, the Netherlands
Has thanked: 128 times
Been thanked: 264 times
Contact:

Printing all flowcodes

Post by Jan Lichtenbelt »

Controlling a Flowcode program, I wanted a printout of all flowcodes. That means not a 'picture' of the flowcode, but a real print-out with all statements and equations as is (not trunctated).

Is that possible??

Kind regrads

Jan Lichtenbelt
------------------

Not this:
1.jpg
1.jpg (15.42 KiB) Viewed 3424 times
but this:
...............
.MovingAve = RC_Time_on // max 7 msec pulse time!!!!
.MovingAve = .MovingAve << 3 // scale to maximum integer number
.Period_MA = temp
.Period_MA = .Period_MA << 2 // scale to maximum integer number
Counter = 0
................

kersing
Valued Contributor
Valued Contributor
Posts: 2045
Joined: Wed Aug 27, 2008 10:31 pm
Location: Netherlands
Has thanked: 553 times
Been thanked: 1081 times
Contact:

Re: Printing all flowcodes

Post by kersing »

Hi Jan,

Have you tried to change the annotation options in the 'Global Options' (View menu)?

What I would do is:
In the Annotation options make sure 'Limit description size for all icons' and 'Limit annotation size for all new icons' are unchecked.
In the macro drag the right border of the annotation to the right to re size it. Repeat for all annotations.
Use 'File', 'Create Project Report' to generate the output. This should generate an image file for each macro.
Use your favorite graphics software (or the browser) to print either the entire report or the individual images.

This is not the easiest way to print you flowcharts, so I'm hoping someone else has an easier solution.

Regards,

Jac
“Integrity is doing the right thing, even when no one is watching.”

― C.S. Lewis

User avatar
Jan Lichtenbelt
Posts: 797
Joined: Tue Feb 17, 2009 8:35 pm
Location: Haren GN, the Netherlands
Has thanked: 128 times
Been thanked: 264 times
Contact:

Re: Printing all flowcodes

Post by Jan Lichtenbelt »

Dear Jac

Just what I wanted.

Thanks

Jan

User avatar
Jan Lichtenbelt
Posts: 797
Joined: Tue Feb 17, 2009 8:35 pm
Location: Haren GN, the Netherlands
Has thanked: 128 times
Been thanked: 264 times
Contact:

Re: Printing all flowcodes

Post by Jan Lichtenbelt »

I have 1 question and 1 error:
Q: Is there a way to maximize all notes at the same time?
E: The projectreport decrease the size of the notes, compare the Flowcode and the report in the images below
Flowcode
Flowcode
1.jpg (22.62 KiB) Viewed 3384 times
Projectreport image
Projectreport image
2.jpg (9.24 KiB) Viewed 3384 times
Kind regards

Jan Lichtenbelt

Post Reply