Skip to content

Commit

Permalink
Merge pull request #4 from chipkin/readability
Browse files Browse the repository at this point in the history
Further updated readme instructions with .net requirement
  • Loading branch information
ssmethurst authored Jun 25, 2020
2 parents c81c0e0 + f71cb52 commit e1e4856
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ Build versions of this example can be downloaded from the [Releases](https://git
## Installation

Download the latest release zip file on the [Releases](https://github.com/chipkin/BACnetServerTrendLogExampleCSharp) page.
Copy CASBACnetStack_x64_Release.dll from the stack into the release folder and launch server by using the following command:
Copy CASBACnetStack_x64_Release.dll from the CAS BACnet Stack into the release folder. Please contact Chipkin Automation Systems for access to the CAS BACnet Stack. Launch client by using the following command:
```
dotnet BACnetServerTrendLogExampleCSharp.dll
```
Requires [.NET Core 3.0+](https://dotnet.microsoft.com/download)

## Usage
Trendlog object is tied to Analog Input 1 and is updated every 30 seconds. Trendlog Multiple is tied to Analog Input 1, Analog Input 2, Binary Input 3, and Multi-State Input 4.
Expand Down

0 comments on commit e1e4856

Please sign in to comment.