LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

N x N square help

Solved!
Go to solution
Solution
Accepted by Eric1977

When you use the "Replace array subset" primitive, there must be an element to replace otherwise nothing will happen. Try to intialize the array with empty string and run the code again, you will see the difference.

-----

The best solution is the one you find it by yourself
0 Kudos
Message 11 of 15
(674 Views)

Ahh, I see. I always forget to initialize the array first. Thanks for your sugggestion.

0 Kudos
Message 12 of 15
(664 Views)

Hi guys,

 

Need your LabView wisdom. The requirements have changed with my VI and I am back to the drawing board:

  • The computer that the program will be running on is a 15" touch screen.
  • The resolution of the touch screen is 1024x768

I've changed the VI from an Array Cluster of two elements (string and double) to an array of booleans using the label and caption as my data holders. My question is, some of the GUI is taken up by buttons and text that needs to be there, so is there anyway to dynamically size the array, buttons, and font size based on how many rows and columns there are in my array? Or does anyone else have a better solution?

 

0 Kudos
Message 13 of 15
(627 Views)

If you attach a zip full of VIs without a project file, at least tell us the name of the toplevel VI. Are we supposed to open all 44 files and start guessing?

0 Kudos
Message 14 of 15
(623 Views)

Sorry about that. The TopLevel VI is called Create INI for mold base.vi.

 

I haven't gotten around to rename my VIs yet...

0 Kudos
Message 15 of 15
(620 Views)