LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

continuous scan and recording

Oh yes, anything "unwired" has to be fixed before running. Your outer shift register must be wired. Also, make sure help is showing (ctrl + h) and mouse over a function. Any inputs in bold must be wired.

temp.png

0 Kudos
Message 11 of 20
(1,654 Views)

Some things to notice,

You want to increment the image number. If you increment N you will just 20 + 1 every time, and most images will have the same name. Make sure to wire the format specifier for Array to Spreadsheet String. You have wired 1000ms to the timeout, meaning the program will take images, wait 1 second, take images again. I'm not sure this is what you want.

 

temp.png

0 Kudos
Message 12 of 20
(1,650 Views)

Hello Gregoryj,

I have taken note of your suggestions and have also "array to spreadsheet string". I no longer have the broken arrow. Can you check for me if all the wiring is right? Thanks.

Petmar.

0 Kudos
Message 13 of 20
(1,631 Views)

Hi Petmar,

 

It's close, but you wired the Image Name to the Format String, this is not what you want. Format string is like a placeholder for whatever you are turning into a string. If using an integer (which you are) you can use "%d" (create the string constant). If you had an array of doubles, you could use %f. If you already had an array of strings, you would use %s. You can get fancy and define padding, scientific notation, and other stuff with the format string, but for now just try %d.

0 Kudos
Message 14 of 20
(1,624 Views)

Hello Gregoryj,

I think I got what you were said. Have a look if I got it right. Thanks.

Petmar.

0 Kudos
Message 15 of 20
(1,612 Views)

Hello gregoryj,

I have posted the latest version after effecting the changes you suggested. Please have a look at it for me. Thank you.

Petmar.

0 Kudos
Message 16 of 20
(1,587 Views)

Hi Petmar, it looks good! You may have to debug a little when you play with your instrument, but that is what I had in mind.

0 Kudos
Message 17 of 20
(1,570 Views)

Thanks so much Gregoryj. I have been having problems getting labview to "read" the device so I have not tested the script yet. I reading about it and will get in touch whenever I need your help. Thanks so much.

0 Kudos
Message 18 of 20
(1,561 Views)

Petmar.

 

I usually don't reply to PM   and, this looks like "homework". You have already marked Greg's response as a "solution". I will unmark for you.  


"Should be" isn't "Is" -Jay
0 Kudos
Message 19 of 20
(1,553 Views)

Hi Jeff,

I am ok now. Greg has helped me out. Thanks.

Petmar.

0 Kudos
Message 20 of 20
(1,549 Views)