![North Invent Wave PERFORMANCE Скачать руководство пользователя страница 11](http://html1.mh-extra.com/html/north-invent/wave-performance/wave-performance_user-manual_1707641011.webp)
Wave PERFORMANCE Monitors (PPCs)
Specifications subject to changes without prior notice. The contents of
this page are property of North Invent Norway AS. All rights herein are
reserved to North lnvent Norway AS. This document cannot be
reproduced without the written permission of the company.
NORTH INVENT
Sørhauggata 128, NO-5527 Haugesund, Norway
Phone: + 47 48 84 02 00
[email protected] www.northinvent.com
11
Use in ECDIS applications:
If the Panel PC is to be used in an ECDIS application, the appropriate ECDIS color table must be integrated into the ECDIS
software. The ECDIS color table is provided as a .csv file that lists the RGB values required to produce each color token.
The color table is provided along with the calibration data.
10. Simple Network Management Protocol (SNMP)
It is possible to control the Panel PC backlight (brightness) and buzzer via Ethernet using SNMP.
An SNMP agent must be installed using the following procedure:
Microsoft .Net Core 3.1 is required to run the NorthSNMP agent. Make sure it is installed or install from this link:
Download and install the SNMP agent according to the procedure below:
1.
Create folder "c:\program files\NorthInvent\NorthSNMP" and copy files from NorthSNMP.zip to the folder.
2.
Run the install.bat found in NorthSNMP.zip to install the service.
Then open Windows firewall on UDP port 161 either by running the below commands in PowerShell or by using the
Windows Defender graphical interface.
New-NetFirewallRule
-DisplayName
"UPD161 SNMP IN"
-Direction
Inbound
-Protocol
UDP
-LocalPort
161
-Action
Allow
-Profile
Any
New-NetFirewallRule
-DisplayName
"UPD161 SNMP OUT"
-Direction
Outbound
-Protocol
UDP
-LocalPort
161
-Action
Allow
-Profile
Any