Search found 2 matches

by aandueza_
Friday 18 November, 2022 - 10:43
Forum: Enterprise Dynamics Atoms
Topic: Script for atom status
Replies: 2
Views: 9249

Re: Script for atom status

sorry, the code of the server is:

Code: Select all

Case(
WhichIsTrue(
CompareText(Name(Rank(1,c)),[403]),
CompareText(Name(Rank(1,c)),[405]),
CompareText(Name(Rank(1,c)),[407])
),
dUniform(1,4),
dUniform(5,12),
dUniform(13,19)
)
by aandueza_
Friday 18 November, 2022 - 10:41
Forum: Enterprise Dynamics Atoms
Topic: Script for atom status
Replies: 2
Views: 9249

Script for atom status

Hi. I want to create a discipline that sends the product with priority to 6 servers, but if there are busy or blocked, send to other 2 extra-servers. the previuos atom is a server with 2 inputs and 19 outputs with this code in "Send to": (1,c)),[405]), CompareText(Name(Rank(1,c)),[407]) ),...