hexagon logo

How do I use value of one request as input for other?

Imagine I have separate blocks A and B.
 
Part A
Part A is provided a displacement motion. It also has a request which asks for displacement.
 
Part B
Can I use the output value of A displacement (from request) as input for B displacement motion?
 
Note: I am not looking for coupler here.
Parents
  • Hi Ashesh
     
    What Thomas is referring here is a run time *state Variable* and not design variable. See image below
     
    So create a state variable with the function exactly like what you have in your request. You can then use this variable in another request using VARVAL(name of your variable). For example in case below I can use the output of variable below using VARVAL(variable_1)
     
    HTH,
    Rishi
    image1
     
Reply
  • Hi Ashesh
     
    What Thomas is referring here is a run time *state Variable* and not design variable. See image below
     
    So create a state variable with the function exactly like what you have in your request. You can then use this variable in another request using VARVAL(name of your variable). For example in case below I can use the output of variable below using VARVAL(variable_1)
     
    HTH,
    Rishi
    image1
     
Children
No Data