Page 1 of 1

exemples

Posted: Fri Jan 13, 2012 9:17 pm
by camiro
Bonsoir,

dans les différents exemples de prog qui sont donnés, on ne voit pas les macros utilisées, par exemple:
dans /example/components/ADC/sampling and outputting to a LCD.fcf il y a différentes macros pour l'acquisition analogique, puis pour l'afficheur LCD, mais on ne retrouve pas les onglets correspondants.

Débutant, je recherche ces infos pour mieux comprendre...

Merci.

in the various examples of prog that are given,macros are not displayed, for example:
in / example / components / ADC / sampling and outputting to a LCD.fcf there are different macros for acquiring analog and then for the LCD, but we do not find the corresponding tabs.

Newbie, I am looking for such information to better understand ...

Thank you.

Re: exemples

Posted: Fri Jan 13, 2012 11:02 pm
by medelec35
Hi camiro,
From the top menu Select 'Macro' then 'Show...'
Just select macro name, then click Show button.
You should now be able to see the Tab of the macro your interested in.

Martin

Re: exemples

Posted: Sat Jan 14, 2012 1:28 am
by Spanish_dude
Salut,

Si tu parles des macros créé dans Flowcode alors faut faire comme Martin l'a dit.
Si par contre tu parles de macro "intégré" à Flowcode, la seul façon de les voir c'est avec le code en C généré par Flowcode.

Nicolas

Re: exemples

Posted: Sat Jan 14, 2012 1:58 am
by medelec35
Hi Nicolas,
I am guessing that is not the components macro since the word tabs was mentioned?

Re: exemples

Posted: Sat Jan 14, 2012 9:21 pm
by camiro
Bonsoir et merci pour les réponses,

Lorsque je fais ce que décrit Martin, il n'y a que 3 macros qui ne correspondent pas.

Celles qui m'intéressent (dans cet exemple de projet) sont pour le LCD: init, effacer, écrit_caractere,.... et pour l'acquisition analogique: lire_comme_entier, lire_comme_octet,....


Merci.

When I do what Martin describes, there are only three macros that do not match.

Those that interest me (in this example project) for the LCD: init, delete, write_character,.... and to acquire analog : read_as_integer, read_as_byte,....


Thank you.

Re: exemples

Posted: Sun Jan 15, 2012 3:56 am
by Spanish_dude
Les fonctions que tu veux voir sont les fonctions intégré dont je parlais dans mon post précédent.

@Martin : I mentioned the two different types of macros, just in case, and it seems he was after the Flowcode component macros and not user-made macros ;).

Nicolas

Re: exemples

Posted: Sun Jan 15, 2012 4:18 am
by medelec35
Far enough bud.
I'm just glad you speak French. I just rely on a free web translator :lol:
I guess it can get confusing for people with program macros and component macros.
Thanks Nicolas

Re: exemples

Posted: Sun Jan 15, 2012 9:21 pm
by camiro
Merci pour ces explications Nicolas.

On peut donc faire appel à ces macros déjà existantes, y-a-t-il une procédure particulière?

Medelec: I use a translator too. (and I modify a little).

Re: exemples

Posted: Mon Jan 16, 2012 8:33 am
by Spanish_dude
Pour pouvoir utiliser ces fonctions il faut que tu choisisses le composent associé.
Pour les fonctions LCD, tu sélectionnes le composant LCD, pareil pour le reste.
Peut pas faire plus simple :wink:

Re: exemples

Posted: Wed Jan 25, 2012 9:53 pm
by camiro
Merci, j'ai compris. :D