![]() |
CRIO file extension
What type of file does the CRIO run? Is it .exe?
If you need clarification of my question: the Lego NXT program extension is .rxe what is the equivalent for the CRIO? |
Re: CRIO file extension
I think you will find a lot of the information that you've been asking about recently here. But, to answer your question directly...
Code:
FRC_UserProgram.out |
Re: CRIO file extension
It runs whatever language you deploy to it. .rxe is the extension for the Mindstorms variant of Labview, which isn't necessarily dependent on the platform it's running on. Java for example compiles to bytecode (which I think, though I'm not sure, has a .class extension) which can run on pretty much any hardware for which a Java VM is available and supports the functions of the program.
An example of an extension that *is* platform dependent would be .exe, which is only understood by Microsoft Windows, unless you were using something like Linux + WINE to run them. TL;DR there is no "extension for the cRIO," it's going to depend on which language you're using. |
Re: CRIO file extension
I think there are couple answers to your question. The LabVIEW build specification constructs a file named startup.rtexe. This is what NI uses on VXWorks for the exe format.
Another answer would be the .out extension. This is the basic code/library/task extension, and if some code loads it, it can begin running. This is how the NI loader loads the .rtexe. Greg McKaskle |
Re: CRIO file extension
Ok what is the extension if I use WindRiver (c++)?
|
Re: CRIO file extension
Quote:
|
| All times are GMT -5. The time now is 00:51. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi