Hi,
is it possible to create a net using COM objects like PCANExplorer5 or PCAN3.PCANClient instead of doing it manually with the "PCAN Nets Configuration" dialog?
All the connection examples I know require an existing net...
Thank you for your help
Search found 2 matches
- Thu 17. Apr 2014, 12:40
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: Creating net using COM (PCANExplorer5, PCAN3.PCANClient)
- Replies: 1
- Views: 3666
- Thu 8. Aug 2013, 10:37
- Forum: PCAN-Explorer 5 & Add-ins
- Topic: Adding message to a TraceWindow
- Replies: 1
- Views: 3424
Adding message to a TraceWindow
Hello,
is it possible to add a new message to the TraceMessage collection of a TraceWindow?
If I try the following code (using Python and COM):
newMsg = tracer.Messages.Add()
I get the error "(-2147352567, 'Ausnahmefehler aufgetreten.', (0, None, None, None, 0, -2147418113), None ...
is it possible to add a new message to the TraceMessage collection of a TraceWindow?
If I try the following code (using Python and COM):
newMsg = tracer.Messages.Add()
I get the error "(-2147352567, 'Ausnahmefehler aufgetreten.', (0, None, None, None, 0, -2147418113), None ...