Elton

Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: The problem about ModDBExport module #2530
    Elton
    Participant

    I’ve already used ModDBExport module,but the data is not imported into the database(postgresql) . Before that, I had been configured as a document .
    DROP TABLE IF EXISTS cnldata;

    — Create channel data table
    CREATE TABLE cnldata (
    datetime timestamp NOT NULL,
    cnlnum integer NOT NULL,
    val double precision NOT NULL,
    stat integer NOT NULL,
    PRIMARY KEY (datetime, cnlnum)
    );

    CREATE INDEX ON cnldata (cnlnum);

    The above runs at postgres ,and The insert statement runs in current data in the ModDBExport attribute

    in reply to: The problem about ModDBExport module #2529
    Elton
    Participant

    How do I set the data to be received by the Scada-Server ?

    in reply to: Forwarding data #2374
    Elton
    Participant

    ok,I see what you mean.
    Thank you

    in reply to: Forwarding data #2368
    Elton
    Participant

    How to bound the same communication line ?

    in reply to: Forwarding data #2353
    Elton
    Participant

    1.Generate a file that name is KpPost.dll .The file depends on a Npgsql.dll
    2.Use the SetCurData method to set the current value.
    3.KpTestView class inherits the KpView class and then creat input channels.

    in reply to: Forwarding data #2352
    Elton
    Participant

    1.Generate a file that name is KpPost.dll .The file depends on a Npgsql.dll
    2.Use the SetCurData method to set the current value.
    3.KpTestView class inherits the KpView class and then creat input channels.

    in reply to: About trial keys #2328
    Elton
    Participant

    They were really in spam! Thank you sir.

    in reply to: The problem about ModDBExport module #2255
    Elton
    Participant

    I want export to postgresql database by using ModDbExport module,and it is success.
    But the data is constantly exported to postgresql database .so I want to be able to control the export period,or other methods avoid continuous export. I’m not sure if I have a clear description .

Viewing 8 posts - 1 through 8 (of 8 total)