05-11-2019 02:32 AM - edited 05-11-2019 02:33 AM
Hi all,
I have application where i want to control execution of a vi in target(its not a FPGA target vi). For example, when i press "START" button in HOST, vi in target must run and upon pressing "STOP" in host, vi in target must wait(stopping execution and waiting for START command from HOST).
Im using cRio 9039.
05-13-2019 01:57 AM - edited 05-13-2019 01:59 AM
Hi siddu,
when i press "START" button in HOST, vi in target must run and upon pressing "STOP" in host, vi in target must wait(stopping execution and waiting for START command from HOST).
To have a VI react on an event in your host VI you need two things:
Do you have both?
(As you already named "STOP", "WAIT" and "START" actions for your RT target I recommend to look for statemachines to implement those "actions"/states…)
10-11-2019 11:08 PM
Thank you GerdW. Implemented with state machine architecture.
Best regards,
Siddharth