-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug fixes and more changes to FB_List and FB_Array_list
+ FB_List and FB_Array_List - The bSuccess output parameter, an indicator for whether an operation is successful, was not implemented on the Resize(...) method. - Removed type match checking on the Get_Generic Method. This checked if the Return_Item parameter was the same type as the one being retrieved. That parameter was an output and there is no point in type checking since you're retrieving a generic. + FB_List - Changed how the Set(...) method works. Set method used to only set a value if its the same type. Now it just replaced the value in that location with whatever typed value you set the location to be.
- Loading branch information
1 parent
d47d1d4
commit 96cda15
Showing
20 changed files
with
78 additions
and
29 deletions.
There are no files selected for viewing
Binary file not shown.
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
Goodwill | ||
DESKTOP-AB1V0FA | ||
8460 | ||
638096116331663471 | ||
17864 | ||
638140155274868719 |
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
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
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
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
2 changes: 1 addition & 1 deletion
2
src/TwinCat Dynamic Collections/TcDynCollections/TcDynCollections.tmc
Large diffs are not rendered by default.
Oops, something went wrong.
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
Binary file removed
BIN
-3.46 MB
...ollections/TcDynCollections/_CompileInfo/5A1DA9E6-7BD5-CC97-208F-E6EAD3D9EEFA.compileinfo
Binary file not shown.
Binary file removed
BIN
-3.46 MB
...ollections/TcDynCollections/_CompileInfo/7B2D190A-AED6-D221-613D-F957A19B855C.compileinfo
Binary file not shown.
Binary file added
BIN
+3.46 MB
...ollections/TcDynCollections/_CompileInfo/C822B371-31E6-A8AD-D246-3B751420AD6C.compileinfo
Binary file not shown.
Binary file added
BIN
+167 KB
...tions/_Libraries/beckhoff automation gmbh/tc2_system/3.4.26.0/tc2_system.compiled-library
Binary file not shown.
37 changes: 37 additions & 0 deletions
37
src/TwinCat Dynamic Collections/TwinCat Dynamic Collections.tsproj.bak
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,37 @@ | ||
<?xml version="1.0"?> | ||
<TcSmProject xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.beckhoff.com/schemas/2012/07/TcSmProject" TcSmVersion="1.0" TcVersion="3.1.4024.10"> | ||
<Project ProjectGUID="{AA44BF3E-9AE7-4A37-9C2A-219EE971CF2F}" Target64Bit="true" ShowHideConfigurations="#x106"> | ||
<System> | ||
<Settings MaxCpus="12" NonWinCpus="1"> | ||
<Cpu CpuId="11"/> | ||
</Settings> | ||
<Tasks> | ||
<Task Id="3" Priority="20" CycleTime="100000" AmsPort="350" AdtTasks="true"> | ||
<Name>PlcTask</Name> | ||
</Task> | ||
</Tasks> | ||
</System> | ||
<Plc> | ||
<Project GUID="{1C1CF391-AD49-4301-B41D-3891FAA7DC78}" Name="TcDynCollections" PrjFilePath="TcDynCollections\TcDynCollections.plcproj" TmcFilePath="TcDynCollections\TcDynCollections.tmc" ReloadTmc="true" AmsPort="851" FileArchiveSettings="#x000e" SymbolicMapping="true"> | ||
<Instance Id="#x08502000" TcSmClass="TComPlcObjDef" KeepUnrestoredLinks="2" TmcPath="TcDynCollections\TcDynCollections.tmc"> | ||
<Name>TcDynCollections Instance</Name> | ||
<CLSID ClassFactory="TcPlc30">{08500001-0000-0000-F000-000000000064}</CLSID> | ||
<Contexts> | ||
<Context> | ||
<Id NeedCalleeCall="true">0</Id> | ||
<Name>PlcTask</Name> | ||
<ManualConfig> | ||
<OTCID>#x02010030</OTCID> | ||
</ManualConfig> | ||
<Priority>20</Priority> | ||
<CycleTime>10000000</CycleTime> | ||
</Context> | ||
</Contexts> | ||
<TaskPouOids> | ||
<TaskPouOid Prio="20" OTCID="#x08502001"/> | ||
</TaskPouOids> | ||
</Instance> | ||
</Project> | ||
</Plc> | ||
</Project> | ||
</TcSmProject> |
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
6 changes: 3 additions & 3 deletions
6
src/TwinCat Dynamic Collections/_Boot/TwinCAT RT (x64)/CurrentConfig.xml
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file modified
BIN
-196 Bytes
(100%)
src/TwinCat Dynamic Collections/_Boot/TwinCAT RT (x64)/Plc/Port_851.app
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
src/TwinCat Dynamic Collections/_Boot/TwinCAT RT (x64)/Plc/Port_851.cid
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 |
---|---|---|
@@ -1 +1 @@ | ||
�Z�{�� ������� | ||
q�"��1���F;u �l |
Binary file modified
BIN
+0 Bytes
(100%)
src/TwinCat Dynamic Collections/_Boot/TwinCAT RT (x64)/Plc/Port_851.crc
Binary file not shown.
Binary file modified
BIN
-12.4 KB
(0.0%)
src/TwinCat Dynamic Collections/_Boot/TwinCAT RT (x64)/Plc/Port_851.occ
Binary file not shown.
Binary file modified
BIN
-857 Bytes
(100%)
src/TwinCat Dynamic Collections/_Boot/TwinCAT RT (x64)/Plc/Port_851_boot.tizip
Binary file not shown.