Forum Replies Created
-
AuthorPosts
-
victorlam
ParticipantHello,
Or we need to write special scripts at WebSettings? or Scheme editor is not yet ready at v6 now.
victorlam
ParticipantHello,
When I open WebStation at the following:-
http://localhost:10008/View/2It is blank for the scheme page. Please advise how to resolve or scheme plug in not yet activated or other factor.
victorlam
ParticipantHello Hennie,
Thanks for trying to use the official V6 release version.
I follow your steps and can manage and see the changes of the status name based on the values of the register 40001.0 – Communication LOST
1 – Battery NORMAL
2 – Battery Charging
3 – Battery faultyThanks again.
If you have time, please try to use V6 and see if it works for your project also.
victorlam
ParticipantHello again,
Sorry for bothering you again.
For your changes of the status, may I knnow if you have tested this in V6 version?
If yes, please advise where is the location of the formula now.
I cannot find any formula at V6 now.victorlam
ParticipantHello,
Now I can upload the configuration.
What I have to implement to fix the issues:-
1/Reinstall the V6 again
2/ Follow the instruction to set up IIS sectionHowever, the new Webstation for V6 is totally different.
May I know where is the configuration and plug in the Webstation now?
Can you help to support more documentation for V6?
I have checked the existing listed documentation for V6. It is not detailed enough as done in V584 before. We expect if the team can help for the more details in the documentation and can follow the step by step as an example.victorlam
Participanthello,
Thanks for the reply. Please help to advise how can I solve for this error message:
Upload configuration
Test Agent connection
Error uploading configuration
No connection could be made because the target machine actively refused it. [:ffff:127.0.0.1]:10002This is the first message that cannot handle without any guidance.
victorlam
ParticipantHello,
Thanks for the message. I will try to use this tool and test if it works on V6 platform. Otherwise, I can write the project again as the testing project size is not that big that I can manage to try.November 22, 2022 at 2:43 pm in reply to: Notification plug in (trial key vs paid registration key) #11655victorlam
ParticipantHello,
Yes, please add the Ack ALL button as a must, otherwise no way to solve this issue.
victorlam
ParticipantHello,
Yes, please do and support for this.
victorlam
ParticipantHello,
Let me explain one more time instead of using shared drive hyperlink.
After the login from WebStation, we will see the table. Normally the table will display the input channels or output channels from top to bottom.
My request is can we magnify the table at the whole screen page if possible?
victorlam
ParticipantHello,
Thanks for the reply. I will try to limit my channel numbers to be applied for the project deployed.
victorlam
ParticipantHello,
Just to clarify, do you mean “Real” that there is no manipulation or direct value from the channel. Then calculated means that there is formula or calculation behind.
If there is no manipulation, can I still use Calculated and pay safe without any error?
victorlam
Participanthello,
My question is what is the syntax for Cnl or Val here? Or what is the correct formatting?
victorlam
ParticipantHello,
Thanks for your support so far. Eventually I have successfully executed my request as follows:-
Formula is below:-
public int LeakLocation()
{ if (Cnl>=65535) return 0;
else return 1; }Under Input channel number 102 box; I use “Cnl/10;LeakLocation()” for the formula.
But my concept is still not clear and would like to get your explanation on this.
If the value is 65535, then it will be —. If the value is not 65535 eg 47 or 35, then it will display eg 4.7 or 3.5 etc.
My question is how did Rapid SCADA handle the formula box with both channel value and channel status at the same time. This is a bit confusing.victorlam
ParticipantHello,
In that case, you mean one row is channel value.
one row is the channel status.
One data box cannot show both values at the same time. -
AuthorPosts