08-18-2014 02:48 AM - edited 08-18-2014 02:54 AM
Hi,
I want to save my 2D array data in text file using Write to Spreadsheet.vi. It is functional when i run it in normal VI. But when i deploy the vi into my chassis board, there is an error 43 occured.
Can help me solve the problem? Thank you.
Regards.
08-18-2014 03:41 AM
I don't understand when you deploy it into the Chassis board. What is the hardware? You have any FPGA card and are you trying to put this VI into it? Please explain
08-18-2014 04:49 AM
08-18-2014 07:58 PM
sorry i m newbie. Let me explain once again.
when i run my vi file, there is no error. (Open vi-> run vi-> press stop-> "choose file to write" pop out-> save signal data in text file).
But when i run vi in lvproj (open lvproj -> open vi from lvproj -> run vi -> press stop -> error 43 occurred).
May i know why there is not functioning when i run the vi under lyproj? THank you.
08-18-2014 08:08 PM
How is your project set up? If this VI is actually supposed to run on an FPGA as the file name suggests, you should get errors.
08-18-2014 08:19 PM
Sorry i not very understand it. Is it means the problem is my vi file name?
08-18-2014 10:41 PM
No. The problem is in which target your VI resides. Can you show a screen shot of your project?
08-19-2014 06:37 AM
@Yapp wrote:
Sorry i not very understand it. Is it means the problem is my vi file name?
No. The name of your VI makes us suspect that you are trying to run this VI on an FPGA, which doesn't have any File I/O. That is why we are asking for you to share your project so that we can see what context your are running this VI in.
08-19-2014 08:06 AM
sorry, please forget the name. And plz refer following picture. thx.
08-19-2014 08:10 AM - edited 08-19-2014 08:11 AM