石鑫华视觉 手机微信QQ:13450001061 / 18038383457

下载中心

NI Lookout 6.6 Client Win32Eng NI Lookout客户端6.6版

文章来源:石鑫华视觉网时间:2022-05-13 22:15:30 点击:103

Windows系统下(Linux和MAC系统下请自行了解清楚)NI的各种软件、模块、工具包、驱动程序,使用NI许可证管理器来激活的,绝大部分的都可以使用NI Lincense Activator来激活,以下链接可下载:
NI序列号Serial Number生成激活工具NI License Activator,LabVIEW/VBAI/VDM/VAS等软件模块工具包破解工具不限版本
http://pcmv.cn/thread-490-1-1.html

视觉论坛的各种资源,除了视觉相关的模块有使用外,大部分的都不会使用,所以仅提供资源不能提供技术支持。资源的下载地址一般会同时提供NI官方地址和百度网盘的下载地址。某些工具包NI的地址失效或没有NI的下载地址,那视觉论坛也没有办法,只能尝试使用百度网盘地址下载;如果百度网盘的下载地址失效过期,可联系论坛客服更新。现在NI的下载服务器对我国IP地址不是很友好,有些时候速度很慢或大的资源下载很容易出错,这样会造成安装过程各种类型报错而无法安装。建议在下载完成后,对下载资源做校验和验证(NI一般会提供MD5或SHA256等),与官方或视觉论坛提供的校验和对比,一致就可以安装,如果不一致,则需要重新下载。视觉论坛早期下载的资源,那时候NI没有这么多限制,基本上都是正常下载的资源;后期下载的资源,都与NI的正确校验和对比过,保证是正确的资源才上传到百度网盘,所以百度网盘的资源基本上是正确的。校验和工具下载地址:
文件Hash计算器FHash,文件校验和验证下载文件正确性验证,MD5值计算、SHA1值计算、SHA256值计算、CRC32值计算
http://pcmv.cn/thread-26524-1-1.html

NI Lookout 6.6 Client Win32Eng NI Lookout客户端6.6版

Lookout服务器
Lookout Server支持基于Web的工业测量和自动化功能,大幅减少了开发工作量。
Lookout Server是一款应用软件,提供基于Web的功能,如多客户多服务器网络、Web监控和控制、OPC服务器和客户端、事件驱动处理、分布式日志记录和分布式报警。

Lookout客户端
Lookout Client可为要求苛刻的制造和过程控制应用提供直观的控制。
Lookout Client是基于Web的人机界面/监控和数据采集(HMI/SCADA)系统软件。它具有网络监测和控制以及分布式警报、事件和数据记录等功能。Lookout Client采用基于对象的架构,并支持事件驱动的处理。


Lookout6.6CD2(Client)
文件大小: 262589423 字节 (250.42 MB)
修改日期: 2012-12-21 10:11
MD5: 21bdb031b247c6971c4a632eec2d774d(官方正确)
SHA1: 04f32eae986008022b5d6c25ecffeef06495d51d
SHA256: 4291cb0e682e943bd7262f71194a7e1dfc0949110a21de86581edbd3c93e8f56
CRC32: 3c5d5a8d

百度网盘和NI官方下载地址:
注册登陆视觉论坛账号,购买附件查看下载地址

NI Lookout 6.6 Client Win32Eng NI Lookout客户端6.6版

http://pcmv.cn/thread-28690-1-1.html?fromuid=9

(出处: 视觉论坛VISIONBBS|视觉之家VISIONHOME)



Lookout 6.6 Readme

June 2011
This file contains information about Lookout 6.6, including supported platforms, installation instructions, and a list of new features and changes.
Overview
Supported Platforms
Installation Instructions
Licensing
Features and Changes
Upgrade Notes
Known Issues
Bug Fixes
Notice Regarding Microsoft Silverlight Installation and Redistribution

Overview

National Instruments Lookout is a human machine interface (HMI) and supervisory control and data acquisition (SCADA) software system for industrial automation. Lookout runs under Windows and communicates with field I/O through control hardware. Lookout can support the following applications:
  • Continuous process monitoring and supervisory control

  • Discrete manufacturing

  • Batch applications

  • Remote telemetry systems

Supported Platforms

Lookout supports the following operating systems:
  • Windows 7

  • Windows Vista

  • Windows XP Service Pack 2 or later

  • Windows Server 2003 R2 (32-bit)

  • Windows Server 2008 R2 (64-bit)

