Maximum array size

Hi,
I am using LabVIEW 8.2.1 (RT & DSC)
I need to process something while having all the prime numbers less than 1E9 available.
there are approximately 51 million.
is it ok with LabVIEW?  (array of the size 51 million) I will use 64bit array.
can LabVIEW deal with this size of array?
am I underestimating LabVIEW?
Thanks,
Amitai Abramson.

Alain S wrote:
altenbach wrote:
I just dug out my old prime code for up to 8 digit factors. It takes about 6 seconds to generate all 8 digit primes.
About 3.5 sec for primes up to 200000
and 41 sec for primes up to 999999
My code does 200000 is about 6ms (600x faster) and 999999 in about 32ms. (1200x faster)
(of course it also depends on hardware ) 
Alain S wrote:
So would you be so kind to point out where I could improve the code?
Initialize an array of x elements
Fill the array with numers 0 to x
Do the "Eratosthenes" trick to eliminate non primes. To avoid redim of the array I replace non primes by -100
Sort the array to get all -100 at the top of the array
Remove all equals (-100) with Open G vi
Remove first three elements (-100, 0 & 1) to keep only real primes.
A FOR loop knows the number of iterations, so generating the values in an autoindexing shift register is equally efficient and simpler. Steps (1&2) can be combined. It is also sufficient to only consider odd values (except "2"), reducing the array by 50%.
You are already touching the element so why not move it down to the next prime slot, reusing the operating array for the prime storage at once. This also eliminates sorting (O(NlogN)) and openG tools. Just truncate at the end after the last prime found. (4&5).
Looking at your code:
General:
Don't use a timeout case to poll the stop button 100x/sec while the program is idle. Use a latch action button to start the code, no need to reset via a value property (if you really want to reset the value, use a local variable instead). Use another event for the stop button.
While loop:
With every iteration of the while loop, you are converting to DBL and taking the square. Keep it blue! There should be no orange wires!
You can precalculate the number of iterations and use a FOR loop, eliminating the termination calculations.
Inner FOR loop:
You don't need to do trial divisions, this is way too much work. (The main reason for the slow performance!). Simply calculate the multiple indices directly. Once you are at half-size, there are no multiples left, don't keep looking for them. (My code runs the inner FOR loop 0 times for large values, eliminating a case structure).
After the loop:
Sorting is not needed if you correctly place the primes as they are calculated.
After sorting, all "-100" are at the beginning. All you need to do is search for the element with "2" and take the subset to the end. No need for fancy openg tools.
You shoud write to the indicator after the sequence. You don't want the timing to be biased by potential indicator updates.
Attached is a simple version of the code (LabVIEW 8.0. I have some others that might be more optimized in other terms (e.g. smaller memory footprint)). Of course there could be bugs.
See if it makes sense. I am sure there are inprovements possible. Of course you want to do this only once if it is part a bigger code, so use the "first run?" primitive and keep the primes in a shift register. No need to use an indicator for them at all.
Message Edited by altenbach on 11-29-2009 11:41 AM
LabVIEW Champion . Do more with less code and in less time .
Attachments:
FindPrimes.png ‏29 KB
FindPrimeFactors_only001.vi ‏20 KB

