This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.6"> | |
<POU Name="ftrig" Id="{08dbb7b6-d63f-42f2-a984-021281ab9bcb}" SpecialFunc="None"> | |
<Declaration><![CDATA[FUNCTION_BLOCK ftrig | |
VAR_INPUT | |
clk: BOOL := TRUE; | |
END_VAR | |
VAR_OUTPUT | |
Q : BOOL; | |
END_VAR |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<TcPlcObject Version="1.1.0.1"> | |
<POU Name="FB_Hash" Id="{19e70039-197b-0b95-2330-4461be85b2a8}" SpecialFunc="None"> | |
<Declaration><![CDATA[{attribute 'reflection'} | |
FUNCTION_BLOCK FB_Hash | |
VAR_INPUT | |
END_VAR | |
VAR_OUTPUT | |
END_VAR | |
VAR |