Software
About V2.1
Plugins
Bug Tracking
History
 

Plugins and Updates for miSim DE

Starting in Version 2.0, the Web Update facility allows you to find, download and install the latest Plugins for miSim DE automatically. Web Update installs the necessary files and updates your settings file with the information you need to use new and updated plugins. Not only that, but new plugins are then immediately available for you to use - no need to restart miSim DE.

If you are using a version of miSim DE without Web Update (ie. version 1.x), you can download some plugins that have been written by other users from this page. Download them by clicking on the links, then follow the instructions to install the plugins. You will need to edit the settings file ('settings.txt') yourself to let miSim DE know about the new plugins.

Plugins for Version 2.0 are usually compatible with version 1.7.5 and above and vice-versa. If there are compatibility problems, they are noted here.

File Register Monitor

By Quique

V 1.0
NOTE! This needs Java 1.2 or Higher
The File register view displays all file registers in a named list and shows their binary, hex, decimal and character values. Clicking on a register allows its value to be updated.

The plugin includes source code, a screen shot and instructions.

Scrolling LED Sign

By Chris Camacho

V 1.0 This plugin emulates a 25 by 5 LED display controlled by eighteen(!) serial shift registers.

The plugin includes a demonstration program.

Serial LED Array

By Chris Camacho

V 1.0 This plugin emulates a 16 LED array controlled by two serial shift registers.

The plugin includes a demonstration program and a circuit diagram.

PIC 16x8x Include Files

Feersum Technology

V 1.0
This update contains a set of include files for the Pic 16x8x family that are compatible with the standard MPLAB files. Useful for assembling programs written with MPLAB, such as Chris Camacho's demonstration software for his excellent plugins (above).
Special Register View

By Russ S. Hensel

V 1.0

Download
NOTE! This needs Java 1.2 or Higher
To install the plugin for miSim DE 1.x, copy the .class files into the ..misim/plugins directory that contains the other Plugin classes. You need to add the following line to the [available-plugins] section of the settings file:

SpecialRegister = misim.plugins.SpecialRegister

Tou can also add the following line to the [current-plugins] section if you wish the plugin to appear immediately when you run miSim DE:

SpecialRegister = SpecialRegister

Unipolar Stepper Motor Plugin

By John De Villiers

V 1.0

Download
To install the plugin for miSim DE 1.x, copy the .class files into the ..misim/plugins directory that contains the other Plugin classes. You need to add the following line to the [available-plugins] section of the settings file:

Unipolar Plugin = misim.plugins.UnipolarPlugin

Tou can also add the following line to the [current-plugins] section if you wish the plugin to appear immediately when you run miSim DE:

Unipolar Plugin = Unipolar Plugin

..Back To Software