VeriStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to avoid deploy error after add model parameters using VS 2010 API

Hi,

 

We need to work with a huge model that has more than 3k parameters and 10k signals but we need to handle only 300.

 

So we import the model using System Explorer without import Signals and Parameters and then adding the required parameters using the VS 2010 API.

 

When we open the new SDF using System Explorer the parameters are there but we got error during deploy.

 

I am missing some step after the add operation. Which is it?

 

Cheers,

CHCastro
0 Kudos
Message 1 of 3
(6,246 Views)

Hi Claudio,

 

Does the SDF delploy if you import all of the channels?  Do you mind if I have a look at the code you are using to populate using the VS 2010 API?

 

Thanks,

Dustin D

0 Kudos
Message 2 of 3
(6,178 Views)

Hi Dustin,

 

If I import all parameters using the System Explorer it took a long time, sometimes the target crashes and is necessary to reset it.

 

We are trying to add only the model parameters (314) and not all of them (6000).

 

There are some code to open the SDF and navigate to the model before start to add the parameters.

 

Add Parameter.png

 

 

Cheers,

CHCastro
0 Kudos
Message 3 of 3
(6,163 Views)