Search found 6 matches

by martin
Tue Nov 27, 2012 7:26 am
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Envisalink 2DS - TPI C# Framework (first try)
Replies: 14
Views: 21122

Re: Envisalink 2DS - TPI C# Framework (first try)

Hey Martin, Wondering how complicated it would be to make this code send an email any time a zone is faulted? And then closed. Just wanting to set up zone follower type behaviour without loading down the eyez-on's servers so I think this program is on the right track but I am useless with this ...
by martin
Tue Nov 27, 2012 7:06 am
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Envisalink 2DS - TPI C# Framework (first try)
Replies: 14
Views: 21122

Re: Envisalink 2DS - TPI C# Framework (first try)

As requested: Lowered the required c# version (down to 2.0). Had to simplify it a bit. 1. No install-as-service included. 2. No installer included. The solution contains: MainProgram; Console application, mostly as an example, but is fully functional. Plugins,Logic,Common; Same as before (modified ...
by martin
Tue Aug 07, 2012 5:20 am
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Envisalink 2DS - TPI C# Framework (first try)
Replies: 14
Views: 21122

Re: Envisalink 2DS - TPI C# Framework (first try)

Because of the added JSON/HTTP functionallity it now needs the full .NET4 package.
http://www.microsoft.com/en-us/download ... x?id=17851

//Martin
by martin
Mon Aug 06, 2012 4:07 pm
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Envisalink 2DS - TPI C# Framework (first try)
Replies: 14
Views: 21122

Re: Envisalink 2DS - TPI C# Framework (first try)

Plugins loader function was not working, fixed. Mailfunction now logs message if from/to/smtpserver isn't specified. The service will try to send an email when it starts, if the from/to/smtpserver vallues exists but are incorrect, the Service will crash. Added JSON service (address is configured in ...
by martin
Wed Aug 01, 2012 8:56 am
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Envisalink 2DS - TPI C# Framework (first try)
Replies: 14
Views: 21122

Re: Envisalink 2DS - TPI C# Framework (second try)

Logic package is still there. But added a Service and an installer (compiled code attached as setup.zip). When installed, there is an example plugins.dll installed in the plugin directory (subdirectory to where you choose to install it). This can be replace with your own code. All you need to do to ...
by martin
Wed Jul 04, 2012 8:25 am
Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
Topic: Envisalink 2DS - TPI C# Framework (first try)
Replies: 14
Views: 21122

Envisalink 2DS - TPI C# Framework (first try)

Hello. Didn't find any implementation for the TPI interface on Envisalink 2DS. So gave C# a try and wrote some code to communicate with it. The Example.cs file, should pretty much be show how it works ( I hope ). Tested with Envisalink 2DS. The Implemention is based on EnvisaLinkTPI 1.03 Programmers ...