• このライブラリについて
  • サンプルコード
  • リファレンス
  • ドライバAPI
目次の表示/非表示
  • Y2.UsbIO
    • AinFunctions
    • AoutFunctions
    • ConnectMode
    • DeviceException
    • DeviceResult
    • DeviceSwitch
    • DinFunctions
    • DoutFunctions
    • OnOffValue
    • OnOffValues
    • OutputValue
    • OutputValues
    • RlyFunctions
    • Voltage
  • Y2.UsbIO.Abstractions
    • IAinDevice
    • IAinDinDevice
    • IAinDioDevice
    • IAinDoutDevice
    • IAinRlyDevice
    • IAioDevice
    • IAioDinDevice
    • IAioDioDevice
    • IAioDoutDevice
    • IAioRlyDevice
    • IAoutDevice
    • IDevice
    • IDinDevice
    • IDioDevice
    • IDoutDevice
    • IPmcsDioDevice
    • IRlyDevice
    • IRlyDinDevice
    • IRlyDioDevice
    • IRlyDoutDevice
  • Y2.UsbIO.Pmcs
    • AccelerationMode
    • AccelerationTime
    • Axes
    • Axis
    • ContinuousSetting
    • ContinuousSettings
    • Direction
    • IdlingPulse
    • MotorControlLsi
    • NumberOfPulses
    • OperationMode
    • OperationStatus
    • OriginReturnSetting
    • OriginReturnSettings
    • OutputLogic
    • OutputSpeed
    • PcdCommand
    • PcdRegister
    • PcdRegisterValue
    • PcdStatus
    • PcdStatusValue
    • PmcsFunctions
    • Position
    • PositioningSetting
    • PositioningSettings
    • PulseMode
    • RemainingPulse
    • SdSensorConfig
    • SensorLogic
    • SensorStatus
    • Speed
    • SpeedPattern
    • SpeedRate
    • StaStpConfig
    • StopMode
  • Y2.UsbIO.Ub
    • Dio88bUbc
    • Dio88bUbt
    • Dio88cUbt
    • RlyP420bUbt
  • Y2.UsbIO.UsbPc104.Aio
    • Aio16000N64aU
    • Aio1601632aU
    • Aio160aU
    • Aio160N6400aU
    • Aio16400N64aU
    • Aio1641632aU
    • Aio164aU
    • Aio164N6400aU
    • Aio8000N128aU
    • Aio8000N64aU
    • Aio801632aU
    • Aio803264aU
    • Aio80aU
    • Aio80N12800aU
    • Aio80N6400aU
    • Aio80N64N64aU
    • Aio80R24aU
    • Aio8400N128aU
    • Aio8400N64aU
    • Aio841616aU
    • Aio841632aU
    • Aio843264aU
    • Aio84aU
    • Aio84N12800aU
    • Aio84N6400aU
    • Aio84N64N64aU
    • Aio84R24aU
  • Y2.UsbIO.UsbPc104.Dio
    • Dio00N128aU
    • Dio00N192aU
    • Dio00N64aU
    • Dio1616aU
    • Dio1632aU
    • Dio16N112aU
    • Dio16N176aU
    • Dio16N48aU
    • Dio3232aU
    • Dio3264aU
    • Dio32N160aU
    • Dio32N96aU
    • Dio4848aU
    • Dio4896aU
    • Dio48N144aU
    • DioN12800aU
    • DioN128N64aU
    • DioN19200aU
    • DioN6400aU
    • DioN64N128aU
    • DioN64N64aU
  • Y2.UsbIO.UsbPc104.Pmc
    • PmcS40000aU
    • PmcS400N128aU
    • PmcS400N64aU
    • PmcS41632aU
    • PmcS416N112aU
    • PmcS416N48aU
    • PmcS43264aU
    • PmcS432N96aU
    • PmcS80000aU
    • PmcS800N64aU
    • PmcS81632aU
    • PmcS816N48aU
  • Y2.UsbIO.UsbPc104.Rly
    • Rly2400N128aU
    • Rly241616aU
    • Rly241632aU
    • Rly243264aU
    • Rly24aU
    • Rly481616aU
    • Rly481632aU
    • Rly48aU
    • Rly72aU
    • Rly800N128aU
    • Rly81632aU
    • Rly83264aU
    • Rly8aU

