Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
e3-ADSpinnaker
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue 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
ESS EPICS Environment
wrappers
e3-ADSpinnaker
Commits
4ccb8b46
Commit
4ccb8b46
authored
5 years ago
by
Jeong Han Lee
Browse files
Options
Downloads
Patches
Plain Diff
update README
parent
ea8ceba6
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+31
-0
31 additions, 0 deletions
README.md
with
31 additions
and
0 deletions
README.md
+
31
−
0
View file @
4ccb8b46
...
...
@@ -3,6 +3,31 @@ e3-ADSpinnaker
======
ESS Site-specific EPICS module : ADSpinnaker
## Spinnaker Libraries
*
With the default shared libraries within spinnakerSupport and its header files return the following error messages:
```
ADSpinnakerConfig("PG", 19299225, 0x1, 0)
terminate called after throwing an instance of 'Spinnaker::Exception'
what(): Spinnaker: System instance cannot be acquired. [-1012]
```
in
`Ubuntu 18.04.3 LTS (GNU/Linux 5.0.0-27-generic x86_64)`
*
The latest (current) SpinnakerSDK is 1.26.0.31 in [1]. And one should install the following packages
-
`libspinnaker-1.26.0.31_amd64-dev.deb`
-
`libspinnaker-1.26.0.31_amd64.de`
-
`libspinnaker-c-1.26.0.31_amd64.deb`
-
`libspinnaker-c-1.26.0.31_amd64-dev.deb`
*
If one would like to switch between SpinnakerSDK and areaDetector libraries, one can use
`SUPPORT_EXTERNAL`
defined in
`configure/CONFIG_OPTIONS`
-
AreaDetector :
`echo "SUPPORT_EXTERNAL:=NO" > configure/CONFIG_OPTIONS.local`
-
SpinnakerSDK : Default one
## OS
We cannot use this on CentOS7 based system, I think, we can do in CentOS8 in near future, because of
...
...
@@ -22,3 +47,9 @@ We cannot use this on CentOS7 based system, I think, we can do in CentOS8 in nea
/lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by libNodeMapData_gcc540_v3_0.so)
/lib64/libstdc++.so.6: version `GLIBCXX_3.4.21' not found (required by libNodeMapData_gcc540_v3_0.so)
```
## Reference
[1] https://flir.app.boxcn.net/v/SpinnakerSDK/folder/74729115388
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