Instructions de mouvement/logique
Fonction FBD
Astuce : La fonction FBD est applicable uniquement à
Automates CompactLogix 5380, CompactLogix 5480,
ControlLogix 5580, Compact GuardLogix 5380 et
GuardLogix 5580.
Condition/État
Pré-scrutation
Scrutation normale
Première exécution
de l'instruction
Première scrutation
de l'instruction
Post-scrutation
Exemple
Diagramme de bloc fonctionnel
Dans cet exemple, bool_in1 est copié dans BXOR_02.In1, bool_in2 est copié dans
BXOR_02.In2, le résultat de l'exécution dune opération OU exclusif sur
BXOR_02.In1 et BXOR_02.In2 est placé dans BXOR_02.Out, puis
BXOR_02.Out est copié dans value_result_xor.
Si bool_In1 est : Si bool_In2 est :
0
0
1
1
Bloc FBD
Cet exemple illustre l'exécution d'un OU exclusif sur bool_in1 et sur bool_in2 et
place le résultat dans value_result_xor.
Publication Rockwell Automation 1756-RM003T-FR-P - Novembre 2018
Action entreprise
N/A
Out = In1 XOR In2
N/A
N/A
N/A
Alors, value_result_xor
est :
0
0
1
1
0
1
1
0
Chapitre 7
469