05-01-2020 04:40 AM
Hello NI Community,
Is it possible to simulate the Thorlabs Kinesis hardware in LabVIEW?
I know there is a Kinesis simulator tool but I cannot connect to the simulator through LabVIEW.
Unfortunately I do not have acces to the hardware at the moment so it would be really nice to check the code with the simulator.
Kind regards,
Victor
06-27-2020 05:54 PM
Hi, Victor,
Yes, it's possible!
Briefly speaking, connecting simulated device requires another Labview class named "SimulationManager" in your block diagram.
Among the example VIs downloaded from Thorlabs website, there is one VI named "Kinesis - Simulated Hardware.vi" in the folder "Simulator".
Instruction for connecting simulated devices is written its block diagram. You need to start with "SimulationManager" class in your block diagram and your simulated device's serial number while keep the Kinesis Simulator.exe application open.
After I included this class in the diagram, I have connected the simulated device in my Labview program.
Happy Labviewing!