Hi all,
I am using labview to drive some haptic controllers over an I2C interface. Because these controllers all have the same slave address I am using a I2C multiplexer to give be able to activate them separately. I want to be able to run the activation of them in parallel to each other (so that there is overlap between them but not necessarily starting at the same time.) However, since I am going through the a multiplexor, in each haptic command I have 2 write commands (one to multiplexer to tell it which controllers to write to, followed by another command to send to the haptic controller. How do I ensure that these 2 labview blocks are done sequentially? e.g. I do not want the second haptic controller to send the command to the multiplexer in-between the first one sending its command to multiplexer but before it broadcasts an I2c message to the slave device?
I hope this makes sense, and help is greatly appreciated as I am still relatively new to Labview Coding
Regards,
Ben