Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
opensilecs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
silecs
opensilecs
Commits
badc06e6
Commit
badc06e6
authored
7 years ago
by
al.schwinn
Browse files
Options
Downloads
Patches
Plain Diff
[SIL-197] SILECS release v1.2.0
parent
d867f0b9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
silecs-communication-cpp/src/silecs-communication/interface/equipment/SilecsPLC.cpp
+2
-2
2 additions, 2 deletions
...rc/silecs-communication/interface/equipment/SilecsPLC.cpp
with
2 additions
and
2 deletions
silecs-communication-cpp/src/silecs-communication/interface/equipment/SilecsPLC.cpp
+
2
−
2
View file @
badc06e6
...
@@ -561,8 +561,8 @@ namespace Silecs
...
@@ -561,8 +561,8 @@ namespace Silecs
else
if
(
model
==
"m340"
)
return
M340
;
else
if
(
model
==
"m340"
)
return
M340
;
else
if
(
model
==
"bc9020"
)
return
BC9020
;
else
if
(
model
==
"bc9020"
)
return
BC9020
;
else
if
(
model
==
"cx9020"
)
return
CX9020
;
else
if
(
model
==
"cx9020"
)
return
CX9020
;
else
if
(
model
==
"rcm_4010"
)
return
RCM4010
;
else
if
(
model
==
"
rabbit_
rcm_4010"
)
return
RCM4010
;
else
if
(
model
==
"rcm_2000"
)
return
RCM2000
;
else
if
(
model
==
"
rabbit_
rcm_2000"
)
return
RCM2000
;
else
if
(
model
==
"compact_rio"
)
return
CompactRIO
;
else
if
(
model
==
"compact_rio"
)
return
CompactRIO
;
else
if
(
model
==
"pxi_rt"
)
return
PXIRT
;
else
if
(
model
==
"pxi_rt"
)
return
PXIRT
;
else
if
(
model
==
"pxi_windows"
)
return
PXIWindows
;
else
if
(
model
==
"pxi_windows"
)
return
PXIWindows
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment