01-16-2018 12:11 PM
Hi everyone,
Currently I am try to simulate the storage of the factory with many kind of product which is sorted into some column in one Store. However, I fact with the problem:
-I want check the availabity of single cell in specified column in the Store but I donot know the syntax for it.
I have tried with the code: <Store.contentlist(i,j).occupied =true >
I am using Tecnomatrix Plant Sumulation 13.
Thank you for your advices.
Solved! Go to Solution.
01-16-2018 12:15 PM
try
Store.pe(i,j).cont =void
for a free place or
Store.pe(i,j).cont /=void
for a occupied place
Steffen Bangsow freelance simulation specialist web: www.bangsow.eu mail: steffen@bangsow.net | ![]() |
01-16-2018 12:20 PM