Reputation: 51
Is it possible to start and run vector canape from the command prompt and/or by using any other external script?
Upvotes: 0
Views: 3909
Reputation: 21
You can call it via COM or their API. You can use C++, Python, really anything that can thump either interface. Python seems to be the most popular to use.
Upvotes: 0
Reputation: 898
Yes, just start it by typing canape32.exe
in your command prompt.
Syntax: canape32 [Options] [File]
If a CNA or INI file is entered on the command line, CANape will load that configuration. An A2L or DB file will start CANape in Database Editor mode. All other files are opened as measurement files, if necessary a signal selection dialog opens. But there are a lot of available command line parameters to control all kind of behaviour. Check the canape online help ('Exec\CANAPE01.chm' in your CANape installation directory) section 'Command Line Options' for more details.
Upvotes: 1