Hi,
Since I installed LabVIEW 8.0 and all the latest softwares for Real-Time targets, I have a problem with my FieldPoint FP-2000 when I try to read an I/O on the Fieldpoint :
On the project, when I launch my VI on my computer, the FP Read.vi or FP write.vi executes instantly, so no problem.
But if I launch the exactly same VI on the RT Target, it deploys correctly, but takes about 5-10 seconds to execute EACH call to the FP VIs. It means, if I want to read for example 10 inputs on the Fieldpoint, it will take more than 1 minute! The VI hangs until the FP read executes, but I don't have any error message.
I discovered that it was the DLL call that takes a lot of time to execute. If I launch a VI without a DLL call, it will execute instantly.
I verified, the softwares on my FieldPoint target are exactly the same that on my host PC...
I hope somebody can help me, I'm very annoyed !