03-31-2023 05:38 AM
I need to design and implement a benchmark for a VTOL system with 1 DOF (Only the roll is considered) and control it with LabVIEW. Is there any simulation tools or softwares that I can use to simulte such a system and establish a communication between it and LabVIEW?
03-31-2023 07:43 AM
The chance for a positive answer is higher if you would explain terms like VTOL and DOF to those not involved in your professional work space.
03-31-2023 09:54 AM - edited 03-31-2023 10:22 AM
LabVIEW is a full feature programming language, so you can do anything. For example, you could create a subVI that runs in parallel and implements the physics based on all settings, then communicate with it using e.g. an action engine. What are the timing requirements?
The model would report the current angle while the controller would read the angle and return control parameters based on e.g. PID. Wash, rinse, repeat.
03-31-2023 10:10 AM
I'm assuming "roll" is flight motion (along with pitch and yaw) so VTOL would be a Vertical TakeOff and Landing (like a Harrier Jumpjet). DOF would then be Degree Of Freedom so pitch and yaw are not controlled in this scenario.
Just guessing though. Our industry does have an issue with T.M.A. (Too Many Acronyms) 😃