Search found 1 match
- Fri Mar 28, 2014 1:38 am
- Forum: EnvisaLink ( IP100D, IP170D, 2DS, 3, 4)
- Topic: Envisalink 2DS - TPI C# Framework (first try)
- Replies: 14
- Views: 21740
Re: Envisalink 2DS - TPI C# Framework (first try)
There is an error in your SimpleDSC upload. Common\Commands\ResponseClass.cs GetNumberOfBytes function Line: var intValueAsString = attribs.Length >= 1 ? attribs[1].CommandValue : "0"; Should be: var intValueAsString = attribs.Length >= 1 ? attribs[0].NumBytes.ToString() : "0";