Content
# SCADA WORK LOG
9/4/23
kts- added PACP PLC to FT shortcuts
kts- added PACP_alias tag folder and tags to link to undescriptive tags in the PACP PLC
kts- added PACP_alias tags to Historian
kts- added Blower discharge PSI's to Bubblers trend
7/9/2020
Power outage caused the CCT PLC to loose its IP address. I had shut off BootP in the PLC before but I guess I did not hit "set" in the online port config. Also didn't set the IP in the General tab.
Started 4/29/2020
Could not log in to SCADASERVER using remote desktop through Hamachi.
Windows Firewall has RDP blocked for Public networks. I want to keep it that way, so I changed Hamachi to a Private network using these commands in Powershell
PS C:\> \\$Profile = Get-NetConnectionProfile -InterfaceAlias "Hamachi"
PS C:\> \\$[Profile.NetworkCategory](http://profile.networkcategory/) = "Private"
PS C:\> Set-NetConnectionProfile -InputObject \\$Profile
Disabled internet access to the Win_7 VM
The Laptop cannot connect to the FTView server. Says the server is not licensed for remote access.
Found WWDATA had started a FTView server and there are no licenses showing up on SCADA2. After doing a shutdown on the FTView service on WWDATA the license was released.
Rebooted SCADA2