Globally set Parameter threshold
DisplaySystems
Junior Member
Hi all
I was wondering if there was any way to globally set Parameter thresholds for assets in RMS?
E.g. say one have 50 rooms, and each room have 3 assets (panel, dvx and screen)
Now by default e.g. online connection status gives an alert instantly if there is no communication with e.g. the screen. Now this isnt very usefull in my eyes, I would like a little delay before the alert goes.
So e.g I want to use the "delay" function in the threshold and say e.g. 5 min. Thus there has to have been at least 5 minutes without communcation before the alarm sets off.
This is easily done for each asset. But to do this manually for each asset is a pain when you have a large installation.
Isnt there any way to globally set parameter threshold for e.g. connection status for all assets?
I was wondering if there was any way to globally set Parameter thresholds for assets in RMS?
E.g. say one have 50 rooms, and each room have 3 assets (panel, dvx and screen)
Now by default e.g. online connection status gives an alert instantly if there is no communication with e.g. the screen. Now this isnt very usefull in my eyes, I would like a little delay before the alert goes.
So e.g I want to use the "delay" function in the threshold and say e.g. 5 min. Thus there has to have been at least 5 minutes without communcation before the alarm sets off.
This is easily done for each asset. But to do this manually for each asset is a pain when you have a large installation.
Isnt there any way to globally set parameter threshold for e.g. connection status for all assets?
Comments
-
Call this function in RMS API
(***********************************************************)
(* Name: RmsAssetParameterThresholdEnqueueEx *)
(* Args: -see method signature below- *)
(* *)
(* Desc: This function is used to add an asset parameter *)
(* threshold on the asset parameter currently *)
(* pending in the asset parameter registration queue*)
(* *)
(* This EXTENDED function accepts the data structure*)
(* RmsAssetParameterThreshold as an argument. *)
(* *)
(* Rtrn: 1 if call was successful *)
(* 0 if call was unsuccessful *)
(***********************************************************)
DEFINE_FUNCTION CHAR RmsAssetParameterThresholdEnqueueEx(CHAR assetClientKey[],
CHAR parameterKey[],
RmsAssetParameterThreshold threshold)
Or write your own version using the ASSET.PARAM.THRESHOLD command directly to the RMS device. ASSET.PARAM.THRESHOLD-
<asset-client-key>,
<parameter-key>,
<threshold-name>,
<enabled>,
<status-type-key>,
<comparison-operator>,
<threshold-value>,
<notify-on-trip>,
<notify-on-restore>,
<delayed>,
<delay-interval>
Categories
- All Categories
- 2.5K AMX General Discussion
- 922 AMX Technical Discussion
- 514 AMX Hardware
- 502 AMX Control Products
- 3 AMX Video Distribution Products
- 9 AMX Networked AV (SVSI) Products
- AMX Workspace & Collaboration Products
- 3.4K AMX Software
- 151 AMX Resource Management Suite Software
- 386 AMX Design Tools
- 2.4K NetLinx Studio
- 135 Duet/Cafe Duet
- 248 NetLinx Modules & Duet Modules
- 57 AMX RPM Forum
- 228 MODPEDIA - The Public Repository of Modules for Everyone
- 943 AMX Specialty Forums
- 2.6K AMXForums Archive
- 2.6K AMXForums Archive Threads
- 1.5K AMX Hardware
- 432 AMX Applications and Solutions
- 249 Residential Forum
- 182 Tips and Tricks
- 146 AMX Website/Forums
