execute this code in debug console:
"test" call BIS_fnc_rscLayer;
"test" cutRsc ["RscWeaponChemicalDetector", "PLAIN", 1, false];
"test" cutText ["", "PLAIN"]; //IGUI display off
private _ui = uiNamespace getVariable "RscWeaponChemicalDetector";
private _obj = _ui displayCtrl 101;
_obj ctrlAnimateModel ["Threat_Level_Source", 0.5, true];