LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Link Error

Hello.I have an error with attaching my cross product to the indicator. These are the errors and my system:

 

Snapshot_2015-09-18_205916.png

 

Snapshot_2015-09-18_211404.png

0 Kudos
Message 1 of 12
(3,722 Views)
Are you confused about what the error is, or how to correct it? There is a node to convert a matrix into an array.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 12
(3,705 Views)

Hi, Yes I am confused about how to correct it. I am very new to the programme:)

 

0 Kudos
Message 3 of 12
(3,698 Views)

@Oscar97 wrote:

Hi, Yes I am confused about how to correct it. I am very new to the programme:)

 


This has very little to do with LabVIEW and more with your understanding of scalars and matrices.

 

0 Kudos
Message 4 of 12
(3,684 Views)

Well , I am sure I have a pretty good underestang of these since I am in third year physics/math BSc. But i have no idea how this thing works

0 Kudos
Message 5 of 12
(3,676 Views)

A matrix is a special type of 2D array.  A scalar is not.  It is a single number.   Maybe you missed that day of class.

 

You can't wire a matrix into a scalar indicator.

 

Delete the indicator and right click on the output of the subVI and pick Create Constant.  Now you'll have an indicator of the right type.

0 Kudos
Message 6 of 12
(3,668 Views)

It would be great if somebody help me from the scratch 

0 Kudos
Message 7 of 12
(3,661 Views)
Have you gone through the tutorials? They can answer many basic questions.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 8 of 12
(3,631 Views)

@Oscar97 wrote:

It would be great if somebody help me from the scratch 


I did.

 

Did you read the last line of my message and try it?

0 Kudos
Message 9 of 12
(3,605 Views)

If you want the real and imaginary parts of a complex number given r and theta, you could just use this function.

 

Doing the desired math on these two vectors can be done with simple primitives from the numeric palette, no need to dive into the linear algebra palette. Just look up the math on wikipedia, for example. 😄

 

 (And again, as in e.g. your other thread here, make sure to use a descriptive subject for your posts. The term "Link error" has very little to do with your problem, because most people think of a web link or e.g. compiler problems with the linker and such. The word "link" is not mentioned at all in the error message you are showing, so why would you bring it up?)

0 Kudos
Message 10 of 12
(3,586 Views)