[scilab-Users] RE : [scilab-Users] LabView Gateway

Allan CORNET allan.cornet at scilab.org
Wed Sep 1 10:12:57 CEST 2010


Hi,

 

LabView is a 32 bits application then you need to use also Scilab 32 bits

 

Please uninstall previous Scilab and install Scilab 32 bits version for
windows

 

Allan

 

De : Calmon Martin [mailto:martin.calmon at epfl.ch] 
Envoyé : mercredi 1 septembre 2010 10:06
À : users at lists.scilab.org
Objet : [scilab-Users] RE : [scilab-Users] LabView Gateway

 


-->W = win64()
 W  =
 
  T  
 
-->
 
-->R = winqueryreg('HKEY_LOCAL_MACHINE','SOFTWARE\Scilab','LASTINSTALL')
 R  =
 
 scilab-5.3.0-beta-2 (64-bit)   
 
-->
 
-->P = winqueryreg('HKEY_LOCAL_MACHINE','SOFTWARE\Scilab\'+R,'SCIPATH')
 P  =
 
 D:\scilab-5.3.0-beta-2   
 
-->
 
-->S = isfile(P+'\bin\call_scilab.dll')
 S  =
 
  T 

 

 

 

 

-->[a,b] = getdebuginfo()
 b  =
 
!Version: scilab-5.3.0-beta-2   !
!                               !
!Compilation date: Jul 27 2010  !
!                               !
!Compilation time: 16:48:03     !
!                               !
!Compiler Architecture: X64     !
!                               !
!Compiled with Intel compiler   !
!                               !
!XML version: 2.4.26            !
!                               !
!Tcl/Tk: Enable                 !
!                               !
!TCL version: 8.5.2             !
!                               !
!TK version: 8.5.2              !
!                               !
!Path separator: ;              !
!                               !
!Directory separator: \         !
!                               !
!PCRE Version: 8.2              !
 a  =
 
!Memory in use:      76 %                                                 !
!                                                                         !
!Total Physical Memory (Kbytes): 4121668                                  !
!                                                                         !
!Free Physical Memory (Kbytes):  964400                                   !
!                                                                         !
!Total Paging File (Kbytes): 8441112                                      !
!                                                                         !
!Free Paging File (Kbytes): 4196480                                       !
!                                                                         !
!Total Virtual Memory (Kbytes): 8589934464                                !
!                                                                         !
!Free Virtual Memory (Kbytes): 8589237236                                 !
!                                                                         !
!Free Extended Memory (Kbytes):       0                                   !
!                                                                         !
!Operating System: Windows Vista x64                                      !
!                                                                         !
!Intel(R) Core(TM)2 Extreme CPU X9100  @ 3.06GHz                          !
!                                                                         !
!Number of processors: 2                                                  !
!                                                                         !
!Video card: NVIDIA Quadro FX 3700M                                       !
!                                                                         !
!Video card driver version: 8.16.11.8825                                  !
!                                                                         !
!Screen size: 1920 x 1200 32 bits                                         !
!                                                                         !
!Number of Monitors: 1                                                    !
!                                                                         !
!Path: D:/scilab-5.3.0-beta-2/bin;C:\Program Files (x86)\Intel\MPI-RT\3.2.!
!     1.009\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:!
!     \Program Files (x86)\Common Files\Lenovo;C:\Program Files (x86)\Thin!
!     kPad\ConnectUtilities\;C:\Program Files\MATLAB\R2008b\bin;C:\Program!
!      Files\MATLAB\R2008b\bin\win64;C:\Program Files (x86)\SSH Communicat!
!     ions Security\SSH Tectia\SSH Tectia AUX;C:\Program Files (x86)\SSH C!
!     ommunications Security\SSH Tectia\SSH Tectia AUX\Support binaries;C:!
!     \Program Files (x86)\SSH Communications Security\SSH Tectia\SSH Tect!
!     ia Broker;C:\Program Files (x86)\SSH Communications Security\SSH Tec!
!     tia\SSH Tectia Client;C:\Program Files (x86)\IVI Foundation\IVI\bin;!
!     C:\Program Files (x86)\IVI Foundation\VISA\WinNT\Bin\;C:\PROGRA~2\IV!
!     IFOU~1\VISA\WinNT\Bin;C:\Program Files (x86)\IVI Foundation\VISA\Win!
!     NT\Bin;C:\Program Files\IVI Foundation\VISA\Win64\Bin\;C:\IFOR\WIN\B!
!     IN;C:\IFOR\WIN\BIN\EN_US;C:\Program Files\IVI Foundation\IVI\bin;C:\!
!     Program Files (x86)\Common Files\DivX Shared\;C:\Program Files\Intel!
!     \WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\Pr!
!     ogram Files (x86)\HBM\QuantumX Assistant;C:\Program Files (x86)\HBM\!
!     QuantumX LabVIEW Driver;C:\Program Files (x86)\VCollab\VCollab Prese!
!     nter 2010;C:\Program Files (x86)\QuickTime Alternative\QTSystem\    !
!                                                                         !
!ComSpec: C:\Windows\system32\cmd.exe                                     !
!                                                                         !
!TMP : C:\Users\calmon\AppData\Local\Temp                                 !
!                                                                         !
!TEMP: C:\Users\calmon\AppData\Local\Temp                                 !
!                                                                         !
!WSCI: D:\scilab-5.3.0-beta-2                                             !
!                                                                         !
!SCIHOME: C:\Users\calmon\AppData\Roaming\Scilab\scilab-5.3.0-beta-2      !
 

  _____  

Martin CALMON

EPFL/STI/IGM/LMH
Assistant

+41 (0)21 69 32502
+41 (0)78 65 75020

 

  _____  

De : Allan CORNET [allan.cornet at scilab.org]
Date d'envoi : mercredi 1 septembre 2010 08:08
À : users at lists.scilab.org
Objet : RE: [scilab-Users] LabView Gateway

Hi,

 

Scilab version ?

 

[a,b] = getdebuginfo()

 

«  LabVIEW cannot initialize the script server » : Labview does not find
Scilab. Please check that your installation is valid.

 

What is the result of :

W = win64()

R = winqueryreg('HKEY_LOCAL_MACHINE','SOFTWARE\Scilab','LASTINSTALL')

P = winqueryreg('HKEY_LOCAL_MACHINE','SOFTWARE\Scilab\'+R,'SCIPATH')

S = isfile(P+'\bin\call_scilab.dll')

 

Allan

De : Calmon Martin [mailto:martin.calmon at epfl.ch] 
Envoyé : mardi 31 août 2010 18:32
À : users at lists.scilab.org
Objet : [scilab-Users] LabView Gateway

 

When trying to launch one of the example VIs SciLab/LabView gateway, I have
the following error message :

 

***

Error 1046 occurred at LabVIEW:  LabVIEW cannot initialize the script
server.  Ensure the server software is installed. in Scilab Life.vi

 

Possible reason(s):

 

LabVIEW:  LabVIEW cannot initialize the script server.  Ensure the server
software is installed.

***

 

Thanks for your help...

  _____  

Martin CALMON

EPFL/STI/IGM/LMH
Assistant

+41 (0)21 69 32502
+41 (0)78 65 75020

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.scilab.org/pipermail/users/attachments/20100901/421360a4/attachment.htm>


More information about the users mailing list