Niagara Ax: How to increase workbench client request timeout 1

When a Niagara workbench is connected to a remote supervisor, chances are there when client makes a request to the server, requests will be timed out after 1 minute or 60 seconds, because the server was taking more than 60 seconds to service the request. Although Tridium will not encourage this, but we can increase ...

Niagara Ax : Copy a BComponent to a bog file. 3

In Niagara Ax, a bog file is nothing but a zipped xml. Whenever we need to serialize a BComponent as a file in the station files structure, we can use the below code to achieve the same. /** Copy a BComponent to a bogFile @param comp : The source component @param bogFile : The bogfile ...