Force Sensor port connections confusion

조회 수: 7 (최근 30일)
Jeff
Jeff 2017년 5월 12일
댓글: Jeff 2017년 5월 31일
I have constructed 2 SIMSCAPE models of a 3 DOF system. One is with a force sensor connected in parallel with a 3 degree of freedom mass/spring/damper system & the other is in series. The connection schemes in SIMSCAPE is a bit confusing; nonetheless, I have attached an image of how I interpret the 2 configurations in a conventional mechanical scheme.
In the case with the series connection there is a node that remains free. Hence, I would not expect them to contribute to the response of the system. However, if I employ the zpk or tf commands listed below I find a singular REAL pole locate @ c1/b1. So my interpretation of the connections must not be correct. Can anyone provide a correct schematic interpretation of my 2 models? My parallel connection schematic I believe is correct.
I have included both .slx models along with the necessary input data to allow you to experiment with the results. Let me know if anything is missing & I will provide it.
zpk(SIMULINKbode.values)
tf(SIMULINKbode.values)
Thanks for any assistance

채택된 답변

Ed Marquez
Ed Marquez 2017년 5월 18일
Hi Jeff,
this is definitely an interesting application - and thanks for attaching these nice models. I think the doc link below can provide some helpful information for your measurements in Simscape:
https://www.mathworks.com/help/physmod/simscape/ug/basic-principles-of-modeling-physical-networks.html#bq89sba-3
I would suggest sticking to the force measurement in series. Simscape works with through and accross variables and the product of these two equals power in that domain (P = V*I in electrical, P = F*V in mechanical translation, or P = T*w in mechanical rotation). The through variables are always measured in series, and the across variable measured in parallel. In your models, if you want to place a gauge in parallel with the elements, then you should be using an ideal motion sensor (for x and v).
The controls part of the system (zpk and tf) heavily depends on the measurements being correct, so I would start by making sure that the response measurements yield good numbers and then re-visit the controls part after that. I hope this help and good luck!
  댓글 수: 2
Jeff
Jeff 2017년 5월 19일
Thanks Ed, I am still investigating this issue. What you have stated seems to correlate with my observations. Connecting these sensor ports whether in series or parallel do yield vastly different results. Unfortunately, the documentation I have seen does not discuss this. I will review what you have referenced.
Jeff
Jeff 2017년 5월 31일
Hi Ed,
Your direction did help. I was able to construct an accurate mathematical model based on the schematic below. The results concur with the force sensor in parallel. However, there was a perplexing discrepancy which I have posted @ https://www.mathworks.com/matlabcentral/answers/340167-reconciling-zpk-output
If you have a working knowledge of the zpk command maybe you can provide some insight on the discrepancy.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Troubleshooting에 대해 자세히 알아보기

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by