Message 1 of 12
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi!
It is possible to list in a file the output value of an assembly from a corridor?
Many thanks!
Solved! Go to Solution.
Hi!
It is possible to list in a file the output value of an assembly from a corridor?
Many thanks!
Solved! Go to Solution.
You could put something together pretty quick with a subassembly composer.
Use the assembly properties to pass all the ouput parameters of your various subassemblies to your custom SA which your SA spits out to the event viewer.
Hello @emoreno83 ,
Just checking to see if your problem has been solved. Have you tried the above suggestion from @jae.kwon and did it work? Let us know if you still need help.

I thought it would be easy to spit out the values you want to the event viewer but I could not find a way to spit out anything other than static messages. If anyone else knows how to pass variables into the event viewer reports please let us know.
So unless we can get the event viewer to work for us, Dynamo seems to be the best bet. Below is a screenshot to get you started on the portion that pulls the information out all values of all subassembly parameters. It's just a matter of spitting out the information that you want to a spreadsheet after that. If might be easier to filter out the information you don't want in Dynamo through list manipulation or filter it out in Excel using formulas - depending on what you're more comfortable with.
Sorry it's not as simple as I originally thought, but this will get the job done.
hello
i want to know how can i use output values as mentioned in this image. give me an example in PKT file. thanks