Skip to content

Replacement of stream in registry #163

Closed Answered by sarangbhagwat
Uzair1shah asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @Uzair1shah,

It looks like you've defined streams S105 and S106, but you don't pass those into the outs argument when defining your vibrating screen UO104. Instead, UO104 seems to be taking two newly defined streams, also with IDs 'S105' and 'S106'. Because these new streams have the same names as the previously defined streams, they replace the existing ones in the registry.

Luckily this has a straightforward fix -- simply pass the actual variables S105 and S106 rather than the strings 'S105' and 'S106' as the outs of UO104.

Best,
Sarang

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by yoelcortes
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants