v6 protocol document mismatch

Forum Home Forums Development and Integration v6 protocol document mismatch

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11582
    zzz
    Participant

    – In the code ClientBase.cs, the last field is ClientMode. The protocol document left out the last field ClientMode. It seems to need update.

    – File length field in Fnc 0x0102 GetFileInfo response seems to be always 0. Maybe should mark as unimplemented.

    – How do you get path to logs ?
    When I try to use the following path I only got error 0x8103 0x8102:

    \x03\x04\x00\x00                       //Server+Log 
    \x1e\x00ModArcInfluxDb_MinCopy.log.bak  // just b/c this log is bigger
    
    // or RelativePath(TopFolder.Server, AppFolder.Log, "ModArcInfluxDb_MinCopy.log.bak");
    // IllegalArgument
    
    • This topic was modified 1 year, 5 months ago by zzz.
    #11620
    Mikhail
    Moderator

    Hello,

    I’ve updated Application Protocol 3.0.pdf

    Use ScadaTestClient-v6.zip from this folder to test getting file info.

    I will check why file length is 0.

    #11631
    Mikhail
    Moderator

    ScadaServer can return file size only for files in the Views folder. Source code.
    In the above example, you request info about log files. So you should request ScadaAgent, not ScadaServer.

    • This reply was modified 1 year, 5 months ago by Mikhail.
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.