If it’s asking for the FPGA password you might be defaulting to running the vi on your PC, not the cRIO.
Are you running the Basic or Advanced Framework or just a standalone vi?
If your program gets stopped between runs, but you want to save and pass data between runs, then you’d probably want to write it to a permanent file and read that file back in each time you start.
About the FPGA, I fixed the problem…I was needing to update my LabVIEW to 3.0a, and it worked like a megic (except of the Gyro issue-solved).
And about the saving thing, I figerd that I need to save it on permanent file…but HOW?
If some one could sand me an exemple, it will help us.
One more thing, how should I connect the 4 wire form the encoder to the cRIO?
The encoders that come with the ToughBoxes? The cable has four colors. Brown is ground and should go to the - of a DIO on the Digital Sidecar. Orange is power and should go to the 5v of the same DIO. Yellow is (either A or B, I don’t remember exactly right now) and should go to the SIGNAL of the same DIO. Blue is (B or A, whatever yellow isn’t) and goes to the SIGNAL of another DIO. Leave the - and 5v of that second DIO unconnected.
Thank you all I succeeded with the encoders, but i need more information about saving data (logging) to the flash, and how to use it later (after power off…)