Điều khiển quá trình

04 26 2012

- Slide bài giảng 7 chương của thầy Hoàng Minh Sơn

- tài liệu, mẫu báo cáo (tham khảo only =.=), toolbox thí nghiệm

- tổng hợp câu hỏi ôn tập các khóa trước

- một số giáo trình tiếng Anh đọc thêm:

  •       Applied Technology and Instrumentation for Process Control
  •      CRC Press,.Automation for Food Engineering - Food Quality Quantization and Process Control
  •      Instrumentation - Process Control, Automation, Instrumentation and SCADA and Telemetry Process 
  •      Control and Data Acquisition [4ed]
  •      Automated Continuous Process Control (Wiley):
 

DOWNLOAD BẰNG 1 TRONG 3 LINK BÊN DƯỚI

Dropbox

Google Drive

One Drive



Hình 1:Chọn Parameter trên cửa sổ Scope.


Hình 2: chọn tab Data history, Chọn Save data to workspace, chọn kiểu structure with time vì cần có biến time.



Hình 3: Sau khi chạy mô phỏng xong bạn sẽ thấy cửa sổ Workspace có biến ScopeData

Bạn gõ lệnh sau để vẽ :

Code:
>>figure(1);
>>plot(ScopeData.time,ScopeData.signals.values);
>>grid on;

 


Hình 4: Cửa sổ figure 1 hiện ra, kích vào pictools trên thanh công cụ.



Hình 5: Các công cụ hiện ra, bạn có thể xào nấu cái plot của mình theo ý muốn rùi nhé.