mirror of
https://github.com/uhi22/pyPLC.git
synced 2024-11-20 01:13:58 +00:00
tooling: added BMW chargeParameterDiscovery into exiConnector demo
This commit is contained in:
parent
4f96593177
commit
c0bc567f01
1 changed files with 8 additions and 1 deletions
|
@ -338,10 +338,17 @@ if __name__ == "__main__":
|
||||||
if (False):
|
if (False):
|
||||||
testTimeConsumption()
|
testTimeConsumption()
|
||||||
exit()
|
exit()
|
||||||
if (True):
|
if (False):
|
||||||
testReadExiFromExiLogFile('DemoExiLog.txt')
|
testReadExiFromExiLogFile('DemoExiLog.txt')
|
||||||
testReadExiFromExiLogFile('PevExiLog.txt')
|
testReadExiFromExiLogFile('PevExiLog.txt')
|
||||||
exit()
|
exit()
|
||||||
|
if (True):
|
||||||
|
print("ChargeParameterDiscovery of the BMW iX, https://github.com/uhi22/pyPLC/issues/14#issuecomment-1895437190")
|
||||||
|
print("From Everest logs (successful)")
|
||||||
|
testDecoder("809a0211c1ff77aed4fdff907190000009204061104e04070a8c30102050961f12805000", pre="DD", comment="")
|
||||||
|
testDecoder("809a0211c1ff77aed4fdff90800000040020000405182824138550008000018180c80c1c", pre="DD", comment="")
|
||||||
|
print("From pyPLC (failed)")
|
||||||
|
testDecoder("809A02004080C1014181C21080004800400000C0C320040C0E014060A184060606002060A190020303005030300510", pre="DD", comment="")
|
||||||
|
|
||||||
if (False):
|
if (False):
|
||||||
testDecoder("8000ebab9371d34b9b79d189a98989c1d191d191818981d26b9b3a232b30010000040001b75726e3a64696e3a37303132313a323031323a4d73674465660020000100880", pre="DH", comment="supportedAppProtocolReq")
|
testDecoder("8000ebab9371d34b9b79d189a98989c1d191d191818981d26b9b3a232b30010000040001b75726e3a64696e3a37303132313a323031323a4d73674465660020000100880", pre="DH", comment="supportedAppProtocolReq")
|
||||||
|
|
Loading…
Reference in a new issue