zackbass Posted February 26, 2009 Report Share Posted February 26, 2009 I'm getting started with my first big project with LabView 8.6, controlling a robot arm with a realtime target desktop computer. The main control loop runs at 1kHz and I record the state of the system, 5 Doubles, at each time step to a big 2D array. After a normal run of the machine this log gets to be 5 to 50MB. I've been using normal shared variables to communicate between the host and target over the network but I don't think is a very good plan for transmitting the huge log array back to the host to do further processing on. Ideally I'd like to load this variable onto the host machine over the network at the request of the host. Is there a simple way to do this? I'm sorry if I'm asking an elementary question, I've looked through the documentation and help online the best I can and haven't found anything directly applicable. Quote Link to comment
crelf Posted February 26, 2009 Report Share Posted February 26, 2009 QUOTE (zackbass @ Feb 24 2009, 09:06 PM) After a normal run of the machine this log gets to be 5 to 50MB. You could save it to a file, then FTP it from the RT target to the host. Quote Link to comment
zackbass Posted February 26, 2009 Author Report Share Posted February 26, 2009 Thanks, that would even allow me to automate the process from the MATLAB script that does the post processing. QUOTE (crelf @ Feb 25 2009, 09:06 AM) You could save it to a file, then FTP it from the RT target to the host. Quote Link to comment
crelf Posted February 26, 2009 Report Share Posted February 26, 2009 QUOTE (zackbass @ Feb 25 2009, 11:37 AM) Thanks, that would even allow me to automate the process from the MATLAB script that does the post processing. No worries - any time. Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.