question

Kamil KS avatar image
0 Likes"
Kamil KS asked Kamil KS edited

How to verify value on the list when puller is required?

Hello,

In my PF list Expression Field I use a distance as a variable which is calculated to the priority task.

double odl = (distancetotravel(puller,bufor))/10000;

Can i check what was the variable (odl) or priority value at the time when the item was pulled from the list? I tried to put this value on the table but it didn't work.

FlexSim 19.1.0
listpuller required
5 |100000

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

1 Answer

·
Steven Hamoen avatar image
1 Like"
Steven Hamoen answered Kamil KS edited

@Kamil KS You can use the query tester. If you click on view entries on a list, the quick properties show the possibility to run a query while also entering a puller and you can get some results from that.

Other think you can do is in the code of the expression field write some results to the output console.

· 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.

Kamil KS avatar image Kamil KS commented ·

Hey, I added in the Expression field code:

print(odl); 

Thanks for helping.

0 Likes 0 ·
console.png (3.2 KiB)

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.