Difference between revisions of "JvSIM components"

From Lazarus wiki
Jump to navigationJump to search
Line 10: Line 10:
 
=== Packages and Installation ===
 
=== Packages and Installation ===
 
The JvSIM components consist of the packages
 
The JvSIM components consist of the packages
* JvJansR (runtime package)
+
* JvJansR.lpk (runtime package)
* JvJansD (designtime package).
+
* JvJansD.lpk (designtime package).
  
 
They depend on the general-purpose JVCL packages
 
They depend on the general-purpose JVCL packages
* JvCoreR (runtime package)
+
* JvCoreR.lpk (runtime package)
* JvCoreD (designtime package)
+
* JvCoreD.lpk (designtime package)
  
 
For installation
 
For installation
* compile JvCoreR, JvCoreD, JvJansR, JvJansD
+
* compile JvCoreR.lpk, JvCoreD.lpk, JvJansR.lpk, JvJansD.lpk
* install JvJansD
+
* install JvJansD.lpk

Revision as of 21:00, 14 March 2018

About

The JvSIM components is a set of simulation components including TjanSimLogicBox for "no code" simulation of digital electronics and TjanSimPID and TjanSimScope for analog instrumentation simulation.

Author

The original author is Jan Verhoeven who donated his Delphi components to the Jedi Project.

Download

The components belong to the set of JVCL components of the Jedi project. A Lazarus port can be downloaded from Lazarus CCR at source forge.

Packages and Installation

The JvSIM components consist of the packages

  • JvJansR.lpk (runtime package)
  • JvJansD.lpk (designtime package).

They depend on the general-purpose JVCL packages

  • JvCoreR.lpk (runtime package)
  • JvCoreD.lpk (designtime package)

For installation

  • compile JvCoreR.lpk, JvCoreD.lpk, JvJansR.lpk, JvJansD.lpk
  • install JvJansD.lpk