Menu

#3 Write to MMS server

1.0
closed
sendWrite (1)
2017-07-06
2017-06-27
Ganesh
No

I am not able to write to MMS server using sendWrite() function. Can you please help me on how to provide DataValue to write to MMS server.

Related

Tickets: #3

Discussion

  • Pavel Charvat

    Pavel Charvat - 2017-06-27
    • assigned_to: Daniel Espinosa Ortiz --> Pavel Charvat
     
  • Pavel Charvat

    Pavel Charvat - 2017-06-27

    Hello, what type are you writing? To what variable name?

     
    • Ganesh

      Ganesh - 2017-06-27

      I am trying to write string data into DatSet attribute. Can you please
      check it. Please let me know how to assign data value when writing into it.

      Thanks and Regards
      Ganesh

      On Tue, Jun 27, 2017 at 3:23 PM, Pavel Charvat pavel-ch@users.sf.net
      wrote:

      Hello, what type are you writing? To what variable name?

      Status: open
      Milestone: 1.0
      Labels: sendWrite
      Created: Tue Jun 27, 2017 02:00 PM UTC by Ganesh
      Last Updated: Tue Jun 27, 2017 02:22 PM UTC
      Owner: Pavel Charvat

      I am not able to write to MMS server using sendWrite() function. Can you
      please help me on how to provide DataValue to write to MMS server.


      Sent from sourceforge.net because you indicated interest in
      https://sourceforge.net/p/iedexplorer/tickets/3/

      To unsubscribe from further messages, please visit
      https://sourceforge.net/auth/subscriptions/

       

      Related

      Tickets: #3

  • Pavel Charvat

    Pavel Charvat - 2017-06-28

    This is working for me via the standard "Write Data" dialog. Assure that the string you are writing to is a full name of an existent Data Set in MMS notation, see example with libiec61850 server example 3 (log from Capture view):
    REQUEST:

    <MMSpdu type="Choice">
        <confirmed-RequestPDU type="Sequence">
            <invokeID type="Integer">24</invokeID>
            <service type="Choice">
                <write type="Sequence">
                    <variableAccessSpecification type="Choice">
                        <listOfVariable type="SequenceOf">
                            <unnamedSequence000 type="Sequence">
                                <variableSpecification type="Choice">
                                    <name type="Choice">
                                        <domain-specific type="Sequence">
                                            <domainID type="String">simpleIOGenericIO</domainID>
                                            <itemID type="String">LLN0$RP$EventsRCB01$DatSet</itemID>
                                        </domain-specific>
                                    </name>
                                </variableSpecification>
                            </unnamedSequence000>
                        </listOfVariable>
                    </variableAccessSpecification>
                    <listOfData type="SequenceOf">
                        <Data type="Choice">
                            <visible-string type="String">simpleIOGenericIO/LLN0$Events</visible-string>
                        </Data>
                    </listOfData>
                </write>
            </service>
        </confirmed-RequestPDU>
    </MMSpdu>
    

    RESPONSE:

    <MMSpdu type="Choice">
        <confirmed-ResponsePDU type="Sequence">
            <invokeID type="Integer">24</invokeID>
            <service type="Choice">
                <write type="SequenceOf">
                    <Write_Response type="Choice">
                        <success type="Null">Empty</success>
                    </Write_Response>
                </write>
            </service>
        </confirmed-ResponsePDU>
    </MMSpdu>
    

    Anyway, for RCB configuration, use rather the specific "Configure and activate RCB" dialog - open it via right-click on the RCB name in IED View in reports tree section, click Configure RCB.

    br Pavel

     
  • Pavel Charvat

    Pavel Charvat - 2017-06-29
    • status: open --> closed
     
  • Ganesh

    Ganesh - 2017-07-06

    Hi pavel, Thanks for response. I am trying to write octet_string, bit_string data. But I am not able to. Is there any way to write these data type data please.

     

Log in to post a comment.

MongoDB Logo MongoDB