Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
This repository was archived by the owner on Jan 29, 2021. It is now read-only.
/timnetPublic archive

MRF based timing network toolkit.

License

NotificationsYou must be signed in to change notification settings

icshwi/timnet

Repository files navigation

Introduction

Each device in the timing system is given an unique identifier, the Topology ID. The master EVM is given ID 0x00000000. The downstream devices are given IDs with the least significant four bits representing the port number the device is connected to. Each EVM left shifts its own ID by four bits and assigns the downstream port number to the lowest four bits to form the topology ID for the downstream devices in the next level. The topolofgy IDs are represented above the devices in the example layout in ./doc/ figure.

Capabilities

  • To expose the timing network topology the states
  • Background for an eventual timing network GUI development
  • Maintenance checks after changes or shutdowns
  • SAT and SIT purposes
  • Timing network monitoring

Usage

Examples

  • Read the timing network distribution:
input: inventory.jsonoutput: network.jsonpython -m timnet --net
  • Plot the network
input: network.jsonoutput: plot.jsonpython -m timnet --plot
  • Check errors
input: check.json, network.jsonoutput: consolepython -m timnet --check
  • All together

python -m timnet --net --plot --check


[8]ページ先頭

©2009-2025 Movatter.jp