Our full technical support staff does not monitor this forum. If you need assistance from a member of our staff, please submit your question from the Ask a Question page.


Log in or register to post/reply in the forum.

Matrix size SDI12Recorder


heiko Nov 29, 2012 05:42 PM

Hi,

I connected 11 SDI12 Sensors to one SDI12-Port of the CR1000.
I wrote a code

SDI12Recorder(DTS_Val(nrDTS,1),7,addressDTS,"M2!",1,0)

were nrDTS is the number of Sensors connected to the SDI12-Port. In that case the number of Sensors are 11.

Everything is well defined in the Program, but I just get a matrix with 10 sensors.
Is there a maximum number of rows and columns withion the SDI12Recorder expression?

Thanks in advance
Heiko


heiko Nov 29, 2012 06:28 PM

Ok,
I still work on the Problem!
I was entering "nrDTS" 12! And the Matrix is now 11 x 8.
So that is not a Problem of the Matrix. Instead of that of that it seams to be a problem of a stuped coding error!

However, may you can help me.

Here is the part of the program


addressDTS=CHR(nrDTS+64)

SDI12Recorder(DTS_Val(nrDTS,1),7,addressDTS,"M2!",1,0)

Adresse(nrDTS) = addressDTS
MeanTurb(nrDTS) = DTS_Val(nrDTS,1)

were nrDTS --> number of sensors --> starting at 1 to 11
The Sensors are adressed from 'A' to 'K'
The Problem is:
When I sign in 11 Sensors I just get 10 measurements
When I sign in 12 Sensors I get 11 measurement. The index is always one less than the number of sensors defined in the header.
Does anyone have an idea what the problem is?

Best regards

Log in or register to post/reply in the forum.