Merkene våre

Impact-Company-Logo-English Black-01-177x54

Velkommen til nettstedet til Schneider Electric

Velkommen til nettstedet vårt.
		
Hvordan kan vi hjelpe deg i dag?
How to disable alarm redirection from script
Below is an example showing how alarm redirection may be disabled from a mimic script. The script retrieves a list of all points in the database that contain "Script Disable Alarm Redirection" in their full names and disables alarm redirection for each point in the list.

DISCLAIMER: Please note this is an example only and should only be used in a test environment. The script should not be used on a live production system without making the necessary adjustments and testing for each application.
Sub DisableAlarmRedirection

Dim DGRS, DGRSRows, DGRSColNames, oPoint

Set DGRS = Server.Query("SELECT FULLNAME FROM CDBPoint WHERE FullName LIKE '%Script Disable Alarm Redirection%'")

If Not(DGRS.Error) Then
    DGRows = DGRS.Rows
    DGColNames = DGRS.ColumnNames
    For r = 0 To (DGRS.RowCount - 1)       
        Set oPoint = Server.FindObject(DGRows(r,0))
        oPoint.Interface.AlarmRedirection=False            
    Next
Else
    Msgbox DGRS.ErrorMessage, vbCritical + vbOKOnly, "Error in SQL Command" 
End If

End Sub

Schneider Electric Norway

Finn ut mer
Produkt:
Finn ut mer
Produkt:

Trenger du hjelp?

  • Produktvelger

    Velg riktige produkt og kompatibelt tilbehør raskt og enkelt.

  • Be om tilbud

    Start din salgsforespørsel online, og vi vil kontakte deg.

  • Hvor kan du handle?

    Finn din nærmeste Schneider Electric-distributør enkelt.

  • Hjelpesenter

    Finn alle nødvendige supportressurser samlet på ett sted.

  • Produktdokumentasjon
  • Nedlasting av programvare
  • Produktvelger
  • Erstatningsprodukter og utskiftning
  • Kundesenter og support
  • Finn kontorene våre
  • Motta et pristilbud
  • Hvor kan du kjøpe produktet?
  • Schneider Electric Community
  • Karriere
  • Vår profil
  • Rapporter et pliktbrudd
  • Tilgjengelighet
  • Presserom
  • Investorer
  • EcoStruxure
  • Jobbsøk
  • Blogg
  • Personvernerklæring
  • Om informasjonskapsler
  • Vilkår for bruk
  • Change your cookie settings