ON_TARGET_WAIT_FOR_START for External Mode is always defined as zero
1 view (last 30 days)
Show older comments
I'm using MATLAB R2020b Update 1 with Simulink Coder and I'm doing code generation customization.
When I enable External mode for any model and enable its 'Wait for start' property by configuring the 'ExtModeMexArgs' option for example as ''192.168.0.123' 1 17725 1', the WaitForStart information in the buildInfo is returned as disabled and the corresponding line in the generated file 'defines.txt' also becomes like:
ON_TARGET_WAIT_FOR_START =0
What should I do to make it 1?
0 Comments
Answers (0)
See Also
Categories
Find more on Simulink Coder in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!