LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error Reading Cluster from disk

im trying to create error cluster of wire type yellow color, i tried and im getting only pink color , could u help me

0 Kudos
Message 1 of 15
(3,898 Views)
What function you are using to read from disk?
-Those are called Dbl(Yellow) and String(Pink) colors. try to read about data types in LabVIEW instead of using Color to refer them.
Thanks
uday
0 Kudos
Message 2 of 15
(3,886 Views)

i created cluster with three data types boolean,string, numeric , i need wire of type yellow color, here i attached screen copy for u

0 Kudos
Message 3 of 15
(3,873 Views)
Instead of screen copy which doesn't give any info please post actual code(VI).
-Can you explain bit more on what you are trying to do?
Thanks
uday
0 Kudos
Message 4 of 15
(3,866 Views)

Hi kashizudoto,

 

you find ready-to-use error clusters in the "Array, Matrix & Cluster" frontpanel elements palette - you don't need to create them "manually"! (Or you create FP elements by right-clicking a connector pane and choosing Create->Control/Indicator!)

 

i created cluster with three data types boolean,string, numeric

The error cluster is a cluster of boolean, number and string. In exactly that order!

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 5 of 15
(3,862 Views)

im trying to code OFDM technology using 16 QAM modulation, i will send you the vi file kindly look at it.  i created an array for 16-QAM modulation with cdm data representation and used while loop. i need error in function as yellow color .

thank u

0 Kudos
Message 6 of 15
(3,859 Views)

Hi kashizudoto,

 

i need error in function as yellow color .

Why do you need a special color?

 

This is a part of your VI block diagram as shown on my computer:

check.png

Why is the error cluster/wire not "dark yellow or brownish" for you as it is for me?

 

 

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 7 of 15
(3,855 Views)

There appears to be a skill set mismatch here.  It's like you're asking us to help you rebuild an engine, but you're stuck on the color of a spark plug wire.

 

May I suggest going to the main forum page here and taking some of the tutorials in the links under Getting Started with LabVIEW?  At this point, I still don't understand your problem.  😞

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.
Message 8 of 15
(3,846 Views)

@NAGARJUNA473 wrote:

im trying to create error cluster of wire type yellow color, i tried and im getting only pink color , could u help me


1. Error Cluster Constant can be found in the palette.

2. You can quick drop it with Ctrl+Space, type "error".

3. R-click any other function with error in/out and r-click --> Create constant. You can even drop a function just to create the constant, then delete the function.

4. Create a cluster manually with element order Bool, Integer, String as already mentioned.

 

/Y

 

/Y

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 9 of 15
(3,836 Views)

Is this a version issue?

 

I downloaded the VI linked by the OP in order to check the version when I closed it - it was saved in 2012 LabVIEW. I feel like when I've seen older videos for LabVIEW tutorials, some of them had pink error clusters, however, googling didn't give me any information on when the current version error cluster as a separate type of cluster with a yellow wire was introduced.

 

LabVIEW 2012 help files seem to suggest that by 2012, error wires were already yellow (so that would throw a spanner in this wondering...) but nonetheless, I wondered if this could be the 'problem'.


GCentral
0 Kudos
Message 10 of 15
(3,830 Views)