Lookout does not support Windows Me/2000/9x/NT or the Windows Server non-R2 editions. Refer to the Lookout Release Notes for a complete list of system requirements.
Note: National Instruments is committed to maintaining compatibility with Microsoft Windows technology changes. However, NI has become aware of a number of issues of potential significance regarding Microsoft Windows 7. To learn how Windows 7 affects your use of NI products, visit ni.com/info and enter the Info Code windows7.

Installation Instructions

Refer to the Lookout Release Notes for more information about installing Lookout. This section describes additional installation considerations.
The Lookout software requires Microsoft SQL Server 2005 Express Edition (SQL Express). This component is installed by default when you install Lookout. During the installation process, the Lookout installer creates an instance of SQL Express named CITADEL. To prevent unauthorized access to SQL Express, the installer also generates a password for the SQL Express administrator sa. The default password is the computer ID. Complete the following steps to find the computer ID using NI License Manager.
  • Launch NI License Manager by selecting Start»All Programs»National Instruments»NI License Manager.

  • Click the Display Computer Information button in the toolbar.

The Lookout installer enables a mixed security mode on existing SQL Servers. If the target computer does not have an SQL Server installed, the Lookout installer installs SQL Express in the mixed security mode.
Use the following command line prompt to change the default password for the sa user:
Sqlcmd -S"localhostCITADEL" -U"sa" -P"COMPUTER_ID" -Q"sp_password 'COMPUTER_ID', 'NEW_PASSWORD', 'sa'"
If the mixed security mode is not acceptable, change both the SQL Express and Citadel login modes. You must set the registry DWORD values HKEY_LOCAL_MACHINESOFTWAREMicrosoftMSSQLServerMSSQLServerLoginMode and HKEY_LOCAL_MACHINESOFTWARENational InstrumentsCitadel.0IntegratedSecurity to 1.
National Instruments recommends you to change the login mode immediately after you install Lookout. Otherwise, you must relink all existing Citadel databases. Restart the SQL Express and Citadel services in order for changes to take effect. If you use integrated NT security, you might need to configure the server machine and all clients explicitly.
Note: Lookout 6.0.2 and earlier use Microsoft SQL Server 2000 Desktop Engine (MSDE 2000), not SQL Express. If you upgrade Lookout 6.0.2 or earlier to Lookout 6.6, any existing databases continue to use MSDE 2000 for alarm logging, but new databases you create use SQL Express. If you detach an existing database from Lookout and then reattach the database, Lookout migrates the database to SQL Express.
You might want to uninstall MSDE 2000 after installing Lookout 6.6. Complete the following steps to uninstall MSDE 2000.
  • Exit Lookout if Lookout is running.

  • Open NI Measurement & Automation Explorer (MAX) and select My System»Historical Data»Citadel 5 Universe from the Configuration tree.

  • On the Databases page, detach all databases from the local computer.

  • Open the Windows Control Panel and uninstall MSDE 2000.

  • Restart the computer.

  • Open MAX and reattach all databases.

Licensing

Lookout relies on licensing activation. You must activate a valid Lookout license before you can run Lookout. To activate Lookout, use the serial number you received as part of your installation package.
Refer to the Lookout Release Notes for more information about licensing in Lookout.

Features and Changes

Lookout 6.6 incorporates the following new features and changes:

Supporting Multiple Windows

Lookout supports running multiple processes in different Lookout windows. Each Lookout window has the same alarm window and menu options. You can open multiple Lookout windows by creating multiple processes.

Supporting Full Screen

Lookout supports developing and running applications in full screen.

Supporting Enabling or Disabling Control Panel Buttons Programmatically

Lookout provides a new panel data member enablerestoreoptions to help you enable or disable the Minimize, Maximize, Restore Down, Restore Up, and Close buttons programmatically on the control panels.

Supporting Auto-Saving Changes

Lookout can help you recover files from crashes or power outage, which gives you extra protection on file safety. Lookout automatically saves your changes in the following situations:
  • Auto-save your changes when you switch Lookout from edit mode to run mode.

  • Auto-save your changes at regular intervals in edit mode. The default interval is 5 minutes. You can specify the interval from 1 minute to 1,440 minutes.

Upgrade Notes

