Skip to content

Commit

Permalink
update executables
Browse files Browse the repository at this point in the history
  • Loading branch information
CvanLeeuwenFt committed Aug 30, 2020
1 parent e45fbef commit 6c1bec3
Show file tree
Hide file tree
Showing 44 changed files with 2,447 additions and 101 deletions.
2 changes: 1 addition & 1 deletion SolutionTxtApps/Camera/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ using fischertechnik::txt::remote::api::ftIF2013TransferAreaComHandlerEx2;
using namespace fischertechnik::txt::ids;
ftIF2013TransferAreaComHandlerEx2* ComHandler;

const std::string MyIP = "192.168.10.171";
const std::string MyIP = "192.168.7.2";//"192.168.10.171";
const std::string TaPort = "65000";
const std::string logMap = "H:\\workspaceVS\\txt_demo_c_online.git\\SolutionTxtApps\\";//map for the internal log file

Expand Down
Binary file modified SolutionTxtApps/Debug/Camera.exe
Binary file not shown.
Binary file modified SolutionTxtApps/Debug/Camera.ilk
Binary file not shown.
Binary file modified SolutionTxtApps/Debug/Camera.pdb
Binary file not shown.
Binary file modified SolutionTxtApps/Debug/MotorOnOffSwitch.exe
Binary file not shown.
Binary file modified SolutionTxtApps/Debug/MotorOnOffSwitch.ilk
Binary file not shown.
Binary file modified SolutionTxtApps/Debug/MotorOnOffSwitch.pdb
Binary file not shown.
Binary file modified SolutionTxtApps/Debug/TestProj01.exe
Binary file not shown.
Binary file modified SolutionTxtApps/Debug/TestProj01.ilk
Binary file not shown.
Binary file modified SolutionTxtApps/Debug/TestProj01.pdb
Binary file not shown.
Binary file modified SolutionTxtApps/Debug/TestProjCallback.exe
Binary file not shown.
Binary file modified SolutionTxtApps/Debug/TestProjCallback.ilk
Binary file not shown.
Binary file modified SolutionTxtApps/Debug/TestProjCallback.pdb
Binary file not shown.
Binary file modified SolutionTxtApps/Debug/TestProjCallback02.exe
Binary file not shown.
Binary file modified SolutionTxtApps/Debug/TestProjCallback02.ilk
Binary file not shown.
Binary file modified SolutionTxtApps/Debug/TestProjCallback02.pdb
Binary file not shown.
Binary file modified SolutionTxtApps/Debug/TestProjCallback03.exe
Binary file not shown.
Binary file modified SolutionTxtApps/Debug/TestProjCallback03.ilk
Binary file not shown.
Binary file modified SolutionTxtApps/Debug/TestProjCallback03.pdb
Binary file not shown.
Binary file modified SolutionTxtApps/Debug/TestProjIrControl.exe
Binary file not shown.
Binary file modified SolutionTxtApps/Debug/TestProjIrControl.ilk
Binary file not shown.
Binary file modified SolutionTxtApps/Debug/TestProjIrControl.pdb
Binary file not shown.
Binary file modified SolutionTxtApps/Release/Camera.exe
Binary file not shown.
Binary file modified SolutionTxtApps/Release/MotorOnOffSwitch.exe
Binary file not shown.
Binary file modified SolutionTxtApps/Release/MotorOnOffSwitch.pdb
Binary file not shown.
Binary file modified SolutionTxtApps/Release/TestProj01.exe
Binary file not shown.
Binary file modified SolutionTxtApps/Release/TestProj01.pdb
Binary file not shown.
238 changes: 205 additions & 33 deletions SolutionTxtApps/Release/TestProj01.xml

Large diffs are not rendered by default.

Binary file modified SolutionTxtApps/Release/TestProj02.exe
Binary file not shown.
Binary file modified SolutionTxtApps/Release/TestProj02.pdb
Binary file not shown.
238 changes: 205 additions & 33 deletions SolutionTxtApps/Release/TestProj02.xml

Large diffs are not rendered by default.

Binary file added SolutionTxtApps/Release/TestProjCallback.exe
Binary file not shown.
Binary file added SolutionTxtApps/Release/TestProjCallback.pdb
Binary file not shown.
600 changes: 600 additions & 0 deletions SolutionTxtApps/Release/TestProjCallback.xml

Large diffs are not rendered by default.

Binary file added SolutionTxtApps/Release/TestProjCallback02.exe
Binary file not shown.
Binary file added SolutionTxtApps/Release/TestProjCallback02.pdb
Binary file not shown.
630 changes: 630 additions & 0 deletions SolutionTxtApps/Release/TestProjCallback02.xml

Large diffs are not rendered by default.

Binary file added SolutionTxtApps/Release/TestProjCallback03.exe
Binary file not shown.
Binary file added SolutionTxtApps/Release/TestProjCallback03.pdb
Binary file not shown.
600 changes: 600 additions & 0 deletions SolutionTxtApps/Release/TestProjCallback03.xml

Large diffs are not rendered by default.

Binary file modified SolutionTxtApps/Release/TestProjIrControl.exe
Binary file not shown.
Binary file modified SolutionTxtApps/Release/TestProjIrControl.pdb
Binary file not shown.
238 changes: 205 additions & 33 deletions SolutionTxtApps/Release/TestProjIrControl.xml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion SolutionTxtApps/TestProjCallback02/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ using namespace fischertechnik::txt::remote::api;
/// <summary>
/// Adjust for your own situation
/// </summary>
const std::string MyIP = "192.168.10.171";
const std::string MyIP = "192.168.7.2";//"192.168.10.171";
const std::string TaPort = "65000";// standard for TXT
const std::string logMap = "H:\\workspaceVS\\txt_demo_c_online.git\\SolutionTxtApps\\";//map for the FtTxtLib log file
/****************************************************************************/
Expand Down

0 comments on commit 6c1bec3

Please sign in to comment.