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

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

[NI软件产品] NI Lookout 6.5 Client Win32Eng NI Lookout客户端6.5版

[复制链接]
  • TA的每日心情

    昨天 11:05
  • 签到天数: 3176 天

    连续签到: 46 天

    [LV.Master]2000FPS

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

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

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

    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.5 Client Win32Eng NI Lookout客户端6.5版

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

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

    Lookout6.5CD2(Client)
    文件大小: 480215072 字节 (457.97 MB)
    修改日期: 2010-04-29 20:35
    MD5: 4d21517b9fdec3b3b2ec6eb91821dded(重复一致)
    SHA1: b3d466c6f20d7961365611aea3329c1d982c8fb8
    SHA256: a2db9920dcd83defa3d5d3cdb797bcc348af16b8037ff1d5e430067c85b7f9c1
    CRC32: 1fdae581

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

    Lookout 6.5 Readme
    December 2009
    This file contains installation instructions and new features of Lookout 6.5.
    Supported Platforms
    Installation Instructions
    Licensing
    Features and Changes
    Known Issues
    Supported Platforms
    Lookout supports the following operating systems:
    • Windows 7
    • Windows Vista
    • Windows XP Service Pack 2
    • Windows 2000 Service Pack 4
    • Windows Server 2003 R2 (32-bit)
    • Windows Server 2008 R2 (64-bit)
    Lookout does not support Windows Me/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 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.5, 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.5. 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.5 incorporates the following new features and changes:
    Sending Text Messages to Cell Phones
    Use an SMS object to send text messages to cell phones by using GSM/GPRS modems.
    If a text message contains more than 70 characters, the SMS object splits the message into multiple messages that contain no more than 70 characters and sends these messages.
    Documenting Lookout Applications
    In Lookout, you can add a description to processes, panels, objects, data members, and displays.
    Use the descriptions to provide user documents for a Lookout application. You can configure Lookout to display these descriptions.
    Supporting Microsoft Excel 97-2003 Format
    Lookout supports importing data from and exporting data to Microsoft Excel 97-2003 format files. You can import and export data by using the DataTable or Recipe object.
    Supporting Control Panel Decoration
    Lookout supports inserting graphic shapes, such as lines and ellipses into control panels. Use these shapes to enhance the user interface of Lookout applications.
    Supporting New FieldPoint Modules
    Lookout supports the following FieldPoint devices:
    • cFP-18xx, cFP-21xx, and cFP-22xx
    • AIO and DIO I/O Modules
    • 32-channel DI Modules
    You also can import *.iak files from these controllers and I/O Modules.
    Authenticating Senders When Using the Mailer Object
    Use the Mailer object to send emails to recipients by using the SMTP protocol. In Lookout 6.5, you can authenticate the sender if the SMTP server requires authentication. To authenticate an email sender, enter the username and password information in the property dialog box of a Mailer object.
    New Logon/Logoff Method
    Lookout includes the following new data members under the $System object.
    • Logon
    • Logoff
    Use these two data members to log on and log off in Lookout.
    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.

    Copyright
    © 2009 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-19 06:12

    Powered by Discuz! X3.4

    © 2001-2024 Discuz! Team.

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