03-14-2011 03:10 PM
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,
03-22-2011 04:01 PM
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,
03-23-2011 03:54 PM
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.
Cheers,