Get-RTimeCpuSettings
SYNOPSIS
Getting the Cpu Settings of the TwinCAT System
SYNTAX
NetIdPort (Default)
Get-RTimeCpuSettings [-NetId <AmsNetId>] [-Timeout <Int32>]
[<CommonParameters>]
AddressStr
Get-RTimeCpuSettings [-Address] <String> [-Timeout <Int32>]
[<CommonParameters>]
Route
Get-RTimeCpuSettings -Route <IRoute> [-Timeout <Int32>]
[<CommonParameters>]
Session
Get-RTimeCpuSettings -Session <ISession> [-Timeout <Int32>]
[<CommonParameters>]
DESCRIPTION
This command lists the actually configured Relatime, Windows and Realtime cores of the TwinCAT System.
EXAMPLES
Example 1
PS> Get-RTimeCpuSettings
NetId Windows NonWin Realtime CPUArch CPUVendor CPUFrequency Threads/Core
Cores Cores Cores (GHz)
----- ---------- ---------- ---------- ------- --------- ------------ ------------
192.168.2.84.1.1 6 6 1 X86/AMD64 Intel 2712 2
Getting the CPU Settings of the local system.
PARAMETERS
-NetId
The AmsNetId of the Target system. Tab completion: Completes AmsNetId values from currently reachable routes on the local TwinCAT system. Null is not a valid value for the NetId parameter!
Type: AmsNetId
Parameter Sets: NetIdPort
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
-Address
The target address(es) where to get the CPU Settings. This can be the RouteName, NetId, the HostName or the IPAddress. Wildcards are permitted. Tab completion: Completes route names from currently reachable ADS systems on the local TwinCAT system. The address.
Type: String
Parameter Sets: AddressStr
Aliases:
Required: True
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: True
-Route
The Route object of the target system (as returned by Get-AdsRoute). Tab completion: Completes route names from currently reachable ADS systems on the local TwinCAT system. The route.
Type: IRoute
Parameter Sets: Route
Aliases: Destination
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
-Session
The Session to use for the Cmdlet, must be connected to port 300, R0_IO The Session.
Type: ISession
Parameter Sets: Session
Aliases: InputObject
Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
-Timeout
The communication ADS timeout in milliseconds. A value of 0 disables the timeout. A value <= 0 sets the Default (5000 ms). The ADS communication timeout in milliseconds.
Type: Int32
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: -1
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.