stepper with display

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

Moderator: Benj

Post Reply
astro1234
Posts: 50
Joined: Mon Apr 10, 2017 12:53 pm
Has thanked: 39 times
Been thanked: 13 times
Contact:

stepper with display

Post by astro1234 »

Hi.
looking for a little help with this file.
I am running a stepper which loops five times,
now I have put a seven segment display to show how many
times the loop as run, but the display starts from zero,
I would like it to start from number one and not zero, so how can I get it to start
from one and not zero ?.
Thanks Roy.
Attachments
LOOP_STP1_DISPLAY.fcfx
(13.4 KiB) Downloaded 186 times

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: stepper with display

Post by Benj »

Hi Roy,

Can you simply set DISPLAY1 = 1 using a calculation icon before your first loop?

Post Reply