02-19-2018 04:50 AM
Hello,
I'm a new user to Plant Simulation and in a dire need to understand whether it will be possible that if I have an excel file which contains lenght,breadth, position and name of the equipments/ machines in warehouse and after I import it in Plant Simulation(PS) and then it(PS) shows the things in 3D format?
Eg - I say I have a Belt conveyor - 2 quantities - 3,4 (length, breadth) 5,2(x,y position) and other with same dimension but at 9,2 (x,y position) and I have an input and output and some machines of different dimensions and position in a table format in Excel. I want that somehow if I import this table in PS, PS should show me this things automatically in a 3D format and then I can change the Simulation parameter later on.
If not, what's the other way around.
Thank you in advance
-Harleens13
Solved! Go to Solution.
02-19-2018 05:34 AM
Steffen Bangsow freelance simulation specialist web: www.bangsow.eu mail: steffen@bangsow.net | ![]() |
02-19-2018 05:45 AM
Here is a small example.
02-21-2018 09:35 AM - edited 02-21-2018 09:44 AM
02-21-2018 09:39 AM - edited 02-21-2018 09:43 AM
Thank you very much.
After looking at the table and programming in ' Method' I think I understand you. Thank you very much. But will you please tell me how can I now learn Programming in 'Method' now.
And secondly, to understand correctly what you did - 1. Made an excel table 2. Imported it in Plant Simulations 3. Then defined a method right? what if I want to get single proc and source and drain from the table itself.
02-22-2018 03:47 AM
I think, to learn programming in SimTalk, there are some routes you could follow.
First of all, having any sort of programming experience in an imperative programming language (if you have experience in a programming language and you do not know whether it is an imperative one it most probably is) is always helpful. This gives you already some understanding of functions/methods and of some basic control flow structures like loops or conditions.
Then, I think, Mr. Bangsow's book certainly is no bad advice either as it already targets the Plant Simulation user's tasks and explicitly shows how to do things in SimTalk.
Finally, I think, our documentation is also always worth mentioning. So feel free to have a look in there, too.