施耐德电气远程 Pro-face Win 版远程 HMI 客户端

2023-11-02 10:28

本文主要是介绍施耐德电气远程 Pro-face Win 版远程 HMI 客户端,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

施耐德电气远程桌面 Pro-face Remote HMI Client for Win 是 Pro-face Remote HMI 应用程序的 Windows 桌面应用程序。它可以从一台 PC 远程查看多个 HMI RT 屏幕。

 

Pro-face Win 版远程 HMI 客户端 - 功能
特征
多显示器模式
一台 PC 屏幕上最多可显示 6 个屏幕。

支持全屏模式
PC 屏幕的窗口可以调整为 PC 屏幕最大大小。尺寸。

同步和异步操作模式
Pro-face Remote HMI Client for Win 支持同步和异步操作模式,可在操作过程中切换。
GP-Pro EX 设置中的新参数提供了限制 Pro-face Remote HMI Client for Win 操作模式的选项。

 

多客户端功能
为了从不同的角度检查设备的状态,可以同时操作多台PC。

报警监控功能
在概览中指示每个 HMI 的状态可以减少识别故障系统的时间,并进一步减少停机时间和相关成本。除了每个HMI 的状态栏外,任何警报也可以触发警报声音。

能够在通知中心显示报警消息
当您在PC上显示和操作当前连接设备的屏幕时,如果其他设备上触发了警报,您可以立即注意到。向下滑动通知并点击“Pro-face Remote HMI Client for Win”警报消息,即可切换到触发警报的设备屏幕,您将能够立即响应警报。

独家触控操作
设置独占触摸功能可防止因冗余操作而导致意外的误操作。
您可以设置触摸独占时间,或者为控制地址设置任意地址来有意独占触摸操作。

远程状态图标
本地操作员可以在HMI屏幕上查看HMI服务器或远程客户端的远程连接和触摸独占状态,以确保操作安全。

屏幕快捷方式
可以将要监控的机器的图像或文本注册为快捷方式,以便在多个应用程序之间轻松跳转,适用于各种工作环境,例如办公室或制造现场。

Pro-face Remote HMI Client for Win is a Windows Desktop application of the Pro-face Remote HMI app. It enables Remote viewing of multiple HMI RT screens from one PC.
Schneider Electric.

Pro-face Remote HMI Client for Win - Features
Features
Multi-Monitor Mode
Up to 6 screens can be displayed in one PC screen.

Support Full Screen Mode
The windows of the PC screen can be resized to the PC screen max. size.

Synchronous and Asynchronous Operation Mode
Pro-face Remote HMI Client for Win supports synchronous and asynchronous operation modes which switch during operation.
A new parameter in the GP-Pro EX setting provides the option to limit the operation modes for the Pro-face Remote HMI Client for Win.
Multi-client Function
For checking the status of equipment from different points of view, multiple PCs can be operated simultaneously.
Alarm Monitor Function
Indicating the status of each HMI in the overview reduces the time for identifying the faulty system and further reduces the downtime and associated costs. Besides the status bar for each HMI, any alarm can also trigger an alarm sound.
Able to display an alarm message on the Notification center
While you are displaying and operating a screen of the currently connected device on your PC, if an alarm is triggered on another device, you can immediately notice it. Swipe down the notifications and tap the 'Pro-face Remote HMI Client for Win' alarm message in order to switch to the screen of the device with the alarm triggered, and you will be able to immediately respond to the alarm.
Exclusive Touch Operation
Setting the monopolize touch function prevents unexpected operational misuses caused by redundant operation.
You can set a touch monopoly time, or set an arbitrary address for a control address to intentionally monopolize touch operation.
Remote Status Icon
A local operator can check the status of remote connection and touch monopoly of HMI server or remote client on a HMI screen for operation safety.

Blank: Connected
S: HMI server monopolized
C: PC client monopolized
Screen Shortcut
Images or texts of machines to monitor can be registered as shortcuts to easily jump among multiple applications, for various working environment, such as in an office or manufacturing site.

这篇关于施耐德电气远程 Pro-face Win 版远程 HMI 客户端的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/329970

相关文章

Java Websocket实例【服务端与客户端实现全双工通讯】

