Jump to content

Moving a Large Log File off a RT Target


zackbass

Recommended Posts

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.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.