AmsPort

public enum AmsPort
{
    Router = 1,
    Debugger = 2,
    Logger = 100,
    EventLog = 110,
    R0_Realtime = 200,
    R0_Trace = 290,
    R0_IO = 300,
    R0_NC = 500,
    R0_NCSAF = 501,
    R0_NCSVB = 511,
    R0_ISG = 550,
    R0_CNC = 600,
    R0_LINE = 700,
    R0_PLC = 800,
    PlcRuntime1 = 801,
    PlcRuntime2 = 811, 
    PlcRuntime3 = 821,   
    PlcRuntime4 = 831,
    CamshaftController = 900,
    R0_CAMTOOL = 950,
    R0_USER = 2000,
    R3_CTRLPROG = 10000, 
    SystemService = 10000,
    R3_SYSCTRL = 10001, 
    R3_SYSSAMPLER = 10100,
    R3_TCPRAWCONN = 10200,   
    R3_TCPIPSERVER = 10201, 
    R3_SYSMANAGER = 10300,
    R3_SMSSERVER = 10400, 
    R3_MODBUSSERVER = 10500, 
    R3_S7SERVER = 10600, 
    R3_PLCCONTROL = 10800,
    R3_NCCTRL = 11000, 
    R3_NCINTERPRETER = 11500, 
    R3_STRECKECTRL = 12000, 
    R3_CAMCTRL = 13000,
    R3_SCOPE = 14000,
    R3_SINECH1 = 15000,
    R3_CONTROLNET = 16000,
    R3_OPCSERVER = 17000,
    R3_OPCCLIENT = 17500,
    USEDEFAULT = 65535,
}

Members

Member Name

Description

Router

AmsRouter

Debugger

AmsDebugger

Logger

Logger

EventLog

Event Logger

R0_Realtime

R0 Realtime

R0_Trace

R0 Trace

R0_IO

R0 IO

R0_NC

NC (R0)

R0_NCSAF

R0 Satzausführung

R0_NCSVB

R0 Satzvorbereitung

R0_ISG

R0 ISG

R0_CNC

R0 CNC

R0_LINE

R0 Line

R0_PLC

R0 PLC

PlcRuntime1

PLC RuntimeSystem 1

PlcRuntime2

PLC RuntimeSystem 2

PlcRuntime3

PLC RuntimeSystem 3

PlcRuntime4

PLC RuntimeSystem 4

CamshaftController

Camshaft Controller (R0)

R0_CAMTOOL

R0 CAM Tool

R0_USER

R0 User

SystemService

System Service (AMSPORT_R3_SYSSERV, 10000)

R3_CTRLPROG

 

R3_SYSCTRL

 

R3_SYSSAMPLER

 

R3_TCPRAWCONN

 

R3_TCPIPSERVER

 

R3_SYSMANAGER

 

R3_SMSSERVER

 

R3_MODBUSSERVER

 

R3_S7SERVER

 

R3_PLCCONTROL

 

R3_NCCTRL

 

R3_NCINTERPRETER

 

R3_STRECKECTRL

 

R3_CAMCTRL

 

R3_SCOPE

 

R3_SINECH1

 

R3_CONTROLNET

 

R3_OPCSERVER

 

R3_OPCCLIENT

 

USEDEFAULT