Forum Replies Created
-
AuthorPosts
-
epoch79
ParticipantHi.
There is a problem with the formula.
ı Created new channel of type “Calculated real”. channnel num is 110.
I write a formula like this
“Val(108)==0 && Val(109)==1 ? 0 : Val(108)==1 && Val(109)==0 ? 1.0 : -1”i can see the value change in the cyrrent.dat file in scada server program.
but scadascheme can not know the first condition “Val(108)==0 && Val(109)==1 ?”.
I think the cnldata.stat dont change. How can ı force to change this cnldata.stat ?.
the scada guide 3 doc says
“If an input channel formula contains “;”, the formula calculates the input channel value and
status. The first part before semicolon is a formula for value calculation and the second part
after semicolon calculates status.”
but where do i put this semicolon in the formula. i coulnt understand.
please help..epoch79
ParticipantI send a mail to the info@rapidscada.org with the link of the solutions.
Thanks for the response. I did the two state positioned relay.I moved the solutions Vs2015. Changed something one of the schemecommon class type. After that I had to update service reference in the service reference settting update window of visual studio 2015. if you check the “reuse types in referenced assemblies” checkbox vs2015 can not update service reference file “reference.cs”. its going empty.
I searched the net. they are saying because of this chechkbox is checked.
epoch79
ParticipantI didnt understand which type of channel types to add in Administrator program.
I have one “real” input channel num is 401 signal num is 9
I have one more “real” input channel num is 402 signal num is 10According to this inputs How do I set up a relation between this input channel ? with the 3rd channel of calculated?
or in the formula field ? can i say like this:
if (channelnum[401] value = 0 and channelnum[402] value = 1) then this.channel.value = 1.
Sorry man. I hope i could explain my Issue.
in the project There is no sample calculated discrete or calculated real.
If you interested with my changes in the project, I can send you the solutions. After you anayze (if you wish) i can publish..
One more thing. I moved the solutions Vs2015 and added the turkish language files.
After Vs2015 I changed something on the Wcf project and update the service reference. There was reference.cs file is empty. I searched about it and the reason of this issue is reusing types in the service configuration window.
So there must be name changes in the types I can say about it.epoch79
Participantthank you for the response.
I have added staticline, dynamicline types and animation enum to the condition class. After that rotate and blink effect class added to the scadascheme project. Right now scheme is more live 🙂 also made designer components draggable.
Thank you for creating this project.
I have one question.
How Can I add one more input channel to the dynamicpicture. Because We need to read two positioned relay(double bit). (0-1 or 1-0) If the input_channel_0 = 0 and input_channel_1 = 1 change relay picture.
Or how can i do this with the current components ?
thanks for your response…. -
AuthorPosts