LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Changes made to the driver VIs in Simulation Interface Toolkit (SIT) are not getting reflected

Solved!
Go to solution

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.

0 Kudos
Message 1 of 3
(3,149 Views)
Could you post your code or an image of what exactly you changed?
0 Kudos
Message 2 of 3
(3,138 Views)
Solution
Accepted by topic author Vicku

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.

 

0 Kudos
Message 3 of 3
(3,119 Views)