question

dg avatar image
0 Likes"
dg asked Ben Wilson commented

DIspatcher question

I am studying the appropriate distribution of the workforce of three workers into three machines above and three machines below. Currently, the "Pass to" function of "Dispatcher" is used to distribute workers to machines. What I'm curious about here is whether there is a built-in function or function to check which machine a worker is working on.
Choose One
dispatcher
· 1
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Ben Wilson avatar image Ben Wilson ♦♦ commented ·

Hi @동구 , was Jörg Vogel's answer helpful? If so, please click the red "Accept" button at the bottom of their answer. Or if you still have questions, add a comment and we'll continue the conversation.

If we haven't heard back from you within 3 business days we'll auto-accept an answer, but you can always unaccept and comment back to reopen your question.

0 Likes 0 ·

1 Answer

·
Joerg Vogel avatar image
1 Like"
Joerg Vogel answered dg commented

The operator is executing a utilize task. If you check the operators tasksequence currently active task, you can identify the station in involved2 or by involved1.up.

A personal hint: If you fill the necessary parameters, when you ask a question, we can answer appropriate to the version you are using.

· 5
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

dg avatar image dg commented ·

Thank you !

0 Likes 0 ·
dg avatar image dg commented ·

It was confirmed that the working machine was output to the workers' node, invoved1 and invoved2.

I have one more question.
I want to record in real time what machines the workers are using whenever instructions are given to three workers in "pass to" in "Dispacher".
Therefore, is there a code that calls up the values that appear in involved1 and invoved2 of 3 workers to the global table?

My flexim model is the 2019 version.2021.05.14(금)시작할 파일.fsm

0 Likes 0 ·
Joerg Vogel avatar image Joerg Vogel dg commented ·

These are features of the event viewer and even log. It would be your part to filter and write it to a global table.

1 Like 1 ·
dg avatar image dg Joerg Vogel commented ·

I learned the function "getaskinvolved".

But in the description of the function, there is a description called "This command is deprecated", and is that function no longer working?

0 Likes 0 ·
Show more comments

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.