Skip to content

Commit

Permalink
Merge pull request #31 from BABE-KimR/master
Browse files Browse the repository at this point in the history
typo correction
  • Loading branch information
pswift066 authored Mar 23, 2023
2 parents 3828a10 + becf8dc commit 20aa640
Show file tree
Hide file tree
Showing 2 changed files with 431 additions and 30 deletions.
4 changes: 2 additions & 2 deletions Base Project/Main/POUs/MAIN.TcPOU
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.11">
<TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.12">
<POU Name="MAIN" Id="{0790caa7-8a3f-4f91-b0f8-9ebb3db3858d}" SpecialFunc="None">
<Declaration><![CDATA[PROGRAM MAIN
VAR
Expand Down Expand Up @@ -458,7 +458,7 @@ CASE nEnvironmentState OF
stXtsEnvironmentConfiguration.bEnableInitInfoServer := TRUE;
// Enable init CA Group if needed
stXtsEnvironmentConfiguration.bEnableInitCaGroupe := TRUE;
stXtsEnvironmentConfiguration.bEnableInitCaGroup := TRUE;
// Set configuration of XtsUtility init
fbXtsEnvironment.P_XtsEnvironmentConfiguration := stXtsEnvironmentConfiguration;
Expand Down
Loading

0 comments on commit 20aa640

Please sign in to comment.