ARCS6 AR6-REV.24062600
読み取り中…
検索中…
一致する文字列を見つけられません
TwoInertiaParamDef.hh
[詳解]
1
9//
10// Copyright (C) 2011-2023 Yokokura, Yuki
11// MIT License. For details, see the LICENSE file.
12
13#ifndef TWOINERTIAPARAMDEF
14#define TWOINERTIAPARAMDEF
15
16namespace ARCS { // ARCS名前空間
19 double Kt;
20 double Jm;
21 double Dm;
22 double Jl;
23 double Dl;
24 double Ks;
25 double Rg;
26 };
27
30 double Jl;
31 double Dl;
32 double Ds;
33 double Ks;
34 double Jm;
35 double Dm;
36 double Rg;
37 double Kt;
38 };
39
42 double Kl;
43 double el;
44 double Ds_;
45 double Ks_;
46 double Km;
47 double em;
48 double f;
49 double c;
50 double b;
51 double Rg;
52 double Kt;
53 };
54}
55
56#endif
57
2慣性共振系のパラメータ構造体(Ds無し版)
Definition TwoInertiaParamDef.hh:18
double Jm
[kgm^2] モータ側慣性
Definition TwoInertiaParamDef.hh:20
double Jl
[kgm^2] 負荷側慣性
Definition TwoInertiaParamDef.hh:22
double Dm
[Nm s/rad] モータ側粘性
Definition TwoInertiaParamDef.hh:21
double Ks
[Nm/rad] 2慣性間の剛性
Definition TwoInertiaParamDef.hh:24
double Dl
[Nm s/rad] 負荷側粘性
Definition TwoInertiaParamDef.hh:23
double Rg
[-] 減速比
Definition TwoInertiaParamDef.hh:25
double Kt
[Nm/A] トルク定数
Definition TwoInertiaParamDef.hh:19
2慣性共振系のパラメータ構造体(Ds有り版)
Definition TwoInertiaParamDef.hh:29
double Ds
[Nm/(rad/s)] 2慣性間の粘性
Definition TwoInertiaParamDef.hh:32
double Rg
[-] 減速比
Definition TwoInertiaParamDef.hh:36
double Dl
[Nm/(rad/s)] 負荷側粘性
Definition TwoInertiaParamDef.hh:31
double Dm
[Nm/(rad/s)] モータ側粘性
Definition TwoInertiaParamDef.hh:35
double Ks
[Nm/rad] 2慣性間の剛性
Definition TwoInertiaParamDef.hh:33
double Jm
[kgm^2] モータ側慣性
Definition TwoInertiaParamDef.hh:34
double Kt
[Nm/A] トルク定数
Definition TwoInertiaParamDef.hh:37
double Jl
[kgm^2] 負荷側慣性
Definition TwoInertiaParamDef.hh:30
離散化2慣性共振系のパラメータ構造体
Definition TwoInertiaParamDef.hh:41
double b
離散化伝達ゲインb
Definition TwoInertiaParamDef.hh:50
double em
離散化モータ側ゲインem
Definition TwoInertiaParamDef.hh:47
double c
離散化伝達ゲインc
Definition TwoInertiaParamDef.hh:49
double Ds_
離散化ねじれ粘性
Definition TwoInertiaParamDef.hh:44
double Kt
[Nm/A] トルク定数
Definition TwoInertiaParamDef.hh:52
double el
離散化負荷側ゲインel
Definition TwoInertiaParamDef.hh:43
double Kl
離散化負荷側ゲインKl
Definition TwoInertiaParamDef.hh:42
double Ks_
離散化2ねじれ剛性
Definition TwoInertiaParamDef.hh:45
double Rg
[-] 減速比
Definition TwoInertiaParamDef.hh:51
double Km
離散化モータ側ゲインKm
Definition TwoInertiaParamDef.hh:46
double f
離散化ねじれゲインf
Definition TwoInertiaParamDef.hh:48