Forum Replies Created
-
AuthorPosts
-
TroyV23
ParticipantI updated to latest version 6.2.1
The reports function is now working, but charts are still blank.Where can I access the Chart configuration?
TroyV23
ParticipantI have still been unable to get my chart to display any lines of data, I open the Channel and the Chart is blank. The table populates data just fine, but the reporting function also has an issue.
When I try and generate a report, it says I have no channels in the drop down
TroyV23
ParticipantI reversed the conditions, it works now 🙂
TroyV23
ParticipantI now have the On-Off condition working but I realized it broke my LED scheme component condition. How do I make the LED indicator condition show green when no alarm, and red when alarm is on.
The condition options have to be numbers, and that doesn’t work anymore.Thanks in advance!
TroyV23
ParticipantInput formula would be Cnl > 0 ? 0 : 1
Format is Off-OnThanks!
That worked perfectly, I just had to make a custom format to reverse the “Off-On” to “On-Off”.TroyV23
ParticipantI was able to get it working, my device actually had a modbus register that defined everything for me.
I still have a question though:
I have an alarm channel that either shows “0” when alarm is OFF or “256” when alarm in ON. When the event shows it gives a generic description that is not useful for users. Is there a way for me to define what the event says?
I also want a formula to show “1” instead of “256” when alarm in ON.
TroyV23
Participant
TroyV23
ParticipantI just realized that my received data is missing the last 2 words?
Sent:
01 02 00 00 00 06 CE 04 08 0E 00 02
Response:
01 02 00 00 00 07 CE 04 04 00 00 FF FF
I expected response to be:
01 02 00 00 00 07 CE 04 04 00 00 FF FF 00 00
Do you have any clues as to why that is?
TroyV23
ParticipantHow Do I capture received data?
TroyV23
ParticipantI made a mistake, my server is actually running Windows 2012 R2 Server. Is this an issue? Is there a way around it without upgrading the OS ?
TroyV23
ParticipantI downloaded Version 6.1.1 and performed update, but there was no change in the text buttons. I am running Windows Server 2016, is that an issue?
I did not have this problem in RapidScada 5.8.X though, so I’m wondering if my OS version or IIS version is too old for new rapidscada versions. If so Can the remote webstation run a different v5.8.X while my server and communicator on a different machine run v6.1.1 ?
TroyV23
ParticipantThe language is set to English (UK).
The report generates, and I can see data in there… although excel doesn’t open the file.TroyV23
ParticipantI have the Communicator running on a separate machine than the Server instance. In the deployment profile of the Communicator PC, I had put the Agent IP as the Remote Server IP, then I get the error of the file not being found. When I change the Agent IP to localhost everything is fine.
I ended up making a second Deployment profile for the remote server machine, which also hosts the Webstation. That IP is set to the remote server, and connects properly.
Now I have an issue though, when I try to update the Server functions, they do not take effect, even after restart. Do I have to make those changes on the Server machine directly? I would like to be able to upload changes from my communicator PC to the server.
TroyV23
ParticipantThank you, it turned out to be a firewall issue between 2 networks.
-
AuthorPosts