Forwarding data

Forum Home Forums Development and Integration Forwarding data

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2350
    Elton
    Participant

    Hello sir
    I have got a data 96 from postgresql and created a input channel 1001.
    Can i automaticlly send 96 to PLC ?
    Does rapidscada have such a function?
    what can i do?
    Thank you sir.

    • This topic was modified 6 years, 9 months ago by Mikhail.
    #2351
    Mikhail
    Moderator

    Hello,
    Please provide more information how data are transferred from PostgreSQL to Rapid SCADA?

    #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.

    #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.

    #2355
    Mikhail
    Moderator

    If you create a module for SCADA-Server, you can use PassCommand() method within the module.
    If you create a driver for Communicator, you can use CommLineSvc.PassCmd() method to send command to a device that is bound to the same communication line.

    #2368
    Elton
    Participant

    How to bound the same communication line ?

    #2370
    Mikhail
    Moderator

    I mean that a command sender device and a receiver device must me within the same communication line in the Communicator settings. Otherwise it’s better to create server module DLL than a driver.

    #2374
    Elton
    Participant

    ok,I see what you mean.
    Thank you

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.