LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Problem in retreiving table dataF

For the last 1 hour or so I am stuck with the error 116 - which pertains to some mismatch in the expected  pattern of the table to the actual. Though I am not sure where the mismatch is  ?

I am enclosing the small and simple code that is causing grief . Can someone say whats wrong ?

LV7.1 running on Win_XP Professional.

Thanks

Raghunathan
Raghunathan
LabVIEW to Automate Hydraulic Test rigs.
0 Kudos
Message 1 of 3
(2,315 Views)

Add a True constant to "header" on your write function.  This will let LabVIEW know how you are building your 2D array....2x5 and 1x10 have the same number of elements...the header is the "guide" to put it back together on the other side.

happy wireing,

Brett

0 Kudos
Message 2 of 3
(2,304 Views)
Hi Brett,

Yes, the wiring of a boolean constant  set to True, to the header input of the Write function in the VI, solved  the problem.

In future I should read the details in Help more thoroughly.Smiley Wink

Thanks

Raghunathan
Raghunathan
LabVIEW to Automate Hydraulic Test rigs.
0 Kudos
Message 3 of 3
(2,296 Views)