Return codes

Return codes of the ipResultMessage.

Online Watch:

Return codes 1:

Defined events:

nEventId (hex)

sEventText

16#1001

Error during initialization. No router memory available. Check size of router memory.

16#1002

Error during access to object archive.

16#1004

Error in Transition PREOP->SAFEOP.

16#1005

Error in Transition SAFEOP->OP

16#1006

Error in Transition SAFEOP->OP: No Task assigned. Module will not be executed cyclically.

16#1007

Error in Transition OP->SAFEOP

16#1008

Error in Transition SAFEOP->PREOP

16#2001

Error during configuration. A nullpointer has been allocated.

16#2002

Error during configuration. A nullpointer has been allocated.

16#2003

Error during configuration. fT1 must be greater than zero.

16#2004

Error during configuration. fSamplingrate must be greater than zero.

16#2005

Error during configuration. fCutoff must be greater than zero and smaller than fSamplingrate/2.

16#2006

Error during configuration. fBandwidth must be greater than zero and smaller than fSamplingrate/2 - fCutoff.

16#2007

Error during configuration. fPassBandRipple must be greater than zero.

16#2008

Error during configuration. fStopBandRipple must be greater than zero.

16#2009

Error during configuration. nChannels must be greater than zero and smaller than 101.

16#200A

Error during configuration. nOversamples must be greater than zero.

16#200B

Error during configuration. nFilterOrder has to be between 1 and 10/20 (band pass and band stop/ low pass and high pass)

16#200C

Error during configuration. nCoefficientArraySize_A and nCoefficientArraySize_B must be equal and greater than seven.

16#200D

Error during configuration. pCoefficientArrayAdr_A is an invalid pointer.

16#200E

Error during configuration. A0 coefficient cant be zero due zero devision.

16#200F

Error during configuration. pCoefficientArrayAdr_B is an invalid pointer.

16#2010

Error during configuration. fKp must be greater than zero.

16#2011

Error during configuration. nSamplesToFilter must be greater than zero.

16#2012

Error during configuration. fT2 must be greater than zero.

16#2013

Error during configuration. fT3 must be greater than zero.

16#2014

Error during configuration.nOrder must be greater than zero and smaller than eleven.

16#2015

Error during configuration. nInitialValuesSize must be 0, 8, (OrderB+OrderA)*8 or (OrderB+OrderA)*nChannels*8.

16#2016

Error during configuration. Invalid FilterName.

16#2017

Error during configuration. Invalid FilterType.

16#2018

Error during configuration. bReset = false is only allowed if the following filter structure member don’t change: nCoefficientArraySize_A, nCoefficientArraySize_B, nChannels and nOversamples.

16#2019

Error during configuration. nCoefficientArraySize_Sos must be a multiple of 48.

16#201A

Error during configuration. pCoefficientArrayAdr_Sos is an invalid pointer.

16#201B

Error during configuration. Filter parameter lead to an unstable filter, please choose other filter parameter.

16#201C

Error during configuration. bReset = false is only allowed if the following filter structure member don’t change: nCoefficientArraySize_Sos, nChannels and nOversamples.

16#201D

Error during configuration. nInitialValuesSize must be 0, 8, (number of biquads)*4*8 or (number of biquads)*4*nChannels*8.

16#201E

Error during configuration. fNotchfrequency must be greater than zero and smaller than fSamplingrate/2.

16#201F

Error during configuration. fQ must be greater than zero.

16#2020

Error during configuration. fTheta must be greater than zero.

16#2021

Error during configuration. fTt must be greater than zero and a multiple of 1/fSamplingRate.

16#2022

Error during configuration. fDeltaMax must be equal or greater than zero.

16#3001

Error during runtime. No router memory available. Check size of router memory.

16#3002

Error during runtime. Missing configuration.

16#3003

Error during runtime. Cyclic caller is assigned. Methods can not be called.

16#3004

Error during runtime. Size of fIn Array doesnt match with nOversamples*nChannels.

16#3005

Error during runtime. Size of fOut Array cant be smaller than fIn Array Size.

16#3006

Error during runtime. A nullpointer has been allocated @ pIn.

16#3007

Error during runtime. A nullpointer has been allocated @ pOut.