An open API service indexing awesome lists of open source software.

https://github.com/klauer/hgvpu_sim

HGVPU / SmartMotor simulator and EPICS IOC
https://github.com/klauer/hgvpu_sim

Last synced: 8 months ago
JSON representation

HGVPU / SmartMotor simulator and EPICS IOC

Awesome Lists containing this project

README

          

HGVPU sim
---------

LCLS-II specific simulator for Animatics SmartMotors (class 5)

Usage
-----

As the simulator uses asyncio, it requires Python 3:

```bash
$ python3 sim.py
```

In a separate terminal:
```bash
$ make
$ cd iocBoot/iocsmartSim
$ ./st.cmd
```

(NOTE: update architecture to rhel6 - development was done on OSX)

The included IOC is configured to connect to the simulator (on localhost, port 7001).
It allows for single motor mode and full coordinated motion mode.