This function is used in Python Scripting.

Description

Notifies the remote device of the correct current time, which is the system time (factoring in time zone and DST) of the server Ignition is running on.

Note: To use this function, the BACnet driver must be installed.

 

Client Permission Restrictions

This scripting function has no Client Permission restrictions.

Syntax

system.bacnet.synchronizeTime(deviceName)

  • Parameters

 String  deviceNameThe name of the configured BACnet/IP device instance to write from.

  • Returns

Nothing

  • Scope

Gateway, Perspective Session

Code Examples
Code Snippet - Basic Usage
deviceName = "BACnet Remote"
system.bacnet.synchronizeTime(deviceName)
Keywords

system bacnet synchronizeTimebacnet.synchronizeTime