취소
다음에 대한 결과 표시 
다음에 대한 검색 
다음을 의미합니까? 

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 포인트
1/12 메시지
4,889 조회수
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 포인트
2/12 메시지
4,872 조회수

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

 

0 포인트
3/12 메시지
4,865 조회수

@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 포인트
4/12 메시지
4,851 조회수

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 포인트
5/12 메시지
4,843 조회수

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 포인트
6/12 메시지
4,835 조회수

It would be great if somebody help me from the scratch 

0 포인트
7/12 메시지
4,828 조회수
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 포인트
8/12 메시지
4,798 조회수

@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 포인트
9/12 메시지
4,772 조회수

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 포인트
10/12 메시지
4,753 조회수