Forum Replies Created
-
AuthorPosts
-
mmParticipant
How is the Archive .dat file decrypted on V6? I managed to decrypt the V5 but not V6. Is there a source code available?
July 24, 2023 at 9:50 am in reply to: Local Host Not Working (WEBSTATION NOT OPENING IN CHROME ) #13033mmParticipantI managed to make V5 work. Now I tried programming the same program on V6 and everything is working except for the Webstation (http://localhost/scada). I installed the V6 exactly as indicated in the latest documentation. The only thing that was done differently was creating and saving the project in C:/ rather than with the installation package C:/Program Files/SCADA. I think IIS was installed correctly since I had no issue with the Webstation using the RapidScada V5. Also note that communication with device was established and live data can be seen.
When I access the Webstation logs, there are no logs to be seen (displays “No data”). When I access http://localhost:10008 (as indicated in the latest documentation), the usual login page is displayed but with the following error message:
Please correct the following errors:
The application is not ready. Try again later.It’s already been a while and the documentation indicates that it should be fine by refreshing the page after 10 seconds. What should I do next please?
mmParticipantBut is this a Rapid Scada issue? Because when I ping 172.40.0.10 from the VM, packets are received.
mmParticipantAnd the line state indicates that the communication line is running:
Line 1 “SG1 H11 Line”
———————
State : running
Action : 20/07/2023 13:38:05 Communication with Device 1 “SG1 H11 FM”Connection Channel
——————
Type: TcpClientCustom Parameters
—————–
TransMode = TCPCommon Properties
—————–
Modbus.Templates = Dictionary of 1 templatesActive Devices
————–
1. Device 1 “SG1 H11 FM” : errormmParticipant——————————————————————————–
——————————————————————————–
2023-07-20 13:36:46 Initialize communication line 1 “SG1 H11 Line”
2023-07-20 13:36:46 Load device template from file KpModbus_FiscalMeters.xml
2023-07-20 13:36:46 Start communication line 1 “SG1 H11 Line”2023-07-20 13:36:46 Establish a TCP connection with 172.40.0.10:502
Error establishing TCP connection: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 172.40.0.10:5022023-07-20 13:37:07 Unable to communicate with Device 1 “SG1 H11 FM” because connection is not established
2023-07-20 13:37:07 Attempt to establish TCP connection can not be earlier than 5 seconds after the previous.
2023-07-20 13:37:07 Unable to communicate with Device 1 “SG1 H11 FM” because connection is not established
2023-07-20 13:37:08 Attempt to establish TCP connection can not be earlier than 5 seconds after the previous.
2023-07-20 13:37:08 Unable to communicate with Device 1 “SG1 H11 FM” because connection is not established
2023-07-20 13:37:08 Attempt to establish TCP connection can not be earlier than 5 seconds after the previous.
2023-07-20 13:37:08 Unable to communicate with Device 1 “SG1 H11 FM” because connection is not established
2023-07-20 13:37:08 Attempt to establish TCP connection can not be earlier than 5 seconds after the previous.
2023-07-20 13:37:08 Unable to communicate with Device 1 “SG1 H11 FM” because connection is not established
2023-07-20 13:37:08 Attempt to establish TCP connection can not be earlier than 5 seconds after the previous.
2023-07-20 13:37:08 Unable to communicate with Device 1 “SG1 H11 FM” because connection is not established
mmParticipantI need to take readings from a meter using Rapid Scada. As a test, I used Rapid Scada installed on a laptop and established communication with the device having IP address 172.40.0.10). After verifying that it works, I installed Rapid Scada on a virtual machine (having IP address 10.142.92.135), repeated the same programming process of Rapid Scada and tried to read measurements from the device but it is not working. Communication line is running normal according to the log, but device goes from “undefined” to “error” a few seconds after uploading configuration. I tried pinging the device from the virtual machine and all packets are received so it is definitely on the same network.
When I used the laptop, its IP address was in the same range of the meter. Should the virtual machine have an IP address within the same range of the physical meter to establish communication? i.e. if the device is 172.40.0.10, should the virtual machine have an IP address in the range of 172.40.0.1 – 172.40.0.255 ?
-
AuthorPosts