40m
QIL
Cryo_Lab
CTN
SUS_Lab
TCS_Lab
OMC_Lab
CRIME_Lab
FEA
ENG_Labs
OptContFac
Mariner
WBEEShop
|
40m Log |
Not logged in |
 |
|
Wed Feb 24 22:13:47 2021, Jon, Update, CDS, Planning document for front-end testing
|
Fri Mar 5 17:48:25 2021, Jon, Update, CDS, Front-end testing  
|
Tue Mar 9 16:52:47 2021, Jon, Update, CDS, Front-end testing
|
Tue Mar 16 16:27:22 2021, Jon, Update, CDS, Front-end testing
|
Tue Mar 16 19:04:20 2021, gautam, Update, CDS, Front-end testing
|
Fri Mar 19 18:14:56 2021, Jon, Update, CDS, Front-end testing 
|
Wed Mar 24 19:02:21 2021, Jon, Update, CDS, Front-end testing
|
Mon Mar 29 17:55:50 2021, Jon, Update, CDS, Front-end testing
|
Tue Mar 30 18:21:34 2021, Jon, Update, CDS, Front-end testing
|
Tue Apr 6 07:19:11 2021, Jon, Update, CDS, New SimPlant cymac
|
Tue Apr 6 11:13:01 2021, Jon, Update, CDS, FE testing
|
Sat Apr 10 08:51:32 2021, Jon, Update, CDS, I/O Chassis Assembly
|
Thu Apr 29 10:51:35 2021, Jon, Update, CDS, I/O Chassis Assembly
|
Tue May 4 07:38:36 2021, Jon, Update, CDS, I/O Chassis Assembly
|
Tue May 11 16:29:55 2021, Jon, Update, CDS, I/O Chassis Assembly
|
Tue May 11 17:43:09 2021, Koji, Update, CDS, I/O Chassis Assembly
|
Fri May 28 11:16:21 2021, Jon, Update, CDS, Front-End Assembly and Testing   
|
Sun Jun 6 08:42:05 2021, Jon, Update, CDS, Front-End Assembly and Testing  
|
Tue Jun 22 16:53:01 2021, Ian MacMillan, Update, CDS, Front-End Assembly and Testing
|
Thu Jun 24 17:32:52 2021, Ian MacMillan, Update, CDS, Front-End Assembly and Testing  
|
Fri Jun 25 14:06:10 2021, Jon, Update, CDS, Front-End Assembly and Testing
|
Sat Apr 10 11:56:14 2021, Jon, Update, CDS, 40m LSC simPlant model
|
Tue Apr 13 16:24:38 2021, Ian MacMillan, Update, CDS, 40m LSC simPlant model
|
Mon Apr 19 13:15:20 2021, Ian MacMillan, Update, CDS, 40m LSC simPlant model
|
Wed Apr 21 10:03:01 2021, Ian MacMillan, Update, CDS, 40m LSC simPlant model
|
Wed Apr 21 11:01:37 2021, Rana, Update, CDS, 40m LSC simPlant model
|
Fri Apr 23 15:52:19 2021, Ian MacMillan, Update, CDS, 40m LSC simPlant model  
|
Sun Apr 25 21:21:02 2021, rana, Update, CDS, SUS simPlant model
|
Tue Apr 27 15:15:17 2021, Ian MacMillan, Update, CDS, SUS simPlant model 
|
Thu Apr 29 13:41:40 2021, Ian MacMillan, Update, CDS, SUS simPlant model
|
Fri Apr 30 12:52:14 2021, Ian MacMillan, Update, CDS, SUS simPlant model
|
Mon May 3 13:35:12 2021, Ian MacMillan, Update, CDS, SUS simPlant model
|
Tue May 4 14:55:38 2021, Ian MacMillan, Update, CDS, SUS simPlant model
|
Wed May 5 15:11:54 2021, Ian MacMillan, Update, CDS, SUS simPlant model
|
Thu May 6 16:13:24 2021, Ian MacMillan, Update, CDS, SUS simPlant model
|
Fri May 7 11:19:29 2021, Ian MacMillan, Update, CDS, SUS simPlant model
|
Wed May 12 13:06:15 2021, Ian MacMillan, Update, CDS, SUS simPlant model   
|
Fri May 21 09:44:52 2021, Ian MacMillan, Update, CDS, SUS simPlant model
|
Fri May 21 14:36:20 2021, Ian MacMillan, Update, CDS, SUS simPlant model
|
Thu Jun 3 13:06:47 2021, Ian MacMillan, Update, CDS, SUS simPlant model 
|
Mon Jun 7 17:49:19 2021, Ian MacMillan, Update, CDS, SUS simPlant model 
|
Wed Jun 9 13:50:48 2021, Ian MacMillan, Update, CDS, SUS simPlant model
|
Tue Jun 15 11:46:40 2021, Ian MacMillan, Update, CDS, SUS simPlant model 
|
Wed Jun 30 14:09:26 2021, Ian MacMillan, Update, CDS, SUS simPlant model 
|
Mon Aug 23 15:25:59 2021, Ian MacMillan, Update, CDS, SUS simPlant model
|
|
Message ID: 16134
Entry time: Wed May 12 13:06:15 2021
In reply to: 16126
Reply to this: 16151
|
Author: |
Ian MacMillan |
Type: |
Update |
Category: |
CDS |
Subject: |
SUS simPlant model |
|
|
Working with Chris, we decided that it is probably better to use a simple filter module as a controller before we make the model more complicated. I will use the plant model that I have already made (see attachment 1 of this). then attach a single control filter module to that: as seen in attachment 1. because I only want to work with one degree of freedom (position) I will average the four outputs which should give me the position. Then by feeding the same signal to all four inputs I should isolate one degree of freedom while still using the premade plant model.
The model I made that is shown in attachment 2 is the model I made from the plan. And it complies! yay! I think there is a better way to do the average than the way I showed. And since the model is feeding back on itself I think I need to add a delay which Rana noted a while ago. I think it was a UnitDelay (see page 41 of RTS Developer’s Guide). So I will add that if we run into problems but I think there is enough going on that it might already be delayed.
Since our model (x1sup_isolated.mdl) has compiled we can open the medm screens for it. I provide a procedure below which is based on Jon's post.
[First start the cymac and have the model running]
$ cd docker-cymac
$ eval $(./env_cymac)
$ medm -x /opt/rtcds/tst/x1/medm/x1sup_isolated/X1SUP_ISOLATED_GDS_TP.adl
To see a list of all medm screens use:
$ cd docker-cymac
$ ./login_cymac
# cd /opt/rtcds/tst/x1/medm/x1sup_isolated
# ls
Some of the other useful ones are:
adl screen |
Description |
X1SUP_ISOLATED_Control_Module.adl |
This is the control filter module shown in attachment 2 at the top in the center. This module will represent the control system. |
X1SUP_ISOLATED_C1_SUS_SINGLE_PLANT_Plant_POS_Mod.adl |
See attachment 4. This screen shows the POS plant filter module that will be filled by the filter representing the transfer function of a damped harmonic oscillator: 
THIS TF HAS BEEN UPDATED SEE NEXT POST
|
The first one of these screens that are of interest to us (shown in attachment 3) is the X1SUP_ISOLATED_GDS_TP.adl screen, which is the CDS runtime diagnostics screen. This screen tells us "the success/fail state of the model and all its dependencies." I am still figuring out these screens and the best guide is T1100625.
The next step is taking some data and seeing if I can see the position damp over time. To do this I need to:
- Edit the plant filter for the model and add the correct filter.
- Figure out a filter for the control system and add it to that. (I can leave it as is to see what the plant is doing)
- Take some position data to show that the plant is a harmonic oscillator and is damping away.
|
|
|
|
|
|
|
|
|