02-08-2007 09:23 AM - edited 02-08-2007 09:23 AM
Message Edited by Salvio on 02-08-2007 09:23 AM
02-08-2007 11:32 AM
02-08-2007 11:52 AM
@Salvio wrote:
Hi to all.
I have got two problem.
I'm acquiring signals with the VI that i've posted.
First Problem
Now i have put in the VI a sub_VI called Freq-Att-FIR that is a filter and that read information of filtering by a file .bin.
I've tried to run this sub_VI on a different VI (not on cRIO) and it works and i'm sure on it....the problem is that if i put this sub_VI in the VI of the acquisition it doesn't work...i suppose it has problem to read the file...i think that probably the cRIO doesn't see the file .bin on my desktop.
Regarding your first question, you are correct. Any VI running on LabVIEW RT can only see and access files stored on the local RT file system. It does not have access to the files on the Windows development machine. In your case you need to manually copy the .bin file to the drive on the RT system and point your Filter VI to the correct location of the copied .bin file. You can copy files to the RT system using FTP. In a Windows file explorer you can simply type in the IP address of the RT system, for example ftp://10.0.22.144/.
02-08-2007 12:03 PM - edited 02-08-2007 12:03 PM
Message Edited by martinmistere on 02-08-2007 12:08 PM
02-08-2007 12:12 PM
02-08-2007 01:16 PM - edited 02-08-2007 01:16 PM
Message Edited by Christian L on 02-08-2007 01:16 PM
02-09-2007 02:29 AM
02-09-2007 04:12 AM
02-09-2007 06:17 AM