LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Function recognition

I'm new here so Hi to everyone ! 🙂 

I'm new with LabVIew also, so sorry for probably  "stupid question". 

Could you help me recognite this function with "house" ? From what I found out this function is letting us to choose from every "icon" which was used in blockdigram and then i can use it string representation. I found this blockdigram in old computer and i want to use this "function" in my raport. 

Thank you ! 

 

 

0 Kudos
Message 1 of 8
(3,684 Views)

@tomek.ukf wrote:

I'm new here so Hi to everyone ! 🙂 

I'm new with LabVIew also, so sorry for probably  "stupid question". 

Could you help me recognite this function with "house" ? From what I found out this function is letting us to choose from every "icon" which was used in blockdigram and then i can use it string representation. I found this blockdigram in old computer and i want to use this "function" in my raport. 

Thank you ! 

 

 


Wow - talk about stumbling out of the starting blocks!  Please review the LabVIEW Training resources listed on the main LabVIEW forum page.  This is (usually) terrible coding practice, and if you are wondering what that function is, you aren't advanced enough to make use of it in an appropriate way.

 

Edit:

I'm sorry, that sounded kind of nasty.  I didn't mean it to sound so cruel.  😞

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 2 of 8
(3,681 Views)

That is a "Local Variable" they can be found on the Structures palette.  But probably should not be used the way you are describing.  The naming convention alone gives us clues that the code is not designed in a robust manner with a proper state machine to enforce system state information.

 

Number to Decimal String will only return the integer portion of the floating point values.  Use "Number to Fractional String" instead


"Should be" isn't "Is" -Jay
0 Kudos
Message 3 of 8
(3,677 Views)

I imagine you have a listbox with custom symbols on the right, but you don't show the corresponding block diagram object. Whenever you have duplicate code elements (number to string, but yes, pick the one that gives you decimal digits), consider using arrays and a for loop.

Where are the actual terminals? can you show us the entire diagram?

0 Kudos
Message 4 of 8
(3,651 Views)

Of course i can but it's my first program and  there are a  lot of mistakes and bad programing practises. Im builing it to teach myself about labview. My idea is to build  mesurment system for EDM(Electrical discharge machine) generator. Now im using Basic signal generator but later i will add signal from measuring card. Thank to your help guys i started to put parameters in raport generation i will add some graphs later. 

 

 

Here i have just part for voltage measurement i will add part for current later ( it should be almost same ) 

 

Sorry for mixing two languages i wasnt prepared for uploading but maybe you will show me some cardinal 

defects,mistakes

0 Kudos
Message 5 of 8
(3,643 Views)

@altenbach wrote:

I imagine you have a listbox with custom symbols on the right,


@ CA.  I believe the OP means This House "Glyph".

Capture1.PNG

and is speaking of the Link to... Right Click Menu selector.

Spoiler
I would happily be mistaken.

"Should be" isn't "Is" -Jay
0 Kudos
Message 6 of 8
(3,641 Views)

You are probably right jeff. That is certainly a gigantic list of controls/indicators. Seemed large for beginner code. 😮

 

Here, the "choosing" is at edit time. I thought he wanted to interact at run time.

 

In any case, whatever he's doing seems all misguided and wrong.

0 Kudos
Message 7 of 8
(3,628 Views)

Learning on your own can be fun, but some structured learning might help you understand things quicker.  At the bottom of this page is a bunch of links to free training.  If you have an active SSP or are a student the self-paced training is pretty good.  Otherwise there are a few other options.

 

Unofficial Forum Rules and Guidelines

0 Kudos
Message 8 of 8
(3,580 Views)