Axes クラス

モーター制御の軸のコレクション

継承
System.Object
Axes
名前空間: Y2.UsbIO.Pmcs
アセンブリ: Y2.UsbIO.Core.dll
構文
public sealed class Axes : IEquatable<Axes>, IReadOnlyList<Axis>, IReadOnlyCollection<Axis>, IEnumerable<Axis>, IEnumerable

コンストラクタ

Axes(IEnumerable<Axis>)

public Axes(IEnumerable<Axis> axes)
パラメーター
型 名前 説明
System.Collections.Generic.IEnumerable<Axis> axes

Axes(Axis)

public Axes(Axis axis)
パラメーター
型 名前 説明
Axis axis

Axes(Axis, Axis)

public Axes(Axis axis1, Axis axis2)
パラメーター
型 名前 説明
Axis axis1
Axis axis2

フィールド

XY0

X0軸・Y0軸

public static readonly Axes XY0
フィールド値
型 説明
Axes

XY1

X1軸・Y1軸

public static readonly Axes XY1
フィールド値
型 説明
Axes

XYZ0

X0軸・Y0軸・Z0軸

public static readonly Axes XYZ0
フィールド値
型 説明
Axes

XYZ1

public static readonly Axes XYZ1
フィールド値
型 説明
Axes

XYZU0

X0軸・Y0軸・Z0軸・U0軸

public static readonly Axes XYZU0
フィールド値
型 説明
Axes

XYZU0XYZU1

X0軸・Y0軸・Z0軸・U0軸・X1軸・Y1軸・Z1軸・U1軸

public static readonly Axes XYZU0XYZU1
フィールド値
型 説明
Axes

XYZU1

X1軸・Y1軸・Z1軸・U1軸

public static readonly Axes XYZU1
フィールド値
型 説明
Axes

プロパティ

Count

軸の数

public int Count { get; }
プロパティ値
型 説明
System.Int32

Item[Int32]

public Axis this[int index] { get; }
パラメーター
型 名前 説明
System.Int32 index
プロパティ値
型 説明
Axis

Value

ドライバAPIでの値

public ushort Value { get; }
プロパティ値
型 説明
System.UInt16

メソッド

Equals(Object)

public override bool Equals(object obj)
パラメーター
型 名前 説明
System.Object obj
戻り値
型 説明
System.Boolean
オーバーライド
System.Object.Equals(System.Object)

Equals(Axes)

public bool Equals(Axes other)
パラメーター
型 名前 説明
Axes other
戻り値
型 説明
System.Boolean

GetEnumerator()

public IEnumerator<Axis> GetEnumerator()
戻り値
型 説明
System.Collections.Generic.IEnumerator<Axis>

GetHashCode()

public override int GetHashCode()
戻り値
型 説明
System.Int32
オーバーライド
System.Object.GetHashCode()

ToString()

public override string ToString()
戻り値
型 説明
System.String
オーバーライド
System.Object.ToString()

Union(Axes)

軸のコレクションを結合します。

public Axes Union(Axes other)
パラメーター
型 名前 説明
Axes other

軸のコレクション

戻り値
型 説明
Axes

結合された軸のコレクション

オペレーター

Equality(Axes, Axes)

public static bool operator ==(Axes left, Axes right)
パラメーター
型 名前 説明
Axes left
Axes right
戻り値
型 説明
System.Boolean

Implicit(Int32 to Axes)

public static implicit operator Axes(int value)
パラメーター
型 名前 説明
System.Int32 value
戻り値
型 説明
Axes

Implicit(Axis to Axes)

public static implicit operator Axes(Axis value)
パラメーター
型 名前 説明
Axis value
戻り値
型 説明
Axes

Inequality(Axes, Axes)

public static bool operator !=(Axes left, Axes right)
パラメーター
型 名前 説明
Axes left
Axes right
戻り値
型 説明
System.Boolean
このページの内容
トップに戻る Copyright © Y2 Corporation