How do I get string that from postgresql and display

Forum Home Forums Communicating with Devices How do I get string that from postgresql and display

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2396
    Elton
    Participant

    How do I get the time of string type in the postgresql and display it on the web?
    How does an input channel represent a string or an input channel associated with a string ?

    #2401
    Mikhail
    Moderator

    How do I get the time of string type in the postgresql and display it on the web?

    Do you develop a custom plugin? Please provide the details of your task.

    How does an input channel represent a string or an input channel associated with a string ?

    1. Value of a enumeration by using the appropriate Unit of an input channel.
    2. Encoded string in an input channel value. Usually input channel is a double number. It contains 8 bytes. You can store 4 Unicode symbols or 8 ASCII symbols in these 8 bytes.

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