01-14-2022 02:47 AM
Hi, I'm trying to use simulated Kinesis hardware in my VI.
I already saw the post concerning the same issue.
https://forums.ni.com/t5/LabVIEW/Thorlabs-Kinesis-LabVIEW-simulator/td-p/4043200
However, I still can't figure out the details.
In the post, LAonearth says that I should include "SimulationManager" class in my block diagram.
Does it mean I have to copy the SimulationManager in the example file and paste it onto my VI?
Or should I insert my VI on the example file as it says on the description.
Also on the example file description no 4(it should be 4 but it says 3), it says run Simulation Kinesis.vi.
I wonder where can I find that file. (Maybe it means Simulated Hardware.vi, which is the example file itself?)
I hope someone can explain the details of the simulation procedure.
Thanks.
02-09-2022 12:35 AM
Hi,
I'm looking into your problem now, from what I understand "SimulationManager" is a class, which means it needs to be included in your project (project explorer) before being available for use in your VIs. I'm currently trying to find how to add "SimulationManager" to a project.
Cheers
02-09-2022 01:03 AM
Ok, I believe I'm on the right track to figuring it out. Do you mind sharing a screenshot of your Project Manager with "Dependencies" open? I suspect you're missing the dll file that contains the "SimulationManager" class. A screenshot of your Project Manager would allow me to check if that is the case. If so, it would make it easy to resolve this issue.
Thanks