question

Bradith_alexander Zm2 avatar image
0 Likes"
Bradith_alexander Zm2 asked Kavika F commented

Content Fluid Tank

How can get de content of Fluid Tank in Decide custom code:

1651342804463.png

FlexSim 22.0.1
conditional decide
1651342804463.png (79.6 KiB)
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

Jason Lightfoot avatar image
0 Likes"
Jason Lightfoot answered


  1. Object tank=Model.find("FluidTank1");
  2. return variables(tank).subnodes["curcontent"].value;
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.