DIAdem

cancel
Showing results for 
Search instead for 
Did you mean: 

Channel is out of data matrix

Solved!
Go to solution

Hello:

My question is about DAC and NI-Max. when i run script in DIAdem, it warned:"U30 channel is out of data matrix."The detailed information are attached below as pictures.

Do you met the same problem? could you give me some suggestion? Thanks in advance.

 

Download All
0 Kudos
Message 1 of 7
(3,332 Views)

Hi DinaDing,

 

What is the command in line 252 of your script "ak-stand.vbs"?

 

Greetings

Walter

0 Kudos
Message 2 of 7
(3,315 Views)

Hello  Walter:

The content of the wrong code are:a=Find("ch(L4)>=0.5")  ------242 line.

You can get the logic of these codes below in the picture.

 

Dina Ding

 

 

 

 

0 Kudos
Message 3 of 7
(3,305 Views)

Hi Dina Ding,

 

L4 should contain the channel number of the channel with name "I30". Does this channel exist? What is the content of L4?

Greetings

Walter

0 Kudos
Message 4 of 7
(3,303 Views)

Hello Walter:

L4=CNO("I30"), L5=CNO("U30"). I also defined I30 and U30 in DAC. You can see the DAC information in the picture.

0 Kudos
Message 5 of 7
(3,287 Views)

Hello Dina Ding,

Yes, I understand. My questions are:

1) Do those channel exist and appier in the Dataportal?

2) What is the content of L4 and L5? (you can display that for example with the command MsgBox)

Greetings

Walter

0 Kudos
Message 6 of 7
(3,285 Views)
Solution
Accepted by topic author DinaDing

Hello Walter:

I think i solved this problem just now.

The reason caused this warning is that:

The wrong trigger setting in DAC block leaded data-acquisition can't work.

 

Thanks for your reply.

Dina Ding

 

0 Kudos
Message 7 of 7
(3,281 Views)