Dev:Zeiss IOLMaster500

From Kordeus Wiki
Revision as of 15:26, 21 February 2023 by Stefanseiler (talk | contribs) (Created page with "Follow Install / update SerialDeviceIntegrationService instructions. Settings for this device, which need to be added to the SerialDeviceIntegrationServiceSetup.exe.config under “devices” are: <br> <code> <add name="Zeiss IOL Master 500" portName="COM3" baudRate="19200" parity="None" stopBits="One" dataBits="8" handshake="None" localFolder=“C:\DeviceData\IOLMaster500\Pickup" className="SerialDeviceIntegratio...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Follow Install / update SerialDeviceIntegrationService instructions.

Settings for this device, which need to be added to the SerialDeviceIntegrationServiceSetup.exe.config under “devices” are:
<add name="Zeiss IOL Master 500" portName="COM3" baudRate="19200" parity="None" stopBits="One" dataBits="8" handshake="None" localFolder=“C:\DeviceData\IOLMaster500\Pickup" className="SerialDeviceIntegration.IOLMaster500Integration"/>

Follow Install / update DeviceDataUploader service instructions.

Settings for this device, which need to be added to the appsettings.json under “devices” are:

   {
     "deviceName": "Zeiss_IOLMaster500",
     "deviceGID": "c74801c8-689d-084e-8027-095d1c23d182",
     "pickupFolder": "C:\\DeviceData\\IOLMaster500\\Pickup",
     "archiveFolder": "C:\\DeviceData\\IOLMaster500\\Archive",
     "sftpUsername": "<device data uploader user name>",
     "sftpPassword": “<device data uploader user password>”,
     "sftpHost": “<application server IP>”,
     "sftpPort": "22",
     "sftpDirectory": “<ftp directory>”,
     "className": "DeviceDataUpload.ZeissIOLMaster500DataUploader"
   }