Skip to main content

Library for Siemens Access-i MR Scanner Interface to integrate and control the MR Scanner.

Project description

Siemens Access-i Interface library

Library for Siemens Access-i MR Scanner Interface to integrate and control the MR Scanner. Based on Version 1.1.2 for NX (Access-i Developer Guide)

Install

This is the easiest way to use the install the library, if you do not need to modify it.

pip install accessi

Siemens Documentation

The library is based on this document: Access-i Dev Guide NX V1.1.2

Usage guide

A sample test suite (tests.py) has been created which demonstrates basic Access-i usage.
The tests.py requires Access-i simulator to be running on the background, on the same local computer.
The tests.py demonstrates most of the implemented methods, as well as receiving images over websocket.

Usage examples

Here are some projects which have used this library:

Access-i Licence for real MR at TechMed (Also works with simulator)

name="UTwente", 
start_date="20231102", 
warn_date="20251002",
expire_date="20251102", 
system_id="152379",
hash="uTwo2ohlQvMNHhfrzceCRzfRSLYDAw7zqojGjlP%2BCEmqPq1IxUoyx5hOGYbiO%2FEIyiaA4oFHFB2fwTctDbRWew%3D%3D",
informal_name="This name shows up on MR computer"

Connection and IP Addresses

The Access-i in TechMed is running on this IP address:

10.89.184.9
Access-i Version: v1

Simulator IP:

127.0.0.1
Access-i Version: v2

In order to connect, the client must have the following networking settings:

Client IP: 192.168.182.20 (Maybe something else works too, have not tried)
Subnet: 255.255.255.0
Gateway: 192.168.182.1
DNS1: 192.168.182.1

Multiple network adapters on the same computer

To be able to use both, Access-i and WAN (external interent) at the same time, some configurations are necessary. These are only compatible with Windows for now.

Find out what is the interface number, which is connected to Access-i:

route print

Using the interface number, create a route:

route add 10.89.184.0 mask 255.255.255.0 192.168.182.20 if 8 -p

Here if 8 is the interface number in this particular case, -p means persistant so it will stay after reboot.

Collaborating

The majority of Access-i functionality is not yet implemented here, if you need more functionality, any additions are accepted.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

accessi-0.0.8.tar.gz (11.0 kB view details)

Uploaded Source

Built Distribution

accessi-0.0.8-py3-none-any.whl (10.3 kB view details)

Uploaded Python 3

File details

Details for the file accessi-0.0.8.tar.gz.

File metadata

  • Download URL: accessi-0.0.8.tar.gz
  • Upload date:
  • Size: 11.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for accessi-0.0.8.tar.gz
Algorithm Hash digest
SHA256 f3f4b99e93d69f7d51403bb72a1a6ed10c03569b894d4e8df9169dfa9510749e
MD5 facf9e9449d9b64d76b27292a7351675
BLAKE2b-256 6e5baf6882bf995ae46975a2ac839aea3ed38a12b2183bbaea3344eac6243933

See more details on using hashes here.

File details

Details for the file accessi-0.0.8-py3-none-any.whl.

File metadata

  • Download URL: accessi-0.0.8-py3-none-any.whl
  • Upload date:
  • Size: 10.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for accessi-0.0.8-py3-none-any.whl
Algorithm Hash digest
SHA256 7c98c0069e00275b113e6477a338baf56a0b09369903fab77e9dd410f88741f5
MD5 79ac19628f11c6f93124453456430dc3
BLAKE2b-256 2ef86ca727dd5ddce3b37e2917453ffdbd20604e64237a7bfb838a3d82d99026

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page