This component will be different depending on your niagara version.
Niagara version < 4.13
Description
The StopStationCommand component allows to stop and save a station on a rising edge.
Implementation
-
Drag and drop the component into the station
-
Link a Boolean to the in input
Properties
-
Status: The status of the action, {ok} if the action was successful, {fault} if an error occurred.
-
FaultCause: Provides an indication of the reason if an error happened
-
In: the input boolean. If in goes from false to true, the station will be saved and stopped
Actions:
-
StopStation: saves and stops the station
Niagara version >= 4.13
Description
The StopStationCommand component allows to stop and save a station on a rising edge. Due to new security measures, the component has to connect to your platform first.
Implementation
-
Drag and drop the component into the station
-
Link a Boolean to the in input
-
Fill the port, credentials and secure slots with the information needed to connect to your platform.
Properties
-
Status: The status of the action, {ok} if the action was successful, {fault} if an error occurred.
-
FaultCause: Provides an indication of the reason if an error happened
-
In: the input boolean. If in goes from false to true, the station will be saved and stopped
-
Port: The port of the platform
-
Credentials: The credentials of the platform
-
Secure; Whether the connection to the platform is secure or not
Actions:
-
StopStation: saves and stops the station