{"id":20687629,"url":"https://github.com/klauer/smarpod","last_synced_at":"2026-03-12T00:05:04.410Z","repository":{"id":15600029,"uuid":"18336154","full_name":"klauer/smarpod","owner":"klauer","description":"SmarAct SmarPod piezo hexapod (EPICS device support)","archived":false,"fork":false,"pushed_at":"2023-03-20T21:01:23.000Z","size":36,"stargazers_count":3,"open_issues_count":2,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-14T05:15:19.054Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Protocol Buffer","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/klauer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2014-04-01T16:21:02.000Z","updated_at":"2022-01-12T09:36:02.000Z","dependencies_parsed_at":"2022-09-06T23:21:35.724Z","dependency_job_id":"9c76a42a-1398-410a-84fc-dd1e4988743f","html_url":"https://github.com/klauer/smarpod","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/klauer/smarpod","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauer%2Fsmarpod","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauer%2Fsmarpod/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauer%2Fsmarpod/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauer%2Fsmarpod/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/klauer","download_url":"https://codeload.github.com/klauer/smarpod/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/klauer%2Fsmarpod/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30407824,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T22:36:59.286Z","status":"ssl_error","status_checked_at":"2026-03-11T22:36:57.544Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-16T22:57:50.014Z","updated_at":"2026-03-12T00:05:04.390Z","avatar_url":"https://github.com/klauer.png","language":"Protocol Buffer","funding_links":[],"categories":[],"sub_categories":[],"readme":"SmarAct SmarPod EPICS Driver\n============================\n\nEPICS StreamDevice driver for SmarAct SmarPod Piezo Hexapod controller.\n\nRequirements\n------------\n\nThough it may work on other versions, the driver was tested on these:\n\n1. EPICS base 3.14.12.3 http://www.aps.anl.gov/epics/\n2. asyn 4-18 http://www.aps.anl.gov/epics/modules/soft/asyn/\n3. StreamDevice 2.5+ http://epics.web.psi.ch/software/streamdevice/\n\nOptional\n--------\n\n1. EDM http://ics-web.sns.ornl.gov/edm/log/getLatest.php\n\nInstallation\n------------\n\n1. Install EPICS\n    1. If using a Debian-based system (e.g., Ubuntu), use the packages here http://epics.nsls2.bnl.gov/debian/\n    2. If no packages are available for your distribution, build from source\n2. Edit configure/RELEASE\n    1. Point the directories listed in there to the appropriate places\n    2. If using the Debian packages, everything can be pointed to /usr/lib/epics\n3. Edit iocBoot/iocSmarPod/st.cmd\n    1. Change the shebang on the top of the script if your architecture is different than linux-x86:\n        #!../../bin/linux-x86/hxnSmarPod\n        (check if the environment variable EPICS_HOST_ARCH is set, or perhaps `uname -a`, or ask someone if\n         you don't know)\n    2. The following lines set the prefix to all of the additional (i.e., non-motor record) PVs (with $(P)$(R)):\n        ```\n        epicsEnvSet \"P\" \"$(P=E1:)\"\n        epicsEnvSet \"R\" \"$(R=SmarPod:)\"\n        ```\n       Set the second quoted strings appropriately.\n    3. Set the IP address of the controller here:\n        ```\n        epicsEnvSet \"SMARPOD_IP\" \"$(SMARPOD_IP=10.0.3.9)\"\n        epicsEnvSet \"SMARPOD_PORT\" \"$(SMARPOD_PORT=2000)\"\n        ```\n        The port should not be changed.\n\n    4. For each device, load the necessary records:\n        ```\n        dbLoadRecords(\"$(TOP)/db/devSmarPod.db\",\"P=$(P),R=$(R),PORT=$(ASYN_PORT),A=0\")\n        ```\n\n4. Go to the top directory and `make`\n5. If all goes well:\n    ```\n    $ cd iocBoot/iocSmarPod\n    $ chmod +x st.cmd\n    $ ./st.cmd\n    ```\n\n6. Run EDM:\n    ```\n    $ export EDMDATAFILES=$TOP/op/edl:$EDMDATAFILES\n    $ edm -x -m \"P=E1:,R=SmarPod:\" smarpod\n    ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklauer%2Fsmarpod","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fklauer%2Fsmarpod","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fklauer%2Fsmarpod/lists"}