NI 9233.zip:
http://forums.ni.com/attachments/ni/170/346238/1/NI 9233.zip
- Navigating to Start>>Run
- Typing <a href="ftp://ipaddressofrthost/d" target="_blank">ftp://ipaddressofrthost/d</a> in the command field eg <a href="ftp://192.168.0.52/d" target="_blank">ftp://192.168.0.52/d</a> (This should launch Internet Explorer)
- Select View>>Open FTP Site in Windows Explorer
This should bring up the folder containing the data file. You should then be able to access the data file from there.
However, this is not an ideal way of storing data as the nonvolatile memory is used for storing the software as well as any information which may be stored during aquisition. By writing data files to this memory it could potentially fill up the controllers memory.
A much better method would be to create network communications between the "NI 9233 (Host)" and a Windows Host. This can be done by TCP, Shared Variables, UDP or VI server communication. This will allow you to write measurement files directly to your computers hard drive from the Windows host rather than the RT host. This will aid in keeping the memory free in the RT Target (cRIO).
An example of this can be found in the NI Example Finder within LabVIEW, under the headings Real-Time>>Network Communication as shown in the .jpeg file I have attached.
Hope this helps
Regards
Steve
RT Network Communication.JPG:
http://forums.ni.com/attachments/ni/170/346768/1/RT Network Communication.JPG
with build waveform.vi:
http://forums.ni.com/attachments/ni/170/346976/1/with build waveform.vi
without build waveform.vi:
http://forums.ni.com/attachments/ni/170/346976/2/without build waveform.vi
Original Implementation.vi:
http://forums.ni.com/attachments/ni/170/347139/1/Original Implementation.vi
Suggested Implementation.vi:
http://forums.ni.com/attachments/ni/170/347139/2/Suggested Implementation.vi
ChrtProp Dialog Box - Display Format.JPG:
http://forums.ni.com/attachments/ni/170/347544/1/ChrtProp Dialog Box - Display Format.JPG
Chart Scaling.vi:
http://forums.ni.com/attachments/ni/170/347544/2/Chart Scaling.vi
ChrtProp Dialog Box - Scales.JPG:
http://forums.ni.com/attachments/ni/170/347544/3/ChrtProp Dialog Box - Scales.JPG
NI 9233.zip:
http://forums.ni.com/attachments/ni/170/348181/1/NI 9233.zip