• Recent
    • Tags
    • Popular
    • Register
    • Login

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website

    How to get current device time?

    BACnet4J general discussion
    3
    4
    3.4k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • S
      soulhunt79
      last edited by

      I am using the following service to sync the time

      DateTime tmptime = new DateTime();
      LD.sendBroadcast(RemotePort,network,new TimeSynchronizationRequest(tmptime));

      The problem I'm having is that I can't actually verify it happened. Is there a way of actually getting the current time from a device?

      1 Reply Last reply Reply Quote 0
      • J
        joolz
        last edited by

        For a device object, you can read the Local_Date and Local_Time properties.

        B 1 Reply Last reply Reply Quote 0
        • B
          bkm @joolz
          last edited by

          @joolz said in How to get current device time?:

          For a device object, you can read the Local_Date and Local_Time properties.

          Is there some kind of LocalDevice/ RemoteDevice method do this ? It is no easy to find.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post