11-08-2012 06:55 PM
It came to my awarness that interfacing with LVIFA and Arduino's with numerous sesnors and actuators won't be in real time. However considering my system doesn't have to be in real time although I hoped it would. I wish to know if there is any way to use this toolkit to my advantage for fast sensor processing and communication between the computer and the arduino.I don't plan to specify my system but in general it will have many varying sensors on one arduino and another arduino with varying actuators both connected to LVIFA. Thanks for all the help.
11-08-2012 08:19 PM
You will be limited by how fast the serial communication is with the Arduino. Everything else in the system will likely be faster then the LabVIEW-Arduino communication. So, if you are trying to use two Arduinos that you had previously mentioned and you are trying to have the actuators/motors depend on the sensors on a separate board, you will have twice the delay due to communication.
Arduino (Sensors) >> LabVIEW >> Arduino (Actuators/Motors)
>> is serial communication.
11-09-2012 02:55 PM
Thanks for replying Nathan, would you suggest anything else, I have the full labview student edition 2012. Is there any way I could maybe apply realtime or faster processing to this system. Once again thanks for helping out!!
11-10-2012 01:19 PM
LIke I said, with Arduino you are limited by the bottle neck (serial communication) and you can't go faster than that. That is all that I can say regarding Arduino.