Search found 4 matches
- 30 Sep 2025, 14:49
- Forum: Software
- Topic: SCADA Write to OPCUA Input Registers
- Replies: 2
- Views: 14512
Re: SCADA Write to OPCUA Input Registers
Thank you for sharing this. My configuration was built in a similar manner with one key exception. I have a revpimodio2-based python script running to control output based on user-input at a SCADA HMI. If the Python script is disabled, I can successfully write to OPC UA output registers. If the ...
- 24 Sep 2025, 21:38
- Forum: Software
- Topic: PTP Time Sychronization
- Replies: 2
- Views: 11043
Re: PTP Time Sychronization
One additional note:
3. The PTP service (UDP ports 319 and 320) must also be enabled in the firewall. This can be done in cockpit, or at the shell:
$ sudo firewall-cmd --add-service=ptp
3. The PTP service (UDP ports 319 and 320) must also be enabled in the firewall. This can be done in cockpit, or at the shell:
$ sudo firewall-cmd --add-service=ptp
- 23 Sep 2025, 15:35
- Forum: Software
- Topic: PTP Time Sychronization
- Replies: 2
- Views: 11043
PTP Time Sychronization
For anyone interested, I have successfully enabled PTP on a RevPi Core S. Simple instructions:
1. From a shell in the Rev Pi:
$ sudo apt install chrony linuxptp
$ sudo systemctl enable timemaster
2. You will need to edit /etc/linuxptp/ptp4l.conf and /etc/linuxptp/timemaster.conf for your use case ...
1. From a shell in the Rev Pi:
$ sudo apt install chrony linuxptp
$ sudo systemctl enable timemaster
2. You will need to edit /etc/linuxptp/ptp4l.conf and /etc/linuxptp/timemaster.conf for your use case ...
- 23 Sep 2025, 15:30
- Forum: Software
- Topic: SCADA Write to OPCUA Input Registers
- Replies: 2
- Views: 14512
SCADA Write to OPCUA Input Registers
While attempting to implement OPCUA, I cannot establish a good write method from external SCADA software to OPCUA registers. OPCUA input registers (via a virtual device module) do not appear to be writeable. If OPCUA output registers (same virtual device module) are write-enalbed in PiCtory, SCADA ...