Similar Messages

  • MSGraph maximum array size is 3999 elements

    I just spent a couple of hours debugging and it seems that 2D array size in MSGraph cannot exceed 3999 elements. I am using MS Office 11 beta2 and office reporting toolkit. Some of my data sets were larger than 3999 and I was getting cryptic error messages. NI search did not yield any additional info so I am posting this for future searches. NI could have added some error checking if this really a case.
    Any ideas on how to easily plot arrays larger than that.
    Thanks
    RK

    I have never used MSGraph, but I recently used Excel 2000 to graph a chart that was 10000 by 3. This should solve your problem (unless, of course, I have misunderstood it--let me know).
    Sean

  • Maximum array size problem?

    i have the following peice of code:
    public class SirData {
         public static int[]  sirBytes;
         static {
              sirBytes = new int[] {208, 207, 17, 224, 161, 177, 26, 225, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 62, 0, 3, 0, 254, 255, 9, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 82, 0, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0, 254, 255, 255, 255, 0, 0, 0, 0, 254, 255, 255, 255, 0, 0, 0, 0, 81, 0, 0, 0, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 255, 9, 8, 16, 0, 0, 6, 5, 0, 169, 31, 205, 7, 201, 192, 0, 0, 6, 3, 0, 0, 225, 0, 2, 0, 176, 4, 193, 0, 2, 0, 0, 0, 226, 0, 0, 0, 92, 0, 112, 0, 3, 0, 0, 66, 83, 67, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 32, 66, 0, 2, 0, 176, 4, 97, 1, 2, 0, 0, 0, 192, 1, 0, 0, 61, 1, 10, 0, 3, 0, 4, 0, 5, 0, 1, 0, 6, 0, 156, 0, 2, 0, 14, 0, 25, 0, 2, 0, 0, 0, 18, 0, 2, 0, 0, 0, 19, 0, 2, 0, 0, 0, 175, 1, 2, 0, 0, 0, 188, 1, 2, 0, 0, 0, 61, 0, 18, 0, 195, 0, 60, 0, 33, 57, 73, 32, 56, 0, 0, 0, 0, 0, 1, 0, 88, 2, 64, 0, 2, 0, 0, 0, 141, 0, 2, 0, 0, 0, 34, 0, 2, 0, 0, 0, 14, 0, 2, 0, 1, 0, 183, 1, 2, 0, 0, 0, 218, 0, 2, 0, 0, 0, 49, 0, 26, 0, 200, 0, 0, 0, 255, 127, 144, 1, 0, 0, 0, 0, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 49, 0, 26, 0, 200, 0, 1, 0, 255, 127, 188, 2, 0, 0, 0, 0, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 49, 0, 26, 0, 200, 0, 2, 0, 255, 127, 144, 1, 0, 0, 0, 0, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 49, 0, 26, 0, 200, 0, 3, 0, 255, 127, 188, 2, 0, 0, 0, 0, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 49, 0, 26, 0, 200, 0, 0, 0, 255, 127, 144, 1, 0, 0, 0, 0, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 49, 0, 26, 0, 200, 0, 3, 0, 255, 127, 188, 2, 0, 0, 0, 2, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 49, 0, 26, 0, 200, 0, 0, 0, 255, 127, 144, 1, 0, 0, 0, 2, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 49, 0, 26, 0, 200, 0, 4, 0, 12, 0, 144, 1, 0, 0, 1, 0, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 49, 0, 26, 0, 200, 0, 4, 0, 36, 0, 144, 1, 0, 0, 1, 0, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 49, 0, 26, 0, 200, 0, 1, 0, 255, 127, 188, 2, 0, 0, 0, 2, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 49, 0, 46, 0, 240, 0, 1, 0, 255, 127, 188, 2, 0, 0, 0, 1, 0, 221, 15, 1, 84, 0, 105, 0, 109, 0, 101, 0, 115, 0, 32, 0, 78, 0, 101, 0, 119, 0, 32, 0, 82, 0, 111, 0, 109, 0, 97, 0, 110, 0, 49, 0, 46, 0, 240, 0, 1, 0, 12, 0, 188, 2, 0, 0, 0, 1, 0, 221, 15, 1, 84, 0, 105, 0, 109, 0, 101, 0, 115, 0, 32, 0, 78, 0, 101, 0, 119, 0, 32, 0, 82, 0, 111, 0, 109, 0, 97, 0, 110, 0, 49, 0, 26, 0, 160, 0, 0, 0, 255, 127, 144, 1, 0, 0, 0, 0, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 49, 0, 46, 0, 24, 1, 7, 0, 255, 127, 188, 2, 0, 0, 1, 1, 0, 221, 15, 1, 84, 0, 105, 0, 109, 0, 101, 0, 115, 0, 32, 0, 78, 0, 101, 0, 119, 0, 32, 0, 82, 0, 111, 0, 109, 0, 97, 0, 110, 0, 49, 0, 46, 0, 24, 1, 6, 0, 255, 127, 144, 1, 0, 0, 1, 1, 0, 221, 15, 1, 84, 0, 105, 0, 109, 0, 101, 0, 115, 0, 32, 0, 78, 0, 101, 0, 119, 0, 32, 0, 82, 0, 111, 0, 109, 0, 97, 0, 110, 0, 49, 0, 28, 0, 160, 0, 0, 0, 255, 127, 144, 1, 0, 0, 0, 2, 0, 221, 6, 1, 84, 0, 97, 0, 104, 0, 111, 0, 109, 0, 97, 0, 49, 0, 26, 0, 200, 0, 1, 0, 12, 0, 188, 2, 0, 0, 0, 2, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 49, 0, 46, 0, 240, 0, 0, 0, 255, 127, 144, 1, 0, 0, 0, 1, 0, 221, 15, 1, 84, 0, 105, 0, 109, 0, 101, 0, 115, 0, 32, 0, 78, 0, 101, 0, 119, 0, 32, 0, 82, 0, 111, 0, 109, 0, 97, 0, 110, 0, 49, 0, 26, 0, 24, 1, 0, 0, 255, 127, 144, 1, 0, 0, 0, 0, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 49, 0, 26, 0, 200, 0, 0, 0, 22, 0, 144, 1, 0, 0, 0, 0, 0, 221, 5, 1, 65, 0, 114, 0, 105, 0, 97, 0, 108, 0, 30, 4, 28, 0, 5, 0, 23, 0, 0, 34, 36, 34, 35, 44, 35, 35, 48, 95, 41, 59, 92, 40, 34, 36, 34, 35, 44, 35, 35, 48, 92, 41, 30, 4, 33, 0, 6, 0, 28, 0, 0, 34, 36, 34, 35, 44, 35, 35, 48, 95, 41, 59, 91, 82, 101, 100, 93, 92, 40, 34, 36, 34, 35, 44, 35, 35, 48, 92, 41, 30, 4, 34, 0, 7, 0, 29, 0, 0, 34, 36, 34, 35, 44, 35, 35, 48, 46, 48, 48, 95, 41, 59, 92, 40, 34, 36, 34, 35, 44, 35, 35, 48, 46, 48, 48, 92, 41, 30, 4, 39, 0, 8, 0, 34, 0, 0, 34, 36, 34, 35, 44, 35, 35, 48, 46, 48, 48, 95, 41, 59, 91, 82, 101, 100, 93, 92, 40, 34, 36, 34, 35, 44, 35, 35, 48, 46, 48, 48, 92, 41, 30, 4, 55, 0, 42, 0, 50, 0, 0, 95, 40, 34, 36, 34, 42, 32, 35, 44, 35, 35, 48, 95, 41, 59, 95, 40, 34, 36, 34, 42, 32, 92, 40, 35, 44, 35, 35, 48, 92, 41, 59, 95, 40, 34, 36, 34, 42, 32, 34, 45, 34, 95, 41, 59, 95, 40, 64, 95, 41, 30, 4, 46, 0, 41, 0, 41, 0, 0, 95, 40, 42, 32, 35, 44, 35, 35, 48, 95, 41, 59, 95, 40, 42, 32, 92, 40, 35, 44, 35, 35, 48, 92, 41, 59, 95, 40, 42, 32, 34, 45, 34, 95, 41, 59, 95, 40, 64, 95, 41, 30, 4, 63, 0, 44, 0, 58, 0, 0, 95, 40, 34, 36, 34, 42, 32, 35, 44, 35, 35, 48, 46, 48, 48, 95, 41, 59, 95, 40, 34, 36, 34, 42, 32, 92, 40, 35, 44, 35, 35, 48, 46, 48, 48, 92, 41, 59, 95, 40, 34, 36, 34, 42, 32, 34, 45, 34, 63, 63, 95, 41, 59, 95, 40, 64, 95, 41, 30, 4, 54, 0, 43, 0, 49, 0, 0, 95, 40, 42, 32, 35, 44, 35, 35, 48, 46, 48, 48, 95, 41, 59, 95, 40, 42, 32, 92, 40, 35, 44, 35, 35, 48, 46, 48, 48, 92, 41, 59, 95, 40, 42, 32, 34, 45, 34, 63, 63, 95, 41, 59, 95, 40, 64, 95, 41, 30, 4, 16, 0, 164, 0, 11, 0, 0, 34, 36, 34, 35, 44, 35, 35, 48, 46, 48, 48, 30, 4, 20, 0, 165, 0, 15, 0, 0, 109, 109, 109, 109, 92, 32, 100, 92, 44, 92, 32, 121, 121, 121, 121, 30, 4, 17, 0, 166, 0, 12, 0, 0, 100, 92, 45, 109, 109, 109, 92, 45, 121, 121, 121, 121, 30, 4, 14, 0, 167, 0, 9, 0, 0, 109, 109, 109, 92, 45, 121, 121, 121, 121, 30, 4, 9, 0, 168, 0, 4, 0, 0, 48, 46, 48, 37, 30, 4, 8, 0, 169, 0, 3, 0, 0, 48, 95, 41, 30, 4, 12, 0, 170, 0, 7, 0, 0, 48, 46, 48, 48, 37, 95, 41, 30, 4, 36, 0, 171, 0, 31, 0, 0, 91, 36, 45, 52, 48, 57, 93, 100, 100, 100, 100, 92, 44, 92, 32, 109, 109, 109, 109, 92, 32, 100, 100, 92, 44, 92, 32, 121, 121, 121, 121, 30, 4, 15, 0, 172, 0, 10, 0, 0, 109, 47, 100, 47, 121, 121, 121, 121, 95, 41, 30, 4, 13, 0, 173, 0, 8, 0, 0, 48, 46, 48, 48, 63, 37, 95, 41, 30, 4, 13, 0, 174, 0, 8, 0, 0, 48, 46, 48, 63, 63, 37, 95, 41, 30, 4, 21, 0, 175, 0, 16, 0, 0, 34, 89, 101, 115, 34, 59, 34, 89, 101, 115, 34, 59, 34, 78, 111, 34, 30, 4, 26, 0, 176, 0, 21, 0, 0, 34, 84, 114, 117, 101, 34, 59, 34, 84, 114, 117, 101, 34, 59, 34, 70, 97, 108, 115, 101, 34, 30, 4, 20, 0, 177, 0, 15, 0, 0, 34, 79, 110, 34, 59, 34, 79, 110, 34, 59, 34, 79, 102, 102, 34, 30, 4, 93, 0, 178, 0, 44, 0, 1, 91, 0, 36, 0, 172, 32, 45, 0, 50, 0, 93, 0, 92, 0, 32, 0, 35, 0, 44, 0, 35, 0, 35, 0, 48, 0, 46, 0, 48, 0, 48, 0, 95, 0, 41, 0, 59, 0, 91, 0, 82, 0, 101, 0, 100, 0, 93, 0, 92, 0, 40, 0, 91, 0, 36, 0, 172, 32, 45, 0, 50, 0, 93, 0, 92, 0, 32, 0, 35, 0, 44, 0, 35, 0, 35, 0, 48, 0, 46, 0, 48, 0, 48, 0, 92, 0, 41, 0, 30, 4, 15, 0, 179, 0, 10, 0, 0, 109, 109, 47, 100, 100, 47, 121, 121, 59, 64, 224, 0, 20, 0, 0, 0, 0, 0, 245, 255, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 1, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 1, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 2, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 2, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 245, 255, 32, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 5, 0, 43, 0, 245, 255, 32, 0, 0, 248, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 5, 0, 41, 0, 245, 255, 32, 0, 0, 248, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 5, 0, 44, 0, 245, 255, 32, 0, 0, 248, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 5, 0, 42, 0, 245, 255, 32, 0, 0, 248, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 9, 0, 0, 0, 244, 255, 0, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 8, 0, 0, 0, 244, 255, 0, 0, 0, 244, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 5, 0, 9, 0, 245, 255, 32, 0, 0, 248, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 34, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 6, 0, 0, 0, 1, 0, 34, 0, 0, 56, 17, 17, 64, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 7, 0, 0, 0, 1, 0, 34, 0, 0, 56, 17, 17, 64, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 7, 0, 0, 0, 1, 0, 34, 0, 0, 56, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 7, 0, 0, 0, 1, 0, 34, 0, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 7, 0, 0, 0, 1, 0, 32, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 8, 0, 0, 0, 81, 1, 32, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 6, 0, 0, 0, 1, 0, 33, 0, 0, 56, 0, 32, 0, 0, 0, 32, 0, 0, 192, 32, 224, 0, 20, 0, 7, 0, 0, 0, 1, 0, 33, 0, 0, 56, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 6, 0, 0, 0, 1, 0, 34, 0, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 7, 0, 0, 0, 1, 0, 34, 0, 0, 120, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 7, 0, 0, 0, 1, 0, 32, 0, 0, 104, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 96, 0, 0, 0, 0, 0, 0, 0, 4, 9, 32, 224, 0, 20, 0, 7, 0, 0, 0, 1, 0, 35, 0, 0, 120, 0, 0, 0, 0, 0, 0, 0, 4, 9, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 35, 0, 0, 120, 0, 0, 0, 0, 0, 0, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 64, 0, 0, 0, 0, 0, 0, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 32, 0, 16, 0, 0, 0, 32, 0, 0, 192, 32, 224, 0, 20, 0, 11, 0, 0, 0, 1, 0, 8, 0, 0, 120, 17, 17, 64, 32, 64, 32, 0, 4, 43, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 33, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 96, 0, 17, 0, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 11, 0, 0, 0, 1, 0, 8, 0, 0, 120, 17, 17, 64, 32, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 11, 0, 0, 0, 1, 0, 8, 0, 0, 120, 16, 1, 0, 32, 64, 0, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 34, 0, 0, 112, 16, 17, 0, 32, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 11, 0, 0, 0, 1, 0, 8, 0, 0, 120, 16, 17, 0, 32, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 34, 0, 0, 112, 1, 1, 64, 0, 64, 0, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 34, 0, 0, 112, 0, 1, 0, 0, 64, 0, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 34, 0, 0, 112, 16, 1, 0, 32, 64, 0, 0, 4, 9, 32, 224, 0, 20, 0, 11, 0, 0, 0, 1, 0, 8, 0, 0, 120, 1, 17, 64, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 96, 1, 0, 64, 0, 0, 0, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 96, 16, 0, 0, 32, 0, 0, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 96, 1, 16, 64, 0, 0, 32, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 96, 0, 16, 0, 0, 0, 32, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 96, 16, 16, 0, 32, 0, 32, 0, 4, 9, 32, 224, 0, 20, 0, 11, 0, 0, 0, 1, 0, 8, 0, 0, 120, 0, 0, 0, 0, 0, 0, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 96, 0, 1, 0, 0, 64, 0, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 96, 16, 1, 0, 32, 64, 0, 0, 4, 9, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 104, 1, 1, 64, 0, 64, 0, 0, 4, 9, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 104, 1, 0, 64, 0, 0, 0, 0, 4, 9, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 104, 1, 16, 64, 0, 0, 32, 0, 4, 9, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 104, 0, 0, 0, 0, 0, 0, 0, 4, 9, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 104, 0, 1, 0, 0, 64, 0, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 33, 0, 0, 112, 0, 0, 0, 0, 0, 0, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 35, 0, 0, 112, 0, 0, 0, 0, 0, 0, 0, 4, 9, 32, 224, 0, 20, 0, 14, 0, 0, 0, 1, 0, 32, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 33, 0, 0, 112, 0, 16, 0, 0, 0, 32, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 33, 0, 0, 112, 0, 17, 0, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 16, 0, 0, 120, 1, 17, 64, 0, 64, 32, 0, 4, 22, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 16, 0, 0, 112, 0, 17, 0, 0, 64, 32, 0, 4, 22, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 16, 0, 0, 112, 16, 17, 0, 32, 64, 32, 0, 4, 22, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 16, 0, 0, 80, 0, 0, 0, 0, 0, 0, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 48, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 40, 0, 0, 48, 119, 119, 64, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 40, 0, 0, 48, 23, 119, 64, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 40, 0, 0, 48, 112, 119, 0, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 40, 0, 0, 48, 119, 112, 64, 32, 0, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 40, 0, 0, 48, 23, 112, 64, 32, 0, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 40, 0, 0, 48, 112, 112, 0, 32, 0, 32, 0, 0, 192, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 40, 1, 17, 64, 0, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 40, 0, 17, 0, 0, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 40, 16, 17, 0, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 35, 0, 0, 88, 0, 0, 0, 0, 0, 0, 0, 4, 9, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 40, 0, 16, 0, 0, 0, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 40, 0, 0, 48, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 40, 0, 0, 56, 17, 17, 64, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 40, 0, 0, 48, 17, 112, 64, 32, 0, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 40, 0, 0, 48, 17, 119, 64, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 32, 0, 18, 0, 0, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 32, 32, 18, 0, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 40, 18, 18, 64, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 19, 0, 0, 0, 1, 0, 32, 0, 0, 8, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 0, 0, 0, 56, 18, 32, 64, 32, 0, 32, 0, 0, 192, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 0, 0, 0, 56, 18, 17, 64, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 40, 18, 17, 64, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 40, 18, 33, 64, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 7, 0, 0, 0, 1, 0, 33, 0, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 17, 0, 0, 0, 1, 0, 33, 0, 0, 56, 0, 18, 0, 0, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 33, 0, 0, 48, 0, 16, 0, 0, 0, 32, 0, 0, 192, 32, 224, 0, 20, 0, 20, 0, 0, 0, 1, 0, 35, 0, 0, 88, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 14, 0, 1, 0, 33, 0, 0, 116, 0, 17, 0, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 14, 0, 1, 0, 32, 0, 0, 100, 0, 17, 0, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 14, 0, 1, 0, 32, 0, 0, 100, 0, 16, 0, 0, 0, 32, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 49, 0, 1, 0, 33, 0, 0, 52, 0, 16, 0, 0, 0, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 49, 0, 1, 0, 33, 0, 0, 116, 1, 17, 64, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 49, 0, 1, 0, 33, 0, 0, 116, 0, 17, 0, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 49, 0, 1, 0, 33, 0, 0, 116, 16, 17, 0, 32, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 11, 0, 14, 0, 1, 0, 9, 0, 0, 124, 1, 17, 64, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 11, 0, 14, 0, 1, 0, 9, 0, 0, 124, 0, 17, 0, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 11, 0, 14, 0, 1, 0, 9, 0, 0, 124, 16, 17, 0, 32, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 11, 0, 0, 0, 1, 0, 9, 0, 0, 120, 1, 17, 64, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 11, 0, 0, 0, 1, 0, 9, 0, 0, 120, 0, 17, 0, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 11, 0, 0, 0, 1, 0, 9, 0, 0, 120, 16, 17, 0, 32, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 34, 0, 0, 112, 1, 17, 64, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 34, 0, 0, 112, 0, 17, 0, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 12, 0, 0, 0, 1, 0, 9, 0, 0, 120, 0, 17, 0, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 12, 0, 0, 0, 1, 0, 9, 0, 0, 120, 16, 17, 0, 32, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 18, 0, 49, 0, 1, 0, 9, 0, 0, 124, 1, 17, 64, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 18, 0, 49, 0, 1, 0, 9, 0, 0, 124, 0, 17, 0, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 18, 0, 49, 0, 1, 0, 9, 0, 0, 124, 16, 17, 0, 32, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 18, 0, 0, 0, 1, 0, 9, 0, 0, 120, 1, 17, 64, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 18, 0, 0, 0, 1, 0, 9, 0, 0, 120, 0, 17, 0, 0, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 18, 0, 0, 0, 1, 0, 9, 0, 0, 120, 16, 17, 0, 32, 64, 32, 0, 4, 9, 32, 224, 0, 20, 0, 11, 0, 14, 0, 1, 0, 9, 0, 0, 124, 1, 17, 64, 0, 64, 32, 0, 4, 43, 32, 224, 0, 20, 0, 11, 0, 14, 0, 1, 0, 9, 0, 0, 124, 0, 17, 0, 0, 64, 32, 0, 4, 43, 32, 224, 0, 20, 0, 11, 0, 14, 0, 1, 0, 9, 0, 0, 124, 16, 17, 0, 32, 64, 32, 0, 4, 43, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 9, 0, 0, 48, 1, 33, 64, 0, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 9, 0, 0, 48, 0, 33, 0, 0, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 9, 0, 0, 48, 32, 33, 0, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 49, 0, 1, 0, 33, 0, 0, 52, 1, 33, 64, 0, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 49, 0, 1, 0, 33, 0, 0, 52, 32, 33, 0, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 17, 0, 0, 0, 1, 0, 33, 0, 0, 56, 1, 18, 64, 0, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 17, 0, 0, 0, 1, 0, 33, 0, 0, 56, 32, 18, 0, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 49, 0, 1, 0, 33, 0, 0, 52, 1, 17, 64, 0, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 49, 0, 1, 0, 33, 0, 0, 52, 32, 17, 0, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 9, 0, 0, 48, 1, 17, 64, 0, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 9, 0, 0, 48, 32, 17, 0, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 0, 0, 0, 24, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 56, 1, 17, 64, 0, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 10, 0, 0, 0, 1, 0, 32, 0, 0, 56, 0, 17, 0, 0, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 48, 0, 17, 0, 0, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 48, 16, 17, 0, 32, 64, 32, 0, 0, 192, 32, 224, 0, 20, 0, 6, 0, 0, 0, 1, 0, 33, 0, 0, 56, 1, 1, 64, 0, 64, 0, 0, 0, 192, 32, 224, 0, 20, 0, 6, 0, 0, 0, 1, 0, 33, 0, 0, 56, 0, 1, 0, 0, 64, 0, 0, 0, 192, 32, 224, 0, 20, 0, 6, 0, 0, 0, 1, 0, 33, 0, 0, 56, 16, 1, 0, 32, 64, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 48, 1, 0, 64, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 48, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 48, 16, 0, 0, 32, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 6, 0, 0, 0, 1, 0, 32, 0, 0, 56, 0, 0, 0, 0, 0, 0, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 48, 1, 16, 64, 0, 0, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 48, 0, 16, 0, 0, 0, 32, 0, 0, 192, 32, 224, 0, 20, 0, 0, 0, 0, 0, 1, 0, 32, 0, 0, 48, 16, 16, 0, 32, 0, 32, 0, 0, 192, 32, 147, 2, 4, 0, 16, 128, 3, 255, 147, 2, 4, 0, 17, 128, 6, 255, 147, 2, 4, 0, 18, 128, 4, 255, 147, 2, 4, 0, 19, 128, 7, 255, 147, 2, 4, 0, 20, 128, 9, 255, 147, 2, 4, 0, 21, 128, 8, 255, 147, 2, 4, 0, 0, 128, 0, 255, 147, 2, 4, 0, 22, 128, 5, 255, 146, 0, 226, 0, 56, 0, 0, 0, 0, 0, 255, 255, 255, 0, 255, 0, 0, 0, 0, 255, 0, 0, 0, 0, 255, 0, 255, 255, 0, 0, 255, 0, 255, 0, 0, 255, 255, 0, 128, 0, 0, 0, 0, 128, 0, 0, 0, 0, 128, 0, 128, 128, 0, 0, 128, 0, 128, 0, 0, 128, 128, 0, 192, 192, 192, 0, 128, 128, 128, 0, 128, 128, 255, 0, 128, 32, 96, 0, 255, 255, 192, 0, 160, 224, 224, 0, 96, 0, 128, 0, 255, 128, 128, 0, 0, 128, 192, 0, 192, 192, 255, 0, 0, 0, 128, 0, 255, 0, 255, 0, 255, 255, 0, 0, 0, 255, 255, 0, 128, 0, 128, 0, 128, 0, 0, 0, 0, 128, 128, 0, 0, 0, 255, 0, 0, 204, 255, 0, 105, 255, 255, 0, 204, 255, 204, 0, 255, 255, 153, 0, 166, 202, 240, 0, 204, 156, 204, 0, 204, 153, 255, 0, 227, 227, 227, 0, 51, 102, 255, 0, 51, 204, 204, 0, 51, 153, 51, 0, 153, 153, 51, 0, 153, 102, 51, 0, 153, 102, 102, 0, 102, 102, 153, 0, 150, 150, 150, 0, 51, 51, 204, 0, 51, 102, 102, 0, 0, 51, 0, 0, 51, 51, 0, 0, 102, 51, 0, 0, 153, 51, 102, 0, 51, 51, 153, 0, 66, 66, 66, 0, 92, 16, 14, 0, 3, 0, 0, 0, 0, 0, 255, 255, 255, 0, 0, 0, 0, 0, 96, 1, 2, 0, 1, 0, 133, 0, 23, 0, 213, 45, 0, 0, 0, 0, 15, 0, 83, 105, 114, 32, 73, 110, 102, 111, 114, 109, 97, 116, 105, 111, 110, 133, 0, 19, 0, 19, 88, 0, 0, 0, 0, 11, 0, 68, 101, 112, 108, 111, 121, 32, 70, 111, 114, 109, 133, 0, 17, 0, 100, 96, 0, 0, 0, 0, 9, 0, 84, 101, 115, 116, 32, 80, 108, 97, 110, 133, 0, 19, 0, 93, 106, 0, 0, 0, 0, 11, 0, 80, 101, 101, 114, 32, 82, 101, 118, 105, 101, 119, 133, 0, 19, 0, 156, 124, 0, 0, 0, 0, 11, 0, 83, 99, 114, 101, 101, 110, 83, 104, 111, 116, 115, 140, 0, 4, 0, 1, 0, 1, 0, 174, 1, 4, 0, 5, 0, 1, 4, 23, 0, 26, 0, 4, 0, 0, 0, 255, 255, 255, 255, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 3, 0, 0, 0, 2, 0, 2, 0, 24, 0, 33, 0, 0, 0, 0, 7, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 66, 101, 103, 95, 66, 97, 108, 59, 0, 0, 17, 0, 120, 1, 2, 0, 2, 0, 24, 0, 30, 0, 0, 0, 0, 4, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 68, 97, 116, 97, 59, 0, 0, 17, 0, 120, 1, 0, 0, 8, 0, 24, 0, 33, 0, 0, 0, 0, 7, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 69, 110, 100, 95, 66, 97, 108, 59, 0, 0, 17, 0, 120, 1, 8, 0, 8, 0, 24, 0, 35, 0, 0, 0, 0, 9, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 69, 120, 116, 114, 97, 95, 80, 97, 121, 59, 0, 0, 17, 0, 120, 1, 4, 0, 4, 0, 24, 0, 28, 0, 0, 0, 0, 13, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 69, 120, 116, 114, 97, 95, 80, 97, 121, 109, 101, 110, 116, 24, 0, 36, 0, 0, 0, 0, 10, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 70, 117, 108, 108, 95, 80, 114, 105, 110, 116, 59, 0, 0, 0, 0, 120, 1, 0, 0, 8, 0, 24, 0, 40, 0, 0, 0, 0, 10, 15, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 72, 101, 97, 100, 101, 114, 95, 82, 111, 119, 59, 0, 0, 16, 0, 16, 0, 0, 0, 255, 0, 98, 1, 8, 0, 24, 0, 29, 0, 0, 0, 0, 3, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 73, 110, 116, 59, 0, 0, 17, 0, 120, 1, 7, 0, 7, 0, 24, 0, 35, 0, 0, 0, 0, 13, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 73, 110, 116, 101, 114, 101, 115, 116, 95, 82, 97, 116, 101, 58, 0, 0, 6, 0, 3, 0, 24, 0, 60, 0, 0, 0, 0, 8, 37, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 76, 97, 115, 116, 95, 82, 111, 119, 99, 31, 0, 0, 0, 25, 2, 15, 0, 99, 7, 0, 0, 0, 99, 15, 0, 0, 0, 3, 25, 8, 12, 0, 35, 7, 0, 0, 0, 25, 8, 3, 0, 34, 3, 1, 0, 24, 0, 33, 0, 0, 0, 0, 11, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 76, 111, 97, 110, 95, 65, 109, 111, 117, 110, 116, 58, 0, 0, 5, 0, 3, 0, 24, 0, 32, 0, 0, 0, 0, 10, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 76, 111, 97, 110, 95, 83, 116, 97, 114, 116, 58, 0, 0, 9, 0, 3, 0, 24, 0, 32, 0, 0, 0, 0, 10, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 76, 111, 97, 110, 95, 89, 101, 97, 114, 115, 58, 0, 0, 7, 0, 3, 0, 24, 0, 38, 0, 0, 0, 0, 16, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 78, 117, 109, 95, 80, 109, 116, 95, 80, 101, 114, 95, 89, 101, 97, 114, 58, 0, 0, 8, 0, 3, 0, 24, 0, 64, 0, 0, 0, 0, 18, 31, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 78, 117, 109, 98, 101, 114, 95, 111, 102, 95, 80, 97, 121, 109, 101, 110, 116, 115, 31, 123, 20, 174, 71, 225, 122, 132, 63, 35, 3, 0, 0, 0, 31, 0, 0, 0, 0, 0, 0, 240, 191, 98, 3, 64, 0, 30, 1, 0, 3, 24, 0, 34, 0, 0, 0, 0, 8, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 97, 121, 95, 68, 97, 116, 101, 59, 0, 0, 17, 0, 120, 1, 1, 0, 1, 0, 24, 0, 33, 0, 0, 0, 0, 7, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 97, 121, 95, 78, 117, 109, 59, 0, 0, 17, 0, 120, 1, 0, 0, 0, 0, 24, 0, 60, 0, 0, 0, 0, 12, 33, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 97, 121, 109, 101, 110, 116, 95, 68, 97, 116, 101, 99, 12, 0, 0, 0, 97, 69, 0, 99, 12, 0, 0, 0, 97, 68, 0, 99, 19, 0, 0, 0, 3, 99, 12, 0, 0, 0, 97, 67, 0, 97, 65, 0, 24, 0, 29, 0, 0, 0, 0, 14, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 97, 121, 109, 101, 110, 116, 95, 78, 117, 109, 98, 101, 114, 24, 0, 31, 0, 0, 0, 0, 5, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 114, 105, 110, 99, 59, 0, 0, 17, 0, 120, 1, 6, 0, 6, 0, 24, 0, 27, 0, 32, 0, 0, 1, 11, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 6, 59, 1, 0, 0, 0, 38, 0, 0, 0, 12, 0, 24, 0, 55, 0, 0, 0, 0, 16, 24, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 80, 114, 105, 110, 116, 95, 65, 114, 101, 97, 95, 82, 101, 115, 101, 116, 25, 1, 0, 0, 35, 6, 0, 0, 0, 30, 0, 0, 30, 0, 0, 67, 10, 0, 0, 0, 34, 4, 78, 0, 24, 0, 35, 0, 0, 0, 0, 9, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 83, 99, 104, 101, 100, 95, 80, 97, 121, 59, 0, 0, 17, 0, 120, 1, 3, 0, 3, 0, 24, 0, 46, 0, 0, 0, 0, 24, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 83, 99, 104, 101, 100, 117, 108, 101, 100, 95, 69, 120, 116, 114, 97, 95, 80, 97, 121, 109, 101, 110, 116, 115, 58, 0, 0, 10, 0, 3, 0, 24, 0, 45, 0, 0, 0, 0, 23, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 83, 99, 104, 101, 100, 117, 108, 101, 100, 95, 73, 110, 116, 101, 114, 101, 115, 116, 95, 82, 97, 116, 101, 58, 0, 0, 6, 0, 3, 0, 24, 0, 47, 0, 0, 0, 0, 25, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 83, 99, 104, 101, 100, 117, 108, 101, 100, 95, 77, 111, 110, 116, 104, 108, 121, 95, 80, 97, 121, 109, 101, 110, 116, 58, 0, 0, 5, 0, 7, 0, 24, 0, 32, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 83, 99, 104, 101, 100, 117, 108, 101, 100, 95, 80, 97, 121, 109, 101, 110, 116, 24, 0, 36, 0, 0, 0, 0, 14, 7, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 84, 111, 116, 97, 108, 95, 73, 110, 116, 101, 114, 101, 115, 116, 58, 0, 0, 9, 0, 7, 0, 24, 0, 35, 0, 0, 0, 0, 9, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 84, 111, 116, 97, 108, 95, 80, 97, 121, 59, 0, 0, 17, 0, 120, 1, 5, 0, 5, 0, 24, 0, 39, 0, 0, 0, 0, 13, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 84, 111, 116, 97, 108, 95, 80, 97, 121, 109, 101, 110, 116, 99, 27, 0, 0, 0, 99, 5, 0, 0, 0, 3, 24, 0, 78, 0, 0, 0, 0, 14, 49, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 86, 97, 108, 117, 101, 115, 95, 69, 110, 116, 101, 114, 101, 100, 99, 11, 0, 0, 0, 99, 9, 0, 0, 0, 5, 99, 13, 0, 0, 0, 5, 99, 12, 0, 0, 0, 5, 30, 0, 0, 13, 25, 2, 7, 0, 30, 1, 0, 25, 8, 10, 0, 30, 0, 0, 25, 8, 3, 0, 34, 3, 1, 0, 193, 1, 8, 0, 193, 1, 0, 0, 34, 190, 1, 0, 235, 0, 191, 6, 15, 0, 0, 240, 183, 6, 0, 0, 0, 0, 6, 240, 40, 0, 0, 0, 1, 16, 0, 0, 4, 0, 0, 0, 31, 0, 0, 0, 3, 0, 0, 0, 1, 0, 0, 0, 31, 0, 0, 0, 2, 0, 0, 0, 4, 0, 0, 0, 3, 0, 0, 0, 2, 0, 0, 0, 31, 0, 1, 240, 65, 6, 0, 0, 98, 0, 7, 240, 57, 6, 0, 0, 6, 6, 62, 89, 243, 57, 43, 68, 240, 248, 8, 41, 120, 126, 197, 152, 5, 66, 255, 0, 21, 6, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 110, 30, 240, 13, 6, 0, 0, 62, 89, 243, 57, 43, 68, 240, 248, 8, 41, 120, 126, 197, 152, 5, 66, 255, 137, 80, 78, 71, 13, 10, 26, 10, 0, 0, 0, 13, 73, 72, 68, 82, 0, 0, 0, 189, 0, 0, 0, 77, 8, 3, 0, 0, 0, 196, 155, 149, 27, 0, 0, 0, 192, 80, 76, 84, 69, 66, 239, 255, 231, 231, 231, 222, 223, 222, 239, 239, 239, 140, 142, 140, 33, 32, 33, 247, 247, 247, 206, 207, 206, 214, 215, 214, 115, 113, 115, 90, 89, 90, 132, 134, 132, 173, 247, 255, 239, 255, 255, 41, 40, 41, 181, 255, 255, 231, 255, 255, 222, 255, 255, 156, 158, 156, 156, 247, 255, 165, 255, 255, 189, 190, 189, 247, 255, 255, 198, 199, 198, 123, 121, 123, 189, 255, 255, 198                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      

    looks like i am fucked.
    god does not allow me to make this abomination of an
    object:
    The code of method makeData() is exceeding the 65535
    bytes limitSometimes we have to do what we don't want. But I am not going to tell you do that.
    and yes, its ugly and should be written to file, but i dont
    want to do that so dont tell me toIf you insist on doing it this way, why not go further down this road and just split it up into two arrays that you combine. (Maybe half the array is under 65535 bytes)

  • Quary array size maximum

    Hi All,
    I Have more than 10000 recors in source(table) -- but in block property -
    query arry size- 6
    number of records diplayed -6
    number of records buffered - 6
    when i scroll the button every six records pre query is firing ..forms refresh and network traffic taking more time..
    in code level how we make query array size set maximum....how we reduce time...
    Thanks.....

    I'm just thinking about what user will read more than 10000 records on the screen ;-)

  • Maximum file size in picture ring?

    Hello folks!
    I am planing to use a picture ring with a quite big amount of data needed.
    My question: is there a maximum data size that i can embed in a picture ring (number of pictures or overall file sizes)?
    Thanks!

    If you have enough memory to keep all the images open simultaneously, then something like this might help.  Put all your images in the same directory on disk and have no other files in that directory. Then use List Folder from the Advanced File palette to get an aaray of the filenames.  Feed that array to a for loop where you open all the files and place the images into the pict ring.  I have written a "slide show" program which does this. Never tried it with 400 images though.
    If you do not have enough memory for all the images, then you need to manage the iamges much more carefully.
    Lynn

  • Query Array Size

    There is a property in Oracle Forms "Query Array Size" that specifies the maximum number of records that Forms Developer should fetch from the database at one time. How to reaslize similar functionality through SQL or PL/SQL.

    hi,
    this is the OracleAS Portal Content Management forum. Please post your question in the Oracle Forms forum
    Forms
    thanks,
    christian

  • MCB2370U - LPC2378 - array size

    In case of collecting data from external 3-channel ADC via SPI, what is the maximum possible array size in the program ? I tried for single channel and it appeared to be 127. However, when using 3-channel, high-pass filter (Butherworth, 2-nd order) and 4-stage 2nd-order IIR filter, it was reduced to about 30 samples (reduced memory size). I need at least 1500 samples, is it possible to put such amount of samples into single array for one channel ? I don't use multiple shift registers, but single shift register, through which the array is passed. I attached picture presenting simpler example.
    Attachments:
    vi.png ‏7 KB

    Not a bug. This is correct behavior that is consistent with other parts of LabVIEW.
    The decision to handle multi-dimensional arrays like this was made long ago and is an enshrined part of the LabVIEW language spec. It will not be changed.

  • The initial heap size must be less than or equal to the maximum heap size.

    All,
    Please help!!
    I have tested my Application Client Project in WSAD on my pc and it works fine.
    I have 1gb RAM on my pc. When I deploy the same app on another xp pc(same as mine but 512mb RAM) I get a heap size error. Here is the exact error:
    Incompatible initial and maximum heap sizes specified:
    initial size: 268435456 bytes, maximum heap size: 267380736 bytes
    The initial heap size must be less than or equal to the maximum heap size.
    The default initial and maximum heap sizes are 4194304 and 267380736 bytes.
    Usage: java [-options] class [args...]
    (to execute a class)
    or java -jar [-options] jarfile [args...]
    (to execute a jar file)
    where options include:
    -cp -classpath <directories and zip/jar files separated by ;>
    set search path for application classes and resources
    -D<name>=<value>
    set a system property
    -verbose[:class|gc|jni]
    enable verbose output
    -version print product version
    -showversion print product version and continue
    -? -help print this help message
    -X print help on non-standard options
    Could not create the Java virtual machine.
    Press any key to continue . . .
    Here is the batch file that runs my app:
    @echo off
    SET appClientEar=C:\corp\apps\mts\jars\MTSClientEAR.ear
    set JVM_ARGS=-Xms256M -Xmx256M
    set CLIENT_PROPS=C:\corp\apps\mts\jars\medicalclient.properties
    set APP_ARGS=
    call C:\bnsf\IBM\WebSphere\AppClient\bin\launchClientBNSF.bat "%JVM_ARGS%" %appClientEar% "-CCpropfile=%CLIENT_PROPS%" %APP_ARGS%
    @pause
    I have changed the value of Xms and Xmx of JVM_ARGS to different size but I sitll get error. Anyone knows what the problem is. Thanks..

    Don't know why, but the "maximum heap size: 267380736 bytes" value is just slightly less than 256*1024*1024, wheras the reported initial size is equal to that.
    Try setting the initial value to 255MB.

  • How to change font size, maximum column size in the result screen ?

    hi All
    That's great when using SQL Dev.
    But I also have a trouble that how to change font size, maximum column size in the result screen ?
    My users think that font in result screen is shown very small, and whenever the data in each colum is long then it's not shown full data in column, they must double click for extend the size. Have the option to default the max size for showing full data in each column ? I try but still not to do that .
    Appreciate for anyone to help us.
    Thanks all.
    Sigmasvn

    You can't change the font for the results screen yet, however you will be able to select an auto-fit option for selected columns, so if some columns have slitghtly wider text you'll be able to set the column widths to handle these wider columns.
    Also, there s the option of switching the layout of a record in the grid.
    Sue

  • Data type of preprend array size in Flatten To String block

    Hi 
    The data type of the preprend array size in Flatten To String block is given as I32. Is it somehow possible to reduce the data type to I8, since the width and height of my array won't exceed 255 ?. I also need to do the same in Unflatten To String as well. 
    Best regards
    Oesen

    Oesen wrote:
    Hi 
    The data type of the preprend array size in Flatten To String block is given as I32. Is it somehow possible to reduce the data type to I8, since the width and height of my array won't exceed 255 ?. I also need to do the same in Unflatten To String as well. 
    The short answer is no.  This is because the index is an I32.  NI likes to keep integers as an I32 whenever possible for reasons like this.
    Since you are dealing with a 2D array (width and height), it will actually use 2 I32s before the actual data.
    As Ravens stated, you could put in your own array sizes before the array in the string.  But it is worth saving 6 bytes?  Not likely.
    There are only two ways to tell somebody thanks: Kudos and Marked Solutions
    Unofficial Forum Rules and Guidelines

  • What is an idea of maximum file size for a film in Captivate?

    Hi there,
    I'm creating an elearning course in Captivate 7, and it is being published as HTML5. This means the films I've imported are being converted to MP4s, and they are around 10-20mb in size once they've converted. They seem very slow to load on some computers - do you think the file size is too big? Or could it be another issue? Does anyone have a recommendation for maximum file size for films? They are 572 x 322px and around 1-2 mins in length.
    Thanks in advance

    Probably better guidelines that dictates 'size' of a vi are:
    typically no more than 1 video screen in size
    is it legible
    and is it's function and operation clear.
    I have seen examples of '1 vi does it all' that were many screens wide and tall, totally a flustercuck, and nearly 1 MB in size.
    Globals and local variables (except for LV2 style) are typcially shunned for they can create a host of problems (race conditions, indeterminant data).
    Use connector pane to wire controls and indicators to. Then use wires between vi's to transfer data. I tend to use clusters to hold shared data.
    ~~~~~~~~~~~~~~~~~~~~~~~~~~
    "It’s the questions that drive us.”
    ~~~~~~~~~~~~~~~~~~~~~~~~~~

  • Maximum file-size for HR EIC emails

    Hi folks
    We currently use EIC in ERP, and have an issue with sending large emails/attachments as the maximum file-size appears to be only 2MB. This is set in the IMG activity Employee Interaction Center (EIC) -> Interaction Center Web-Client -> Communication Channels ->E-Mail -> Define E-Mail Profiles, the attachment maximum size is set to a maximum of 2,147,483 bytes.
    I have tried searching for anyone else having a similar problem, but haven't found anything. I would imagine many customers would have EIC users in a Shared Services environment sending attachments over 2 meg; so before we log a call with SAP, has anyone else had this issue and how did you resolve it?
    Thanks very much.
    James

    The maximum value is 2,147,483 bytes, which is what the config is set to. This seems pretty low, especially in this day and age.

  • Maximum font size for auto-sized form text

    You need to let the user select a maximum font size for automatically sized text. If most of your fields are set at 10pt type, but you have one field for which you want the text to resize automatically, it looks stupid if that cell contains a small amount of text that’s set at 16pt or whatever. If you could set the maximum font size to 10pt for that field, then the text would be consistent with the text in the other fields unless there is so much text that it needs to scale down.

    Can anyone please advise?
    Cheers

  • Set maximum panel size

    Hi,
    I would like to know how can I set the maximum panel size, in order
    that when I maximize it with a state property node set to 5 (maximized)
    when I open it, it don't pass the size I want for that panel.
    How Can I do It? I can set the minimum panel size, in File->Vi
    properties->Window size but I can't set the maximum panel size?
    Thanks,
    ToNi.

    Hi,
    From my vi, before I call another vi from it, I have a FP Open and FP.
    State property set to True and 4 (Minimized) respectively and then I
    use a Run Vi invoke node and finally, after it, I have another FP.
    State property set to 1 (Standard). My front panel  when opens has
    the same size as I saved it but LV not redraws it well. How Can I do to
    solve this kind of problem? I have this problem since a lot of time ago.
    ToNi.
    Attachments:
    sample.JPG ‏40 KB

  • What is the maximum file size for CSV that Excel can open ? (Excel 2013 64bit)

    Hello,
    Before anyone jumps in, I am not talking about the maximum worksheet size of 1048576 rows by 16384 columns.
    I have  client whom has a 1.5 Gb CSV file, 1.9, 2.6, 5, 17 and 89 Gb file (Huge).
    If I open the 1.5 Gb, the file opens (After waiting 5 minutes) and then a warning pops up that only the first 1048576 rows have loaded. That is fair enough.
    If I try and open any of the others, Excel comes up to a blank worksheet. No errors. It just seems to ignore the file I tried to open. This happens from within Excel (File - open) or from double clicking the file in explorer.
    Excel goes to this blank page almost imeadiatly. It does not even try to open the file.
    If I try with Ms Access, I get a size warning and it refuses to load the file. (At least I get a warning)
    I would have expected Excel to load at least the first 1048576 rows  (If that is what there are in the file), and give an error.
    The computer is more than capable (Xeon processors, 16 Gb ram, SSD hard disks top of the line HP Z820 power workstation).
    With the 1.5 Gb file loaded to 1048576 rows, it uses 15% ram/pagefile. CPU's hit about 5%.
    I have confirmed it is Win 7 64bit, Excel 64bit. I am fairly confident we are over the file size but without an error message, I don't know what to tell my client whom is looking to me for answers.
    I have already discussed that the 89gb file in Excel is unreasonable and they are looking at a stat's package but I need an answer on these smaller files.
    Anyone got any ides ?
    Michael Jenkin (Mickyj) www.mickyj.com (Community website) - SBS MVP (2004 - 2008) *5 times Microsoft MVP award winner *Previously MacWorld Australia contributer *Previously APAC Vice Chairman Culminis (Pro IT User group support system)* APAC chairman GITCA
    *Director Business Technology Partners, Microsoft Small Business Specialist, SMB150 2012 Member

    Hi,
    The 1,048,576 rows & 16,384 columns is the
    workbook size limitation in Excel 2013. Thus, I recommend we try the Mr. Bernie's suggestions to import the large CSV file.
    1. Use VBA to read the file line by line and split/examine the import file in sections. If you have further question about the VBA, please post your question to the MSDN forum for Excel
    http://social.msdn.microsoft.com/Forums/en-US/home?forum=exceldev&filter=alltypes&sort=lastpostdesc
    2. Use Excel 2013 add-ins. Power Pivot and Power Query. For more detailed information, please see the below articles: 
    http://social.technet.microsoft.com/Forums/en-US/9243a533-4575-4fd6-b93a-4b95d21d9b10/table-with-more-than-1-048-576-rows-in-power-query-excel-2013?fo
    http://www.microsofttrends.com/2014/02/09/how-much-data-can-powerpivot-really-manage-how-about-122-million-records/
    Please Note: Since the web site is not hosted by Microsoft, the link may change without notice. Microsoft does not guarantee the accuracy of this information.
    Thanks
    George Zhao
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click "[email protected]"

Maybe you are looking for

  • Save to RTF inverts graphics

    Unstructured Framemaker 8.0 p277, Windows Vista Home Premium service pack 2 Like many I have to provide final documents in Word (2003). In my workflow I export my Frame doc to RTF (Microsoft RTF 1.6), open it in Word then save as a Word doc. Reopen i

  • Adapter Module for File Adapter

    I have a scenario where I have 2 related files (text file and a pdf file) for the message. I need to enhance the payload (content conversion from text file) with the size of the pdf file. I have developed a adapter module for this and it is working f

  • Office mac 2011 won't install

    purchased office mac 2011 for mac desktop.  office keeps telling us it's not a valid product code.  already tried going into preferences and deleting this com.microsoft.office.licensing.plist.  STILL won't recognize the key code

  • Unable to start OC4j

    Hi, I am not able to start OC4J on my unix box. It gives me below error. What might be the cause and how to resolve it. Looks like some port conflict but where should i check? $ ./oc4j -start Starting OC4J from /opt/webapps/obi_10.1.3.3.2/OracleBI/oc

  • What happend to the sort function?!

    Latest version for iPad, what happend to the sort function? I have very big lists and I can't live without that function, I need to be able to sort the list descending. So my latest adds will end up in TOP, not bottom. I also need this function in my