Skip to content

Releases: robertlarue/SiloSim

1.2.1

21 Feb 00:54

Choose a tag to compare

Changes:

  • 31d4eae Change loadout logic to limit loadout rate.
  • 10903ec Updated README to include Azure Pipelines build badge. Incremented version number to 1.2.1

This list of changes was auto generated.

Performance Update

24 Jan 20:05

Choose a tag to compare

Improved performance by replacing stopwatch with Thread.Sleep which drastically decreases the CPU load.
Add ability to set the loadout bin, fill bin and weighbridge rate through command line parameters.
Full list of parameters:
Silosim.exe [scale port] [plc port] [window title] [loadout bin] [fill bin] [weighbridge rate]

For example:
To startup with the scale running on port 10001, PLC on port 11001, window title of "Lane 1", loadout silo 1 selected on startup, filling silo 2 on startup and weighbridge filling at a rate of 100 tons per hour:
Silosim.exe 10001 11001 "Lane 1" 1 2 100

Backwards Compatibility Update for Apex 5.1

26 Jun 16:38

Choose a tag to compare

The previous version had problems when used with Apex 5.1. This version fixes those issues.

Silo Sim - Truck Horn Edition

16 Sep 22:34

Choose a tag to compare

New Feature

When input 11 is set to true then the program will play a sound like a truck horn, much like at a real plant.

SiloSim Initial Release

14 Sep 18:06

Choose a tag to compare

#SiloSim v1.0 Download
Download and run SiloSim.exe from any location, it is a small portable executable.
See instructions in the README about creating a shortcut to automatically start with saved port settings.