Get-AmsNetId

SYNOPSIS

Get the local NetId of the TwinCAT System.

SYNTAX

Get-AmsNetId [-ProgressAction <ActionPreference>] [<CommonParameters>]

DESCRIPTION

This Cmdlet returns the AmsNetId of the local TwinCAT System.

For getting more information about the local system the Cmdlets 'Get-AdsRoute -local' or 'Get-TcTargetInfo' can be used.

EXAMPLES

EXAMPLE 1

PS> Get-AmsNetId
            
            192.168.0.2.1.1

Gets the AmsNetId of the Local system.

PARAMETERS

-ProgressAction

{{ Fill ProgressAction Description }}

Type: ActionPreference
Parameter Sets: (All)
Aliases: proga

Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES