04-09-2013 03:17 PM
hi,
I would like to have some solution...could you ls give me the solution
requirement is as follows
Array 1 [ A_Temp,
B_Temp,
C_Oil Pressure,
D_Oilpressure,
......
......]
Note : A_Temp, B_Temp,C_Oil Pressure,D_Oilpressure all these parameters will be getting numerical values (dynamically) from the simulink models
Array 2 [A_Temp_1,
B_Temp_2,
C_Oil Pressure_3,
D_Oilpressure_4,
......
......]
Note : A_Temp_1, B_Temp_2,C_Oil Pressure_3,D_Oilpressure_4 all these parameters will be getting numerical values (dynamically) from the simulink models
So my question is:
How to verify the following condition using Foreachloop
A_Temp >= A_Temp_1
B_Temp >= B_Temp_2
C_Oil Pressure >= C_Oil Pressure_3
After creating this seq, i need to use this subseqence in main file so that user can add parameters
My teststand version is TS 4.2.1.83
04-10-2013
07:35 PM
- last edited on
10-18-2024
09:12 PM
by
Content Cleaner
You can try using the Numeric Limit step type inside of your for each loop by usign one array to set the limits to compare with other array serving as your data source.
Any sequence can be used as a subsequence by using the Sequence Call step. You can call a sequence from the current or a different sequence file. Please refer to this Help article for more information.
04-11-2013 01:01 AM
Hi
did you opened the example in this thread?
Do you need a variable name in your Array?
Do you create the Array dynamically?
Regards
Juergen