
0
Answered
IQANRun does not execute the script if executing from command line
I am evaluating IQAN and am using the Fine Control example project with a simulator. I am trying to run an IQANscript script to fetch the logs from the simulator. Running the script works if I manually select it from the IQANrun user interface but when I run it on command line interface
.\IQANrun.exe -cif Simulator -send "Path\To\Script.issx"
The software will start and connect to the simulator but will not execute the script. I was wondering if this is caused by the evaluation version or are the command line interface parameters incorrect?
SW versions
ICANdesign 7.00.45.8646
ICANscript 7.00.25.6507
ICANrun 7.00.54.6971
ICANsimulate 7.00.27.6511
Customer support service by UserEcho
The command line arguments look wrong.
When using -send, the filename must be a file that can be sent to the system, a project .idax, clone .ircx or settins .irsx file.
For executing a script via command line, omit the -send argument.
That was the cause. Thank you very much!