Can someone provide more details on how to implement the Service ping function.
For the ping, I've tried sending a Service IDENTIFICATION request packet (HEADER: ‘V’, ‘B’, ‘A’, ‘N’, 0x60, 0x00, 0x00, 0x00, “Command1”, 0) but I don't get any reply. Do I need to send any other information in the packet? I couldn't find any examples of the ping/identification function in the sdk examples.
Also, is it possible to request/reply parameters?
Our system currently subscribes to the RTPACKETs which gets us many of the parameters & levels, but we'd also like to read other parameters, such as the EQ settings ("Bus[ i ].EQ.channel[ j ].cell[ k ].f" etc).
The VBAN sub protocol Service function looks almost perfect for this. The RTPACKETREGISTER implements a request/reply system. Is it possible to request individual parameters using a request/reply method similar to this?