![]() |
Webinterface unter verwendung eines cRIO-9074 - Druckversion +- LabVIEWForum.de (https://www.labviewforum.de) +-- Forum: LabVIEW (/Forum-LabVIEW) +--- Forum: LabVIEW Module (/Forum-LabVIEW-Module) +---- Forum: LabVIEW RealTime (/Forum-LabVIEW-RealTime) +---- Thema: Webinterface unter verwendung eines cRIO-9074 (/Thread-Webinterface-unter-verwendung-eines-cRIO-9074) Seiten: 1 2 |
Webinterface unter verwendung eines cRIO-9074 - cb - 03.07.2009 12:52 ' schrieb:Es kommt beim Connecten und auch beim Verteilen folgender Fehlermeldung: hast du ggf. die Festplatte formatiert und die SW neu aufgespielt? dann kann es sein dass im VISA Server keine Berechtigungen eingetragen sind und er die Verbindung abblockt. Schau mal im Max unter deinem cRIO in der Rubrik "VISA" nach ob bei den Berechtigungen ein * eingetragen ist ... Webinterface unter verwendung eines cRIO-9074 - cheeze - 03.07.2009 13:53 So habe das Problem gelöst. Nach Neuinstallation der Software auf dem cRIO ging alles wieder. Habe noch vom Support diesen Tip bekommen: Title My IP Address is Not on the Target's Allowable Access List Problem When I try to deploy code onto my Real Time target, I keep getting an error that says Access denied: This host computer's IP address is not on the target's allowable access list. I have added the PC's IP address explicitly to the access list of the FieldPoint target (although by default '*' grants full access to everyone). This did not help as I still get the same error message. What else can I try? Solution 1. Transfer the ni-rt.ini file from the root of c: on the cRIO controller to the host PC via FTP. 2. Edit the server.tcp.access and RTTarget.IPAccess tokens as shown below. server.tcp.access="+*" RTTarget.IPAccess="+*" 3. FTP the file back to the cRIO controller, replacing the old ni-rt.ini file. Note: '+*' means that every IP address has access. Sometimes the ni-rt.ini file gets corrupted and uneditable from MAX or LabVIEW. A common case results in the settings having empty quotes or nothing at all. |