LCD

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

Moderator: Benj

Post Reply
sc22
Posts: 8
Joined: Thu Sep 04, 2014 9:25 am

LCD

Post by sc22 »

In flowcode 5 I would call component lcd use a start macro and then printACS2 macro and write in the variable box. flowcode 6 has completely changed I do the same but in the printacs2 properties box there is no variable box to write in. Where do I write. please help or point me in the way of information for lcd in v6.

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: LCD

Post by Benj »

Hello,

Does the PrintString macro allow you to do what your trying to do?

Brendan
Posts: 243
Joined: Tue Nov 27, 2012 12:53 pm
Location: Cambridge, UK
Has thanked: 140 times
Been thanked: 118 times
Contact:

Re: LCD

Post by Brendan »

Yes, at the office I (we) print to LCD displays one heck of a lot.

I provide a pictorial example FYI.

The PrintAscii icon is where you declare the individual Ascii character values (which may after-all be what you actually need to do), and clicking on the icon will reveal the relevant 'Character Byte' entry field.


All the best,

Brendan
Attachments
LCD_PrintStringExample.png
(122.07 KiB) Downloaded 511 times

sc22
Posts: 8
Joined: Thu Sep 04, 2014 9:25 am

Re: LCD

Post by sc22 »

I would just like to write hello on lcd please can you show me how to do this so I can learn from that.

dazz
Posts: 1314
Joined: Sun Jan 15, 2012 3:15 pm
Has thanked: 474 times
Been thanked: 458 times

Re: LCD

Post by dazz »

Hi
if you look at brendans example above, where it says Lcd Line 1 , if you type" Hello " then it will do what you want the speech marks are needed so flowcode knows that you want to directly print what you have typed, if you wished to display the value of a variable, then instead of using the print string you would use print number and add the variable name, or if you had a string variable to print you would use brendans example, have a go if you need more help post a flowchart stating whats going wrong and someone will help further

Regards
Dazz
To sign up to the V5 forum follow this link http://www.matrixmultimedia.com/forum_upgrades.php

sc22
Posts: 8
Joined: Thu Sep 04, 2014 9:25 am

Re: LCD

Post by sc22 »

thank you very much I have it working now.Is there any instructions for a learner to flowcode 6 anywhere

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: LCD

Post by Benj »

Hello,

In my signature are various helpful links, the Flowcode course would probably be a good starting point for you.

Post Reply