generated from pcdshub/lcls-plc-template-twincat-project
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
jjoshi
committed
Oct 5, 2023
1 parent
3097267
commit 5917d04
Showing
2 changed files
with
27 additions
and
11 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.6"> | ||
<GVL Name="Global_Version" Id="2b7dfc1f-8d0b-4114-a0e1-2af38e1d0c40"> | ||
<Declaration><![CDATA[{attribute 'TcGenerated'} | ||
// This function has been automatically generated from the project information. | ||
VAR_GLOBAL CONSTANT | ||
{attribute 'const_non_replaced'} | ||
{attribute 'linkalways'} | ||
stLibVersion_txi_hxr_vac : ST_LibVersion := (iMajor := 1, iMinor := 0, iBuild := 2, iRevision := 0, sVersion := '1.0.2'); | ||
END_VAR | ||
]]></Declaration> | ||
</GVL> | ||
</TcPlcObject> |
This file contains 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