Peter Wucherer
- Total activity 23
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 8
Activity overview
Latest activity by Peter Wucherer-
Peter Wucherer commented,
Hello Ueli,thank you for the confirmation.If there are any questions or problems, then please create here or at our support page a new request.https://support.hms-networks.com/hc/en-usBest regards,...
-
Peter Wucherer commented,
Hello Ueli,we created a new version on NuGet it is V 4.1.12.I tested it with .NET Framework 4.8 and .NET 9.https://www.nuget.org/packages/Ixxat.Vci4.StrongName Also, the source code is updated on ...
-
Peter Wucherer commented,
Hello Ueli,we found it. A new NuGet-Package will come.In the manifest file the path to the DLL has a leading backslash."\vcinet\arm64\vcinet.arm64.dll"This should be without backslash (for all of t...
-
Peter Wucherer commented,
Hello Ueli,it seems I can reproduce it with Visual Studio 2022.Without ClickOnce Security it works ok.With ClickOnce only the EXE in the directory "app.publish" works ok after adding the subdirecto...
-
Peter Wucherer commented,
Official comment Hello Ueli,do you use a ARM64 Windows System?I ask because of this output: "\vcinet\arm64\vcinet.arm64.dll"BTW - the sources for the VCI.NET wrapper is now free available:https://github.com/hms-net...
-
Peter Wucherer commented,
Official comment Hello,the CM CANopen is busy and has no time to answer the download request.If the running application uses SDO transfers, then this block the USB communication. Set the PLC to stopped.You can try ...
-
Peter Wucherer commented,
Hi Sahng-Gyu,thank you for sharing the result. Then bitrate 1000000 should be the correct setting.As it is a public forum maybe it can be helping others to bring up their systems.Then enjoy working...
-
Peter Wucherer commented,
Hi Sahng-Gyu,I wrote above about that acknowledge flag.You can use 1 CAN channel of the USB-to-CAN V2 and connect it to your sensor.Don't forget the terminating resistors.Then you send one single C...
-
Peter Wucherer commented,
Hi Sahng-Gyu,you can use loopback messages. Then the sent messages are routed back to the receive queue, and you'll see it.$ sudo ip link set can0 up type can bitrate 500000 loopback on Notes about...
-
Peter Wucherer commented,
Hello Sahng-Gyu,use SocketCAN in Python.There is great library using CAN in the Python environment: python-canHere you'll find documentation about it:https://python-can.readthedocs.io/en/stable/Bes...