Search found 4 matches
- Wednesday 04 January, 2023 - 08:46
- Forum: Enterprise Dynamics 4DScript
- Topic: Need help with Calling and freeing Human Resource
- Replies: 3
- Views: 16560
Re: Need help with Calling and freeing Human Resource
Hi Deena, I now implemented the following code for trigger on exit of "Side1": HumanResourceTeam_CallResources(refHRTeam1, c, i, 1) Now I have the Problem that this error occurs when the trigger on exit is executed: Access violation at address 00000000004755C9 in module 'ED.exe'. Read of address ...
- Thursday 22 December, 2022 - 16:59
- Forum: Enterprise Dynamics 4DScript
- Topic: Need help with Calling and freeing Human Resource
- Replies: 3
- Views: 16560
Need help with Calling and freeing Human Resource
Hi everyone, at the moment my model works like I will explain in the following sentences: There are two different production lines. Each production line has its own Source, Queue, Server and sink. The goal is that there can only be one server manufacturing at a time. So for example when the server ...
- Monday 19 December, 2022 - 15:57
- Forum: Modeling in Enterprise Dynamics
- Topic: Modeling a dual-working CNC Machine
- Replies: 1
- Views: 14195
Modeling a dual-working CNC Machine
Hello everyone, is it possible to model the following machine? Basically the machine can manufacture two different products. It always manufactures them in an alternating order (First Product No.1, then Procuct No.2, then Product No.1 again, etc...) Now there is a tricky part: There is also a Human ...
- Wednesday 14 December, 2022 - 11:56
- Forum: Modeling in Enterprise Dynamics
- Topic: Automatically stop server from manufacturing
- Replies: 1
- Views: 14442
Automatically stop server from manufacturing
Hello everybody, I want to set a condition for a server. Everytime an atom is on exit, the server "Machine Side 1" must stop manufacturing. I tried this with the following code in the "Trigger on Exit" input box: Stop(AtomByName([Machine Side 1], Model)) I also tried by typing: StopAtom(AtomByName ...