Search found 6 matches

by linfinity
Tuesday 18 August, 2015 - 19:59
Forum: Enterprise Dynamics Atoms
Topic: Can't open Excel with data from ED
Replies: 2
Views: 3734

Re: Can't open Excel with data from ED

and if I say no, it won't open.
by linfinity
Tuesday 18 August, 2015 - 19:58
Forum: Enterprise Dynamics Atoms
Topic: Can't open Excel with data from ED
Replies: 2
Views: 3734

Can't open Excel with data from ED

Hi, I used the atom ExcelActiveX to write data in Excel. Everything works fine and the data is correct, but after I save this file I can't open it anymore. When I open this excel file it states that: .xlsx has unreadable data. Do you want to recover this workbook? If I say yes, the file has incorrec...
by linfinity
Sunday 16 August, 2015 - 14:39
Forum: Enterprise Dynamics Atoms
Topic: Close input
Replies: 5
Views: 5523

Re: Close input

Hello linfinity, I made a small example model which shows some functionality to achieve what you are looking for. You can find it in the attachment. What happens in the send to of the source is that when the simulation time (4d script command Time) is lower than 3 hours, the products are sent to ou...
by linfinity
Friday 14 August, 2015 - 13:42
Forum: Enterprise Dynamics Atoms
Topic: Close input
Replies: 5
Views: 5523

Re: Close input

It worked, but the source already has 'send to: smallest queue', because I have two queues. So I can't put If(Time < hr(3),1,2), how do I solve this?
by linfinity
Friday 14 August, 2015 - 13:12
Forum: Enterprise Dynamics Atoms
Topic: Close input
Replies: 5
Views: 5523

Re: Close input

Ahh I get it now! Thank you so much!
by linfinity
Wednesday 12 August, 2015 - 17:18
Forum: Enterprise Dynamics Atoms
Topic: Close input
Replies: 5
Views: 5523

Close input

Hi, I have a problem. A store is open for 3 hours. After 3 hours I would like to close the input of the source but still run the model till every costumer is done. I wanted to close the input after 3 hours and let the model run 1 more hour. I tried it with condition control, but I didn't know what t...