‎10-09-2006 02:46 PM
‎10-10-2006 04:23 AM
‎10-12-2006 12:31 PM
quick update... I just started playing with a compact flash card and already found something interesting. There doesn't seem to be any generic way to check if a card is present or not. The only way is to look for something specific (i.e. look for a specific executable name/path, get file size or something along those lines) and continue based on the error out.(error 7 I think if file not found).
I will update again after I've had a chance to try a few more things. If anyone has done this before, has any other suggestions, please do tell.
Phil
‎10-13-2006 02:29 AM
‎10-13-2006 08:43 AM
‎10-13-2006 09:00 AM
Graziano, I'm sorry if I confused you somehow, but I never intended to run the application off the compactflash. Copying the file over to "C:" (startup folder) was always my plan. The only potential issues I see are: if the startup application is being run right off the memory it's stored in, then the file copy could corrupt data; also I saw in another thread someone had problems when an application was compiled to the compactflash card directly, as opposed to the hard drive and then copied over... So I definitely need to identify a reliable way to compile the application before I can deploy it (by compact flash, ftp or otherwise) to the controller.
Brian, I realize having 2 separate applications is an option: it's in fact an option I stated in the original post. But for various reasons a single application here is much preferred if possible.
Again I will update here as I get more results,
Phil
‎10-14-2006 04:09 AM
‎10-18-2006 11:35 AM
I was able to run some basic tests yesterday and found the following issues:
I need to do some more work on this before I can report more progress. If anyone has any suggestions though please let me know.
Thanks,
Phil
‎10-19-2006 11:55 AM
‎10-27-2006 04:56 PM
Phil,
I am dealling with similar issues, currently I have resorted to do it all over TCP/IP. I have been using the System Replication vi that NI has released. I have thought through that same problem and think that you are going to run into problems, given the current functionality that is exposed to us. Many of the files can only be deleted or overwritten in install mode. The problem is when you boot into install mode you can run an application to delete the files. Sorry I could'nt be more helpful on the exact problem but maybe it is a possible alternative