Rappel sur la connexion aux pages web d'un M340

Rédigé par Admin Aucun commentaire
Classé dans : Automatisme Mots clés : aucun

Les pages web d'un M340 ou d'un NOE01x0 utilisent toujours le java et ont des problèmes de compatibilité,il est conseillé d'utiliser

  • java 1.8.0_271 en mode x86 et pas x86_64
  • Ne pas oublie d'indiquer les adresses IP des sites concernés dans l'onglet Sécurité
  • ne pas oublier de passer EDGE en mode Internet explorer en indiquant les IPs concernées également

Autoriser le ping ICMP d'un PC sous windows 10

Rédigé par Admin Aucun commentaire
Classé dans : Informatique Mots clés : aucun

Enable ICMP Ping by Powershell

New-NetFirewallRule -DisplayName "Allow ICMPv4-In" `

-Protocol ICMPv4 -IcmpType 8 -Direction Inbound `

-Action Allow

Disable ICMP Ping

Get-NetFirewallRule -DisplayName "Allow ICMPv4-In" | Remove-NetFirewallRule

Check Current ICMP Rules

Get-NetFirewallRule | Where-Object {$_.DisplayName -like "*ICMP*"}

 

Enable ICMP Ping by Firewall

Open Firewall Settings

  • Press Win + R, type control, and hit Enter.
  • Navigate to System and Security > Windows Defender Firewall.

Create a New Inbound Rule

  • Click Advanced Settings in the left panel.
  • Select Inbound Rules → New Rule.

Configure ICMP Rule

  • Choose Custom Rule → Next.
  • Under Program, select All Programs → Next.
  • In Protocol and Ports, select ICMPv4 (or ICMPv6 for IPv6).
  • Click Customize, enable Specific ICMP Types, and select Echo Request.

Set Scope & Action

  • For Scope, choose Any IP address or specify trusted IP ranges.
  • Under Action, select Allow the connection.

Apply to Profiles & Save

  • Check DomainPrivate, and/or Public profiles.
  • Name the rule, e.g., Allow ICMP Ping → Finish.

Disable ICMP Ping

  • Open Windows Defender Firewall with Advanced Security (wf.msc).
  • Go to Inbound Rules, locate your Allow ICMP Ping rule.
  • Right-click → Disable Rule or Delete Rule.

Test PING IP V6

ping -6 2001:4860:4860::8888

 

Information was taken from this page : here

 

New Feature Autoreboot management of M580 CPU

Rédigé par Admin Aucun commentaire
Classé dans : Automatisme Mots clés : System

%SW130

Function

Auto-reboot management

Initial State

0

Controllers

Modicon M580 and Modicon M580 Safety

This system word can be used to:

  • Read the FPGA version for Modicon M580 and Modicon M580 Safety.

  • Set the auto-reboot feature for Modicon M580.

The bits of this system word are as follows:

  • bit 0:
    • 1 enables Modicon M580 auto-reboot if the controller becomes non-operational

    • 0 disables Modicon M580 auto-reboot.

    NOTE: Bit 0 (auto-reboot) is automatically reset to 0 after an INIT.

  • bits 1...3: unused

  • bits 4...15: version of the FPGA

    NOTE: Auto-reboot feature is available for FPGA versions 1.6 and any subsequent supporting version(s).

For example:

  • FPGA 1.5: %SW130 = 0x1050

  • FPGA 1.6 + auto-reboot inactive: %SW130 = 0x1060

  • FPGA 1.6 + auto-reboot active: %SW130 = 0x1061

During an auto-reboot, the outputs enter fallback state. After auto-reboot the controller enters STOP state and:

  • Outputs in the local rack are de-energized.

  • Outputs in remote racks enter fallback state.

 WARNING
 

UNINTENDED EQUIPMENT OPERATION

Design your system so that de-energized local rack outputs do not create a hazard.

Failure to follow these instructions can result in death, serious injury, or equipment damage.

Comment poser une question à une IA telle Chat GPT, Gemini, Claude ou autre

Rédigé par Admin Aucun commentaire
Classé dans : Connaissances Mots clés : aucun

1. Attribuer un rôle clair à l'IA

🎯 Pourquoi ? Cela ajuste le ton, le vocabulaire, la profondeur de la réponse.

👉 Comment faire :

  • « Fais comme si tu étais un professeur d’université en... »

  • « Tu es un consultant expert en cybersécurité... »

  • « Tu es une institutrice qui explique à des enfants de 10 ans... »

Lire la suite de Comment poser une question à une IA telle Chat GPT, Gemini, Claude ou autre

LDAP (Lightweight Directory Access Protocol)

Rédigé par Admin Aucun commentaire
Classé dans : Informatique Mots clés : aucun

Le LDAP (Lightweight Directory Access Protocol) est un protocole utilisé pour interroger et modifier des services d’annuaire. Il est très utilisé dans les infrastructures informatiques pour centraliser et gérer les informations sur les utilisateurs, les groupes, les droits d'accès, les appareils, etc.

Lire la suite de LDAP (Lightweight Directory Access Protocol)

Fil RSS des articles