Logic Design and button control

2 次查看(过去 30 天)
dilara
dilara 2023-8-17
回答: Atharva 2023-9-13
I have to do a on of button control with producing 0 1 signal but i have to use functioncall parameter and logic
there is no examples in mathworks simulink could you help me

回答(1 个)

Atharva
Atharva 2023-9-13
Hey Dilara,
I understand that you have to produce 0 1 signal controlled by button and use functional parameter and logic.
  1. Add an Inport Block: Drag and drop an "Inport" block from the Simulink Library Browser into your model. This Inport block will represent the input signal, which will act as a control button (0 for off, 1 for on).
  2. Add a Function-Call Subsystem:
  • Drag and drop a "Subsystems" block from the Simulink Library Browser into your model.
  • Double-click on the subsystem block to open it.
3.Inside the Function-Call Subsystem:
  • Add a "Function-Call Split" block inside the subsystem. This block will split the function call parameter into two cases: 0 and 1.
  • Connect the output of the Inport block to the input of the Function-Call Split block.
  • Add a "Function-Call Generator" block for each case (0 and 1) inside the subsystem. Connect the outputs of the Function-Call Split block to the corresponding generator blocks.
  • Configure each Function-Call Generator block as follows:
  • For the case 0, set the logic to output 0 when called.
  • For the case 1, set the logic to output 1 when called.
4. Outside the Function-Call Subsystem:
  • Connect the outputs of the Function-Call Generator blocks to an "Outport" block each. These Outport blocks represent the final output signals (0 or 1).
I hope this helps!

社区

更多回答在  Power Electronics Control

类别

Help CenterFile Exchange 中查找有关 Schedule Model Components 的更多信息

产品


版本

R2022a

Community Treasure Hunt

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

Start Hunting!

Translated by