Announcements

Community notifications may experience intermittent interruptions between 10–12 November during scheduled maintenance. We appreciate your patience.

FlexScript exception: Label property type retrieved on /Processor1/"1".

FlexScript exception: Label property type retrieved on /Processor1/"1".

oussama_m
Not applicable
159 Views
1 Reply
Message 1 of 2

FlexScript exception: Label property type retrieved on /Processor1/"1".

oussama_m
Not applicable

[ FlexSim 20.0.1 ]

test 5.fsm36759-capture.pngHello,I have a sample example of one machine. there are 5 items where each one is characterized by a processisng time with Normal (mean and deviation) distribution. These processing times are define in the table "TablePT". How can I define these values in the processor.

I obtained the error : time: 0.000000 exception: FlexScript exception: Label property type retrieved on /Processor1/"1". Label does not exist. at MODEL:/Processor1>variables/cycletime

The file is attached.

Thank you in advance for your help.

0 Likes
Accepted solutions (1)
160 Views
1 Reply
Reply (1)
Message 2 of 2

parker_s
Not applicable
Accepted solution

It looks like you are trying to access the values in your TablePT using item.type which has not been set.

There are many places you can set labels on items, one of which is on the Source properties:

36729-1613152237330.png

Add the "type" label on your Source1 like I've done here and your model will work.