Startup
This commit is contained in:
@@ -131,14 +131,14 @@ class Interlock:
|
||||
msg_default = bytearray()
|
||||
|
||||
def __init__(self):
|
||||
"""
|
||||
"""
|
||||
Message composition:
|
||||
0x32 = 50 = byte count
|
||||
0x69 = 105 = transfer function
|
||||
0x99,0x88 = this application port number (swapped)
|
||||
element 7 = message id
|
||||
element 16 = io-func reset=2 read mode=0 write mode=1
|
||||
"""
|
||||
"""
|
||||
self.msg_default = array('B',[0x32,0,0x69,0,0x99,0x88,1,0,0,0,0,0,0,0,0,0,1,0,0,0,0,0,0,0,0,0,0,0])
|
||||
|
||||
def _msgRead():
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#TestingList for pshell: configuration properties
|
||||
#Fri Oct 13 14:21:09 CEST 2017
|
||||
#Fri Oct 13 14:22:26 CEST 2017
|
||||
customPanel=
|
||||
showEnabledTestsOnly=true
|
||||
listFilter=rps-test
|
||||
|
||||
Reference in New Issue
Block a user