Java Websocket实例【服务端与客户端实现全双工通讯】 现很多网站为了实现即时通讯,所用的技术都是轮询(polling)。轮询是在特定的的时间间隔(如每1秒),由浏览器对服务器发 出HTTP request,然后由服务器返回最新的数据给客服端的浏览器。这种传统的HTTP request 的模式带来很明显的缺点 – 浏 览器需要不断的向服务器发出请求,然而HTTP

Debugging Lua Project created in Cocos Code IDE creates “Waiting for debugger to connect” in Win-7

转自 I Installed Cocos Code IDE and created a new Lua Project. When Debugging the Project(F11) the game window pops up and gives me the message waiting for debugger to connect and then freezes. Also a

远程工具-SecureCRT/SecureFX

下载地址: https://www.portablesoft.org/securecrt-securefx-integrated/

【微服务】Ribbon(负载均衡,服务调用)+ OpenFeign(服务发现,远程调用)【详解】

文章目录 1.Ribbon(负载均衡,服务调用)1.1问题引出1.2 Ribbon负载均衡1.3 RestTemplate整合Ribbon1.4 指定Ribbon负载均衡策略1.4.1 配置文件1.4.2 配置类1.4.3 定义Ribbon客户端配置1.4.4 自定义负载均衡策略 2.OpenFeign面向接口的服务调用(服务发现,远程调用)2.1 OpenFeign的使用2.1 .1创建

如何删除不小心上传到git远程仓库中的.idea .iml文件

如果在开始的时候不配置,gitignore文件或者文件配置不正确,初始化上传的时候就会有一些不必要的信息上传上去 如果已经存在了一些文件在git远程仓库中,如。idea,.iml文件等。 首先在项目中定义一个  .gitignore文件,简单的实例如下也可以用idea中的gitignore插件 .DS_Storeclasses/*.settings/target/.classpath

Docker远程连接和Docker Remote Api

在Docker生态系统中一共有3种API:Registry API、Docker Hub API、Docker Remote API 这三种API都是RESTful风格的。这里Remote API是通过程序与Docker进行集成和交互的核心内容。 Docker Remote API是由Docker守护进程提供的。默认情况下,Docker守护进程会绑定到一个所在宿主机的套接字:unix:///v

VMware Fusion Pro 13 Mac版虚拟机 安装Win11系统教程

Mac分享吧 文章目录 Win11安装完成,软件打开效果一、VMware安装Windows11虚拟机1️⃣:准备镜像2️⃣:创建虚拟机3️⃣:虚拟机设置4️⃣:安装虚拟机5️⃣:解决连不上网问题 安装完成!!! Win11安装完成,软件打开效果 一、VMware安装Windows11虚拟机 首先确保自己的mac开启了网络共享。不然虚拟机连不上👀的 1️⃣:准备镜像

Redis 客户端Jedis使用---连接池

Jedis 是Redis 的Java客户端,通过一段时间的使用,jedis基本实现redis的所有功能,并且jedis在客户端实现redis数据分片功能,Redis本身是没有数据分布功能。 一、下载jedis 代码 jedis 代码地址:https://github.com/xetorthio/jedis 再次感受到开源的强大。呵呵,大家有时间可以看看源码。 二、项目中如何使用Jedi

Rhinoceros 8 for Mac/Win:重塑三维建模边界的革新之作

Rhinoceros 8(简称Rhino 8),作为一款由Robert McNeel & Assoc公司开发的顶尖三维建模软件,无论是对于Mac还是Windows用户而言,都是一款不可多得的高效工具。Rhino 8以其强大的功能、广泛的应用领域以及卓越的性能,在建筑设计、工业设计、产品设计、三维动画制作、科学研究及机械设计等多个领域展现出了非凡的实力。 强大的建模能力 Rhino 8支持多种建

Java Socket服务器端与客户端的编程步骤总结

一,InetAddress类: InetAddress类没有构造方法,所以不能直接new出一个对象; 可以通过InetAddress类的静态方法获得InetAddress的对象; InetAddress.getLocalHost(); InetAddress.getByName(""); 类主要方法: String - address.getHostName(); String - addre