Hi Mads,
This normally is an error that you're writing in a column (no. 2) which is not defined in your table (you only have 1 column), so it can't write there.
So, either the writing of a value into the table is wrong, and it should be column 1, instead of column 2. Or your table is too small ...
Search found 362 matches
- Thursday 13 April, 2023 - 17:39
- Forum: Enterprise Dynamics 4DScript
- Topic: Labelvalue in tabel
- Replies: 3
- Views: 40395
- Wednesday 07 September, 2022 - 18:05
- Forum: Installation
- Topic: No Library window
- Replies: 1
- Views: 54209
Re: No Library window
Hi Rico,
Could it be that the library tree is located outside your screen? That sometimes happens when a secondory monitor is located differently or removed entirely.
You could try this under the rbibon "Display" of Enterprise Dynamics, to set all back using the "All to 1st screen" button ...
Could it be that the library tree is located outside your screen? That sometimes happens when a secondory monitor is located differently or removed entirely.
You could try this under the rbibon "Display" of Enterprise Dynamics, to set all back using the "All to 1st screen" button ...
- Thursday 14 April, 2022 - 18:42
- Forum: Modeling in Enterprise Dynamics
- Topic: Advanced Transport to follow an empirical distribution
- Replies: 3
- Views: 20886
Re: Advanced Transport to follow an empirical distribution
Ha Mads,
Welcome to the community.
Could you describe in a bit more detail what you try to achieve because using 2500 sources sounds a bit heavy? And not as the way I would normally do something. But perhaps you have a good reason, which I simply don't see yet.
Gr. Harry
Welcome to the community.
Could you describe in a bit more detail what you try to achieve because using 2500 sources sounds a bit heavy? And not as the way I would normally do something. But perhaps you have a good reason, which I simply don't see yet.
Gr. Harry
- Friday 28 January, 2022 - 13:22
- Forum: Enterprise Dynamics 4DScript
- Topic: Help needed with assembler
- Replies: 1
- Views: 19254
Re: Help needed with assembler
Hi Guido,
I think you're already quite far. But first a few minor remarks:
You have turned off the visualization of the products that need to be placed on the pallet (you turned off the check box "Show color" on the visualization tab on the products that are connected with the source. That made ...
I think you're already quite far. But first a few minor remarks:
You have turned off the visualization of the products that need to be placed on the pallet (you turned off the check box "Show color" on the visualization tab on the products that are connected with the source. That made ...
- Monday 06 December, 2021 - 14:12
- Forum: Modeling in Enterprise Dynamics
- Topic: pullconstraint
- Replies: 6
- Views: 25721
Re: pullconstraint
Hello Thijs,
I already wrote a reaction last Friday, but for some reason it was not sent and not standing on the community. So, I now type it again.
First what is nog clear to me is if the pallets arriving in the queue are mixed or not. From your later message, I understand they are not mixed ...
I already wrote a reaction last Friday, but for some reason it was not sent and not standing on the community. So, I now type it again.
First what is nog clear to me is if the pallets arriving in the queue are mixed or not. From your later message, I understand they are not mixed ...
- Friday 15 October, 2021 - 18:31
- Forum: Modeling in Enterprise Dynamics
- Topic: Modeling with different Products, Servers, Cycletimes and Set-up time
- Replies: 3
- Views: 23495
Re: Modeling with different Products, Servers, Cycletimes and Set-up time
Hi Linda,
To start with the 10th channel. The outcome of the code you entered on the "send to" statement of the "Warteschlange Warenausgang" (if(routing(label([step],first(c)),label([product],first(c)))=0,label([product],first(c)),10) ), is determining to which exit channel the product is going ...
To start with the 10th channel. The outcome of the code you entered on the "send to" statement of the "Warteschlange Warenausgang" (if(routing(label([step],first(c)),label([product],first(c)))=0,label([product],first(c)),10) ), is determining to which exit channel the product is going ...
- Wednesday 13 October, 2021 - 19:55
- Forum: Modeling in Enterprise Dynamics
- Topic: Modeling with different Products, Servers, Cycletimes and Set-up time
- Replies: 3
- Views: 23495
Re: Modeling with different Products, Servers, Cycletimes and Set-up time
Hi Linda,
At least the error is caused because in the Queue "Warteschlange Warenausgang" a product is arriving where the outcome of the routing(label([step],first(c)),label([product],first(c))) is not zero. Then the exit channel becomes 10 , and the 10th exit channel is not existing.
if(routing ...
At least the error is caused because in the Queue "Warteschlange Warenausgang" a product is arriving where the outcome of the routing(label([step],first(c)),label([product],first(c))) is not zero. Then the exit channel becomes 10 , and the 10th exit channel is not existing.
if(routing ...
- Friday 03 September, 2021 - 18:55
- Forum: Enterprise Dynamics 4DScript
- Topic: Actual distance an advancd transporter passed
- Replies: 3
- Views: 35385
Re: Actual distance an advancd transporter passed
Hello M.,
I'm sorry that it took me so long to react to your post, but I didn't get the normal warning that someone posted something, so I ran more or less accidentally into your question.
I've created a small example model with:
A table called TransportDistance.
A Initialize to arrange some ...
I'm sorry that it took me so long to react to your post, but I didn't get the normal warning that someone posted something, so I ran more or less accidentally into your question.
I've created a small example model with:
A table called TransportDistance.
A Initialize to arrange some ...
- Tuesday 24 August, 2021 - 13:43
- Forum: Enterprise Dynamics 4DScript
- Topic: Actual distance an advancd transporter passed
- Replies: 3
- Views: 35385
Re: Actual distance an advancd transporter passed
Hello M.,
The distance traveled, you can find on the Attribute "DistanceTraveled", which is defined on the Advanced Transporter.
I would create a table and store in this table for each product that is entering "Trigger on entry":
Product ID
Time that the product entered.
Travel distance ...
The distance traveled, you can find on the Attribute "DistanceTraveled", which is defined on the Advanced Transporter.
I would create a table and store in this table for each product that is entering "Trigger on entry":
Product ID
Time that the product entered.
Travel distance ...
- Thursday 17 June, 2021 - 12:48
- Forum: Enterprise Dynamics 4DScript
- Topic: How can i make a Forklift Controller
- Replies: 1
- Views: 20476
Re: How can i make a Forklift Controller
Hi Shio,
Have you already found the code of the ForkLiftControler? This example model is a bit different from the other examples, in that way that there is special code used, where normally only standard atoms are used. However, to get this specific behavior, it gives a lot of extra possibilities ...
Have you already found the code of the ForkLiftControler? This example model is a bit different from the other examples, in that way that there is special code used, where normally only standard atoms are used. However, to get this specific behavior, it gives a lot of extra possibilities ...