07-24-2009 04:26 PM
Hi there,
I am using Simulation Interface Toolkit to target a controller built in Simulink on a PXI target. I have used the SIT Connection Manager to generate the driver VIs. I needed to make some changes in the driver VIs specifically the IO Read.vi . I have made the changes and the whole application runs without error. But the changes are not getting reflected in functioning of the the application, basically when I load the thing on PXI and run it, it behaves exactly the same as it was behaiving before I made those changes. Some how the changes that I am making to the IO Read.vi are not begin updated somewhere in the top level driver vi.
Could anybody please help me with this.
Vicku.
Solved! Go to Solution.
07-26-2009 01:25 AM
07-27-2009 07:31 PM
Hi Bill,
Thank you much for looking into this. The problem got solved.
The problem was that each time one makes a change one of the driver VIs that top level driver VI has to be opened and saved again. This opening and saving links the driver with new changed VI properly and then every thing runs fine.
Thanks again.
Vicku.