ADS_SYSTEM_SERVICE_STATE_FLAGS: {
    DataFolderSupport: number;
    NewCurrentConfig: number;
    RedundancyActive: number;
    RedundancyInOp: number;
    RedundancyPrimary: number;
    RedundancySuspended: number;
    RedundancySystem: number;
    RouterModeOnly: number;
    toStringArray: ((flags: number) => string[]);
} = ...

System service state flags

Source: TwinCAT.Ads.dll By Beckhoff

Type declaration

  • DataFolderSupport: number

    The data folder support

  • NewCurrentConfig: number

    Creates new currentconfig

  • RedundancyActive: number

    System is currently active -> controling the machine

  • RedundancyInOp: number

    Redundancy is currently down -> not syncronized

  • RedundancyPrimary: number

    System is the primary controller

  • RedundancySuspended: number

    Standby system is currently suspended - e.g. while online change

  • RedundancySystem: number

    System is part of a controller redundancy

  • RouterModeOnly: number

    The router mode only

  • toStringArray: ((flags: number) => string[])

    Return given flag value as string array

      • (flags): string[]
      • Parameters

        • flags: number

        Returns string[]