Skip to content

Latest commit

 

History

History
57 lines (47 loc) · 1.13 KB

README.md

File metadata and controls

57 lines (47 loc) · 1.13 KB

Spark Gap control unit

The device enable precise hemisphere spark gap dimension control.

Spark Gap mechanics with stepper motor

Spark Gap control electronics

Mlab modules

  • HBSTEP01B
  • I2CSPI01A
  • USBI2C
  • POWERSOURCE

Dependencies

Configuration

Configuration is done by config .json file.

{
    "pymlab":{
        "i2c":{
            "device": "hid",
            "serial": "003347BC"
        },
        "bus": [
            { 
                "name":"spi", 
                "type":"i2cspi"
            },
            {
                "name": "encoder",
                "type": "rps01"
            }
        ]
    },
    "tefo":{
        "dir": 0,
        "lenght": 3300,
        "home": 1650,
        "speed": 100,
        "_lenght": 26500,
        "_home": 13250,
        "home_speed": 20 
    },
    "connection":{
        "ip": "127.0.0.1",
        "port": 5000
    }
}