From: varun dj on
Hi

How to access/update a variable/parameter present in S-Function by external .dll?
From: dk on
On Sep 10, 6:23 am, "varun dj" <var...(a)gmail.com> wrote:
> Hi
>
> How to access/update a variable/parameter present in S-Function by external .dll?

Assuming that you are using work vectors and you wanted to access them
from other S-function, you should be able to do so using "ssGetDWork".
From: varun DJ on
Hi,
I require something like this...

Model (S-Function) <-------------------------------------------->.dll
<----------------------------------------------------> C Code
Get/Set
Parameter Get/Set Parameter


Is this achievable?
From: varun DJ on
Hi,
I require something like this...
Model (S-Function) <------------------------------------>.dll
Get/Set Parameter(x)

and

..dll <-----------------------------> C Code
Get/Set Parameter(x)

Is this achievable?