PMC Forums  

Go Back   PMC Forums > Simulation > Non-Manufacturing Simulation
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Non-Manufacturing Simulation process simulation software, service level, resource utilization, resource scheduling, decision-support systems

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 05-13-2008, 04:52 AM
NinaK NinaK is offline
Member
 
Join Date: May 2008
Posts: 9
Default simulation of task allocation in Enterprise Dynamics

Dear Sirs,

I am new to simulations and need your valuable help.

I am going to simulate a task allocation in Enterprise Dynamics.
I have 3 types of tasks (depending on difficulty) and these tasks are sent to 3 types of employees (for example, beginner, experienced and expert). So tasks are coming from 3 sources, then going to Queue and then allocated to Servers - Employees.
I don;t know how to write a 4D script that cycletime of a server (employee) varies according to a type of a task. I tried with "if" , but it doesn't work.
Please, help me...

Regards,
Nina
Reply With Quote
  #2 (permalink)  
Old 05-13-2008, 01:51 PM
elammers's Avatar
elammers elammers is offline
Member
 
Join Date: May 2007
Location: Dearborn Heights, MI
Posts: 4
Smile task allocation in ED

Hi Nina,

Yes, the cycle time of a server can be modified using 4Dscript. An example of this is as follows. Let's say there is an attribute [TaskType] stamped on each part coming out of the 3 sources, and its value ranges from 1 to 3, which indicates a level of difficulty. In the cycletime field of the server, you would type:

If(Att([TaskType],first(c)) = 1,
30, {Easy task}
If(Att([TaskType],first(c)) = 2,
45, {Moderate task}
If(Att([TaskType],first(c)) = 3,
60 {Difficult task}
)
)
)

Good luck!
Eric
Reply With Quote
  #3 (permalink)  
Old 05-13-2008, 04:46 PM
NinaK NinaK is offline
Member
 
Join Date: May 2008
Posts: 9
Default

Eric,

Thank you!
I will try.

Regards,
Nina
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is Off
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -4. The time now is 01:15 PM.



Content Relevant URLs by vBSEO 3.0.0