Not sure if this is something for the EZIO or the EZBridge?!
I send my EZBridge the Extended Direct command to set the Output Timers on my EZIO (08.9b.bb):
SndIns
0X08
0X9B
0XBB
0X10
0X4D
0X00
0X1C
0X1D
0X1E
0X1E
0X1E
0X1E
0X1E
0X1E
0X00
0X00
0X00
0X00
0X00
0X00
…my EZBridge sends it along to it’s PLM:
02 62 08 9B BB 10 4D 00 1C 1D 1E 1E 1E 1E 1E 1E 00 00 00 00 00 00
…and it’s PLM sends back an ACK:
02 62 08 9B BB 10 4D 00 1C 1D 1E 1E 1E 1E 1E 1E 00 00 00 00 00 00 06
…which my EZBridge translates into:
SndIns
0X2
0X62
0X8
0X9B
0XBB
0X10
0X4D
0X00
0X1C
0X1D
0X1E
0X1E
0X1E
0X1E
0X1E
0X1E
0X00
0X00
0X00
0X00
0X00
0X00
0X6
…the EZIO reponds with a Standard Direct ACK which the PLM sends back to my EZBridge:
02 50 08 9B BB 0C A7 61 20 4D 00
…but my EZBridge sends me a TIMEOUT:
PLMTimeout
Am I doing something wrong?
Why does the EZIO respond with a Standard Direct ACK?
Shouldn’t the EZIO respond to an Extended Direct command with an Extended Direct ACK?
Why doesn’t the EZBridge forward the Standard Direct ACK?
Is the EZBridge programmed to expect a Extended Direct ACK after sending a Extended Direct command?