Hi
This looks as if one of the systems or both are waiting on timeouts without having the error clusters connected.
You can serialize LabVIEW code by connecting the error in-out clusters in the correct order.
This is called sequencing by wiring and is the best method in LabVIEW.
Only serialize what has to be serialized.
This method ensures both that errormessages are detected and commands are sent before data is read.
greetings from the Netherlands