The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
[solved]Running Different Data on same operators and 2 others Q
Hi ...i have 11 different data sets and i want to run them on some operators in one process
but i want to to know how to do that with out duplicating operators for 11 times
i mean is there a way to connect all data sets to operators and they read them respectively and append all data with log and log to data and make a final exel from them?
Second Question: if there is no way for doing what i described ..how can i copy operators in same process with out change in their arrangment...cause when i copy operators they don't have the original arrangment ..
thanks
Third Question : if i got two processes ...is there a way that second process start automatically as the first process finished?
but i want to to know how to do that with out duplicating operators for 11 times
i mean is there a way to connect all data sets to operators and they read them respectively and append all data with log and log to data and make a final exel from them?
Second Question: if there is no way for doing what i described ..how can i copy operators in same process with out change in their arrangment...cause when i copy operators they don't have the original arrangment ..
thanks
Third Question : if i got two processes ...is there a way that second process start automatically as the first process finished?
0
Answers
First Answer: You can Collect your data and then use Loop Collection. Please see the attached process.
Yes, you can use the Execute Process operator for this. Just put it at the end of your first process to call the second process.
You can even pass data and macros from one process to another.
Best, Marius