LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

array size

hey!
 
so im having a problem with my array in labview where the size of my array must be the same everytime my program is run; otherwise it freezes. does anyone know if it can be different everytime i run my program?
 
thanks,
florence
0 Kudos
Message 1 of 3
(2,692 Views)
Your question makes no sense. An array can be any size, within memory limits. Its size depends on how you create/populate it. Clearly, something else in your code is causing this freeze. Unless you're trying to create ridiculously large arrays that are causing out of memory issues. Please post your code, or provide more information.
0 Kudos
Message 2 of 3
(2,677 Views)


florencetwong wrote:
so im having a problem with my array in labview where the size of my array must be the same everytime my program is run; otherwise it freezes. does anyone know if it can be different everytime i run my program?

  • What determines the array size? (Is it obtained from a file, hardwired into the code, entered from the FP, etc.)
  • What determines when and how the array size changes?
  • What happens when it "freezes"? (e.g. lockup of VI, of LabVIEW, or lockup of the entire computer, Temporary or fatal?)
  • Do you get any recovery messages next time you start LabVIEW?
  • What does you program do?
  • Are you interfacing to hardware or using third party DLLs or drivers, for example.
  • What is your LabVIEW version?


Message Edited by altenbach on 06-24-2008 02:17 PM
0 Kudos
Message 3 of 3
(2,671 Views)