09-11-2013 09:15 PM
can i change the value of the discrete states in EMI_CB_CalculateResetStates?
The help of LabVIEW said that calculates the values to which to reset the states of an external model in it.But it didn`t said how to reset the discrete states in it.EMI_GetNextDiscreteStates said it can be called only within the EMI_CB_CalculateDiscreteStates function.So if the discrete states can be reset in EMI_CB_CalculateResetStates,how to do it?
THX
09-27-2013 06:46 PM
What is EMI_CB_CalculateResetStates? If I knew what you were asking about I could give a little more inteligent answer.
09-29-2013 05:00 AM
it is one function of the external model interface of the Control Design & Simulation Module.when a zero crossing appears,the systom will call this function to reset states.but the help of it just tell how to reset the continues states.i want to know whether i can reset the discrete states in it.