10-25-2006 04:45 PM
10-26-2006 03:01 AM
10-27-2006 10:19 PM
10-28-2006 01:27 PM
Did you read the entire thread?
LV does not support ActiveX on the PDA, so you need to save the file as a CSV file. Read the entire thread.
10-30-2006 08:26 PM
10-31-2006 01:40 AM
"Bad input argument to function" - My guess is that the PDA module simply has a different behaviour on this than the PC - when using the read function without a path input, it takes an invalid path instead of showing a dialog asking you to find the file. The solution is to wire the path to the file into the function (either by showing a dialog, if possible, or by obtaining the path through other means).
In any case, you should be aware that this was only a very quick example meant to show the searching code. It was not meant to be taken as is and used in real code.
10-31-2006 01:49 AM
10-31-2006 03:32 AM
To know if there is a VI that does this, the easiest thing is to look at all the VIs in the file palette.
You should find it under the surprising name "File Dialog", but I don't know if it's supported in the PDA module.
To learn more about LabVIEW, I suggest you try searching this site and google for LabVIEW tutorials. Here, here, here, here and here are a few you can start with and here are some tutorial videos. You can also contact your local NI office and join one of their courses.
In addition, I suggest you read the LabVIEW style guide and the LabVIEW user manual (Help>>Search the LabVIEW Bookshelf).
11-02-2006 11:24 AM
Well I fixed it. Thank you for your help. I only had to put a while-loop around your code and use a Read from Text VI, instead of Read from Spreadsheet VI.
I'm attaching my modified code below, if anyone else needs it in the future.
02-11-2010 06:06 PM
Muchas gracias por el Ejemplo... me sirvió bastante.
Aquí les adjunto un complemento que desarrolle, para insertar o cambiar un registro del arreglo y volverlo escribir en el archivo plano sin añadir un nuevo registro.
Ojalá sea de utilidad para alguien.
Saludos.
Nito