Ecosyste.ms: Packages

An open API service providing package, version and dependency metadata of many open source software ecosystems and registries.

nuget.org : pcanuds

PcanUds UDS control on PCAN card This library's name is Pcan.Core.v3.DLL, which is written in .Net Framework 4.8. There is an application PcanManagement_v3 to drive the module at UDS (Unified Diagnostic Services). Also there is a set of LabVIEW VIs provided in this package to show how to call it. First of all, you can call below static method to get all device info 1. CanStream_v3.GetAllDeviceInfo And then instantiate the object 2. pcan = new CanStream_v3 3. pcan.Initialize If initialized successfully, it means connected. You can set whether the DLL send heart beat signal, or outer caller does it via the property 4. AutoHeartBeat Any time you can send data, the DLL will split into multiple frames if necessary. 5. WriteData There are 4 events you can subscribe: 6. OnDataArrives 7. OnHeartBeating 8. OnErrorFrame 9. OnErrorOcurred Note, only if you called below method: 10. ActivateErrorFrames You can get OnErrorFrame triggered once the bus transmits an error frame. Once you wanna reset, then call 11. ResetPcan No source code provided, but there is no password on the VIs, you can reference to No7_main_v5.VI as the main entry of LabVIEW code. It is a pity that both the application and VIs are written in Chinese, the version of multilang using NuGET package 'CsvMultilang' will be developed later. Author Patrick Gamp For technique support or business, please call the cell phone ++0086-18603016232, email: [email protected], WeChat(A Chinese popular chat app) id is same to the cell phone number I am a professional with 26 years software RD experience. In 2005-2018, worked for Microsoft Windows Mobile and Windows Phone developing team, XBox One manufacturing automation team, and Surface imaging test team, after 2019, opened a small automation software corporation at the first strong manufacturing city in the world - Suzhou, China. If you have some industry automation related software project to oursource, or any Windows desktop based non-Web softare developing requirements, please send me email to contact. Published date November 10, 2023

Registry - Homepage - JSON
purl: pkg:nuget/pcanuds
Keywords: UDS, PCAN, CAN, BUS, Diagnostic
License: MIT
Latest release: over 124 years ago
First release: over 124 years ago
Last synced: 2 days ago

    Loading...
    Readme
    Loading...