NI OPC Servers is upgraded from 2010 to 2011. In Lookout 6.6, if you want to use NI OPC Servers 2011 to run applications built in NI OPC Servers 2010 or earlier, you need to complete the following steps:
  • Launch NI OPC Servers Configuration by selecting Start»All Programs»National Instruments»NI OPC Servers 2011»NI OPC Servers Configuration. Select File»Open from the menu bar to open the NI OPC Servers project file (.opt) built in NI OPC Servers 2010 or earlier.

  • In Lookout 6.6, select File»Open from the menu bar to open the Lookout source code file (.lks) compiled by Lookout 6.5 or earlier.

  • Switch to edit mode and select Object»Object Explorer.

  • In the Object Explorer dialog box that appears, expand your process tree and show your OPC client objects. Right-click the OPC client object you want to use and select Properties from the shortcut menu.

  • In the Revise OPC Client dialog box that appears, switch to National Instruments.NIOPCServers.V5 from the Server Name pull-down menu.

  • Click OK.

Tip: National Instruments recommends that you save the Lookout process file (.l4p) after completing the previous steps for easier access later. If you do not save this file, you need to complete the previous steps again the next time.
Refer to the NI OPC Servers Help, available by selecting Start»All Programs»National Instruments»NI OPC Servers 2011»NI OPC Servers Help, for more information about using the NI OPC Servers application.

Known Issues

You can access the software and documentation known issues list online. Refer to the National Instruments Web site for an up-to-date list of known issues in Lookout.

Bug Fixes

The following table contains the IDs and issues of a subset of fixed bugs in Lookout 6.6. This table is not an exhaustive list of fixed bugs in Lookout 6.6. If you have a CAR ID, you can search this list to validate the bug that has been fixed.
IDFixed Issue
89017
Lookout cannot read correct value from FromWhen and ToWhen data members of the CitadelControl object after its property was revised.
119423
Symbolic link cannot be deleted once you created a display using symbolic link members.
281211
Lookout crashes when you create connection on Logon and/or Logoff in the Edit Connection.
282153
Lookout allows you to save a process when your security level is no less than 9, but when your security level is lower than 9, you also can save an unsaved process by reopening or closing the process.
292698
You cannot use MAX to create a Citadel 4 database.
298725
Lookout needs a help file for the DeleteTrace object.
302030
Lookout crashes when the name of the DataTable data member alias is too long.

Notice Regarding Microsoft Silverlight Installation and RedistributionInstalling Microsoft Silverlight

Some NI components require Microsoft Silverlight. If you do not have Silverlight installed on your computer, but you do have Internet access, you can download the installer from Microsoft at http://www.microsoft.com/silverlight/. If you do not have Internet access, you can install Silverlight from this NI distribution media.

Using Microsoft Silverlight

You may not use any H.264/MPEG-4 AVC and/or VC-1 technology or codecs included in or with Microsoft Silverlight software which may be provided by NI as Third Party Software, including for the purpose of encoding or decoding video in compliance with, or making use of, the H.264/AVC visual standard or the VC-1 video standard.

Redistribution of Microsoft Silverlight

If you create and distribute software applications that contain NI components that also use Microsoft Silverlight, you may be authorized to include Silverlight in installers or on physical media as long as you comply with certain requirements. Refer to the notice.txt file in the <National Instruments>_Legal InformationMicrosoft Silverlight 4.0 directory or the NI standard End User License Agreement (EULA) located in the <National Instruments>CommonMDFEULADepotNIReleased directory for more information.

Copyright
© 2011 National Instruments Corporation. All rights reserved.
Under the copyright laws, this publication may not be reproduced or transmitted in any form, electronic or mechanical, including photocopying, recording, storing in an information retrieval system, or translating, in whole or in part, without the prior written consent of National Instruments Corporation.
National Instruments respects the intellectual property of others, and we ask our users to do the same. NI software is protected by copyright and other intellectual property laws. Where NI software may be used to reproduce software or other materials belonging to others, you may use NI software only to reproduce materials that you may reproduce in accordance with the terms of any applicable license or other legal restriction.
In regards to components that use Citadel 5, the following copyright applies. Copyright © 1994 Hewlett-Packard Company. Permission to use, copy, modify, distribute and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appears in all copies and that both that copyright notice and this permission notice appear in supporting documentation. Hewlett-Packard Company makes no representations about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty.
Trademarks
National Instruments, NI, ni.com, the National Instruments corporate logo, the Eagle logo, LabVIEW, Citadel, and Lookout are trademarks of National Instruments Corporation. Refer to the Trademark Information at ni.com/trademarks for other National Instruments trademarks.
Other product and company names mentioned herein are trademarks or trade names of their respective companies.
Patents
For patents covering the National Instruments products/technology, refer to the appropriate location: Help»Patents in your software, the patents.txt file on your media, or ni.com/patents.


首页
84162741QQ
联系