石鑫华视觉论坛微信公众号:石鑫华视觉

 找回密码
 注册会员
查看: 993|回复: 0

[NI软件产品] NI Lookout 6.2 Server&Client Win32Eng NI Lookout服务器和客户端6.2版

[复制链接]
  • TA的每日心情
    无聊
    9 小时前
  • 签到天数: 3178 天

    连续签到: 48 天

    [LV.Master]2000FPS

    发表于 2022-5-13 22:06:05 | 显示全部楼层 |阅读模式 来自:广东省东莞市 联通

    注册登陆后可查看附件和大图,以及购买相关内容

    您需要 登录 才可以下载或查看,没有账号?注册会员

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

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

    NI Lookout 6.2 Server&Client Win32Eng NI Lookout服务器和客户端6.2版

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

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

    Lookout 6.2
    文件大小: 583431353 字节 (556.40 MB)
    修改日期: 2010-04-25 05:56
    MD5: 626f8871e893a2b669f90f2aaa7a15ee
    SHA1: afe01363c18a8b3bd5283fc80d4ab4e2474e222c
    SHA256: e67525cddd8925fcd37b90bd2ff5c776efa893e8f6bc8891f25ca4c59dbfda6b
    CRC32: 0f1b3bed

    百度网盘和NI官方下载地址:
    注册登录视觉论坛账号,购买附件查看下载地址
    Lookout6.2Server-Client.txt (504 Bytes, 下载次数: 0, 售价: 20 元)

    Lookout 6.2 Readme
    August 2008
    Lookout is a human machine interface (HMI) and supervisory control and data acquisition (SCADA) software system that National Instruments provides. This file contains important last-minute information about Lookout 6.2, including installation and upgrade issues, compatibility issues, and changes from Lookout 6.1. Refer to the Lookout Release Notes for more information about upgrade and compatibility issues and for a complete list of new features in Lookout 6.2. You can access the Lookout Release Notes by selecting Help»Contents in Lookout and navigating to the Related Documentation topic on the Contents page.
    Supported Platforms
    Installation Instructions
    Licensing
    New Features
    Known Issues
    Supported Platforms
    Lookout supports Windows Vista/XP/2000. Lookout does not support Windows Me/9x/NT. Refer to the Lookout Release Notes for a complete list of system requirements.
    Installation Instructions
    Refer to the Lookout Release Notes for detailed 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"localhost\CITADEL" -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_MACHINE\SOFTWARE\Microsoft\MSSQLServer\MSSQLServer\LoginMode and HKEY_LOCAL_MACHINE\SOFTWARE\National Instruments\Citadel\5.0\IntegratedSecurity to 1.
    National Instruments recommends that you 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.2, 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.2. 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.
    New Features
    Lookout 6.2 incorporates the following new features:
    Controlling Lookout Expressions
    Lookout 6.2 introduces controlled expressions. A controlled expression is an expression with a trigger. A trigger is a logical data member. Lookout calculates a controlled expression only when a trigger changes from FALSE to TRUE. Lookout does not calculate this controlled expression when the trigger changes from TRUE to FALSE.
    Viewing and Locating Displays of Objects
    Lookout 6.2 introduces the Find Displays window. Use this window to view and locate displays of objects. The Find Displays window lists the object name, source member name, and location information.
    Viewing Connections between the Local Server and Clients
    Lookout 6.2 introduces the Client Connection Monitor window. Use this window to view connections between the local Lookout server and clients.
    NI OPC Servers Integration
    Lookout 6.2 provides the NI OPC Servers application. Use this application to connect to OPC devices.
    New Examples
    Lookout 6.2 provides new examples. Refer to the Lookout 6.2\Examples directory to browse and launch these new examples.
    Known Issues
    The following are known issues in Lookout 6.2.
    IDKnown Issue
    (Windows Vista) You cannot start and stop the following services from the command line on Windows Vista using the -start and -stop parameters or the Windows net start and net stop commands:
    • National Instruments PSP Server Locator
    • NI Lookout Citadel Server 4.x
    • Citadel 5.x Database
    • National Instruments Time Synchronization Service
    • National Instruments Domain Server
    To start and stop these services, use the Services utility, available by selecting Start»Control Panel»Administrative Tools»Services. Also, NI applications no longer start these services automatically if these services are not running already.
    A Lookout control with a Local source and a direct connection does not change if something acts to alter the value or status of the PLC or object it is connected to. Instead, Lookout restores the control value to the PLC or object in the following circumstances:
    • When the driver object is modified or I/O is reconfigured
    • When the process is reloaded
    • When communication is restored after a communications failure
    • After 100 polls in some cases (this varies from driver to driver and might depend on .ini file settings)
    If you operate a Lookout control with a Remote source connection, and the PLC register it is connected to cannot or does not change when Lookout writes the new value out to the PLC, the control snaps back to display the actual PLC register value or status. Whether or not this issue occurs depends on data transmission time between your Lookout computer and the field hardware. To prevent this issue, Lookout has built-in delays for most driver objects. The following driver objects do not have a built-in delay:
    • AdvantechPCL
    • DeltaTau
    • Dynamic
    • ProfibusDP
    • ProfibusL2
    • Reliance
    • Sixnet
    • Wizdom
    The following two driver objects do not support remote source connections at all because the underlying protocols do not allow this sort of connection:
    • Aquatrol
    • DeviceNet
    Another way to correct snap-back issues caused by slow communication is to adjust the SnapDelay setting that is available with some control objects. For Switch and Pushbutton objects, use the SnapDelay data member; for the Pot object, use the SnapDelay lookout.ini setting.
    To use the Lookout Web Client feature, you must have administrator privileges to install the Lookout Player component of the Web Client. After the Lookout Player is installed, administrator privileges are not required to use the Lookout Web Client successfully.
    40069
    Logging does not work when a specified user is set for NT service.
    87351
    Listbox ActiveX object in Lookout cannot be used correctly in an expression.
    88133
    Tool tips do not show up in Lookout Tools box unless Tools box is the current active window.
    88278
    Cannot export a web process if another running process has a missing graphic.
    89017
    Cannot read correct value from data members 'FromWhen' and 'ToWhen' of 'CitadelControl' Object after its property was revised.
    91092
    Lookout service cannot be stopped from control panel in Windows Vista.
    91295
    SquareD object may not work on Windows XP/Vista.
    96668
    Sequencer time resets incorrectly in some Lookout process when viewed through web client.
    117905
    Lookout FieldPoint object cannot import alias in .iak file for 180x, 22xx, 21xx modules.
    122038
    Uninstalling Lookout removes NI OPC Server Application of DSC.
    124841
    When you use the example links in Lookout online help, the help may prompt a warning dialog box for the ActiveX control. You need to click the Yes button to run the example.

    Copyright
    © 2008 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.
    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, LabVIEW, Citadel, and Lookout are trademarks of National Instruments Corporation. Refer to the Terms of Use section on ni.com/legal for more information about 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, refer to the appropriate location: Help» Patents in your software, the patents.txt file on your media, or ni.com/patents.
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 注册会员

    本版积分规则

    LabVIEW HALCON图像处理入门教程(第二版)
    石鑫华机器视觉与LabVIEW Vision图像处理PDF+视频教程11种全套
    《LabVIEW Vision函数实例详解》教程-NI Vision所有函数使用方法介绍,基于NI VISION2020,兼容VDM21/22/23
    LabVIEW图像处理教程
    机器视觉商城淘宝店铺
    视觉论坛充值赞助方法

    QQ|石鑫华视觉论坛 |网站地图

    GMT+8, 2024-4-20 21:07

    Powered by Discuz! X3.4

    © 2001-2024 Discuz! Team.

    快速回复 返回顶部 返回列表