exemples

Forum de support pour les locuteurs de la langue française qui souhaitent écrire dans leur langue maternelle.

Moderator: Benj

Post Reply
camiro
Posts: 9
Joined: Sat Aug 27, 2011 3:07 pm
Has thanked: 2 times
Contact:

exemples

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

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: exemples

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

Spanish_dude
Posts: 594
Joined: Thu Sep 17, 2009 7:52 am
Location: Belgium
Has thanked: 63 times
Been thanked: 102 times
Contact:

Re: exemples

Post 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

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: exemples

Post by medelec35 »

Hi Nicolas,
I am guessing that is not the components macro since the word tabs was mentioned?
Martin

camiro
Posts: 9
Joined: Sat Aug 27, 2011 3:07 pm
Has thanked: 2 times
Contact:

Re: exemples

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

Spanish_dude
Posts: 594
Joined: Thu Sep 17, 2009 7:52 am
Location: Belgium
Has thanked: 63 times
Been thanked: 102 times
Contact:

Re: exemples

Post 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

medelec35
Matrix Staff
Posts: 9520
Joined: Sat May 05, 2007 2:27 pm
Location: Northamptonshire, UK
Has thanked: 2585 times
Been thanked: 3815 times
Contact:

Re: exemples

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

camiro
Posts: 9
Joined: Sat Aug 27, 2011 3:07 pm
Has thanked: 2 times
Contact:

Re: exemples

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

Spanish_dude
Posts: 594
Joined: Thu Sep 17, 2009 7:52 am
Location: Belgium
Has thanked: 63 times
Been thanked: 102 times
Contact:

Re: exemples

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

camiro
Posts: 9
Joined: Sat Aug 27, 2011 3:07 pm
Has thanked: 2 times
Contact:

Re: exemples

Post by camiro »

Merci, j'ai compris. :D

Post Reply