LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

scan interface mode erreur -805

Solved!
Go to solution

Bonjour,

 

je voudrais simuler un système compact RIO sous scan interface mode, j'ai choisi le contrôleur 9022, le chassis 9112 et une carte AI 9205.

 

Mais je n'arrive pas à déployer correctement. le message de conflit est suivant:

 

 The current module settings require NI Scan Engine support on the controller. You can use Measurement & Automation Explorer (MAX) to install a recommended software set of NI-RIO with NI Scan Engine support on the controller. If LabVIEW FPGA is installed, you can can use this module with LabVIEW FPGA by adding an FPGA Target item under the chassis, and drag and drop the module onto the FPGA Target item.

 

J'ai essyé aussi de simuler sous fpga interface mode, avec la même configuration. A la fin de compilation, un message d'erreur:

 Error Code: -63040

L'erreur -63040 s'est produite à : nirio_Open.vi:1

Raisons possibles :

NI-RIO:  (Hex 0xFFFF09C0) Aucune connexion n'a pu être établie avec le périphérique distant spécifié. Vérifiez que le périphérique est allumé et accessible à partir du réseau, que le logiciel NI-RIO est installé et que le serveur RIO est lancé et configuré correctement.

Pour NI-RIO 2.3 et versions ultérieures, reportez-vous à Logiciels>>NI-RIO>>NI-RIO Settings sous le système dans MAX.
Pour les versions antérieures à 2.3, reportez-vous à Logiciel>>NI-VISA>>VISA Options sous le système dans MAX.

 

Normalement, si l'on pas de hardware, on peut toujours utiliser la simulation, je suppose que c'est idem pour compact RIO?

 

Merci.

 

Lily

 

0 Kudos
Message 11 of 13
(1,330 Views)
Solution
Accepted by topic author Lily1979

Hi Lily

 

Altough you can simulate the system to build the VI's, you cannot execute your RT VI without having the target physically available. What you can do is build the VI without using the Scan Engine variables and try executing it by putting it under the 'My computer' target. This will run the VI on your local system and should work if you don't use any RT-specific VI's.

 

An FPGA VI however can be simulated by using the 'Execute on development system with simulated IO' option. How to do this is described in the following KB article:

 

http://digital.ni.com/public.nsf/allkb/F466AD83D24F041D8625714900709583?OpenDocument

Best Regards

Michiel
Applications Engineer
NI Belgium
0 Kudos
Message 12 of 13
(1,257 Views)

Thanks Michiel.

 

Lily

0 Kudos
Message 13 of 13
(1,256 Views)