-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Joshc slac/ecseng 565 #44
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||||
---|---|---|---|---|---|---|---|---|
|
@@ -78,10 +78,6 @@ | |||||||
<DefaultResolution>LCLS Vacuum, * (SLAC - LCLS)</DefaultResolution> | ||||||||
<Namespace>LCLS_Vacuum</Namespace> | ||||||||
</PlaceholderReference> | ||||||||
<PlaceholderReference Include="PMPS"> | ||||||||
<DefaultResolution>PMPS, * (SLAC - LCLS)</DefaultResolution> | ||||||||
<Namespace>PMPS</Namespace> | ||||||||
</PlaceholderReference> | ||||||||
<PlaceholderReference Include="Tc2_Standard"> | ||||||||
<DefaultResolution>Tc2_Standard, * (Beckhoff Automation GmbH)</DefaultResolution> | ||||||||
<Namespace>Tc2_Standard</Namespace> | ||||||||
|
@@ -103,7 +99,7 @@ | |||||||
<Resolution>LCLS Vacuum, 2.3.0 (SLAC - LCLS)</Resolution> | ||||||||
</PlaceholderResolution> | ||||||||
<PlaceholderResolution Include="PMPS"> | ||||||||
<Resolution>PMPS, 3.0.14 (SLAC - LCLS)</Resolution> | ||||||||
<Resolution>PMPS, * (SLAC - LCLS)</Resolution> | ||||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please make sure to set the effective version on the libraries. it has to point to a specific version and not set to newest. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. lcls-plc-lfe-vac/plc_lfe_vac/plc_lfe_vac/plc_lfe_vac/plc_lfe_vac.plcproj Lines 159 to 161 in 6c6c489
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. https://docs.google.com/presentation/d/1moIDgnQtO2f7veBoTfxUGaALhq8NSwQulQrYihWgLtE/edit?usp=sharing From slides 39 and 40 I believe I did it correctly, though I see what you are calling out. Let me know if theres a way not enumerated in the documentation to do this There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The Library shouldn't have been upgraded to the latest. Should have remained the same. I am seeing issues because of this now. You mentioned that these changes are deployed, But now i see that they aren't. |
||||||||
</PlaceholderResolution> | ||||||||
<PlaceholderResolution Include="SysDir"> | ||||||||
<Resolution>SysDir, 3.5.8.0 (System)</Resolution> | ||||||||
|
@@ -159,6 +155,11 @@ | |||||||
<SubType>Content</SubType> | ||||||||
</None> | ||||||||
</ItemGroup> | ||||||||
<ItemGroup> | ||||||||
<LibraryReference Include="PMPS,3.2.1,SLAC - LCLS"> | ||||||||
<Namespace>PMPS</Namespace> | ||||||||
</LibraryReference> | ||||||||
</ItemGroup> | ||||||||
<ProjectExtensions> | ||||||||
<PlcProjectOptions> | ||||||||
<XmlArchive> | ||||||||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ghalym you called out the one below, my assumption is this one also needed to be updated.