WOLFRAM SYSTEM MODELER
UsingStandardFirmataBlinking a LED using a standard Firmata board |
SystemModel["ModelPlug.Examples.UsingStandardFirmata"]
This example uses the DigitalOutput component to control the built-in LED a standard Firmata board (this pin is controlled using pin 13). It uses a BooleanPulse component from the Modelica Standard Library to produce an On/Off signal that is fed into the DigitalOutput component. This will make the LED blink.
If you would like to add an external LED, you can connect it to the board as shown in the figure below and and add one more DigitalOutput component in the model to control the LED.
standardFirmata |
Type: StandardFirmata Description: Component with default configuration for any board with the standard Firmata |
|
---|---|---|
digitalOutput |
Type: DigitalOutput Description: Writes a digital signal to the specified pin |
|
booleanPulse |
Type: BooleanPulse Description: Generate pulse signal of type Boolean |