v4b3 - Appearance label - not updating

Hey guys, I have a following problem with funcions inside a label:

This is the currect code for the label:

[Device.Name]
[Device.FirstAddress]
[Device.ServicesDown]
Black: [Toner_Black_3700dtn()]%
Cyan: [Toner_Cyan_3700dtn()]%
Magenta: [Toner_Magenta_3700dtn()]%
Yellow: [Toner_Yellow_3700dtn()]%

Fuser Kit: [Kit_Fuser_3700dtn()]%
Transfer Kit: [Kit_Transfer_3700dtn()]%

The label then looks like this. As you can see, only the first 4 values from the functions are reported.




However, its not a problem with the functions, because if I make a label lilke this:

[Device.Name]
[Device.FirstAddress]
[Device.ServicesDown]
Fuser Kit: [Kit_Fuser_3700dtn()]%
Transfer Kit: [Kit_Transfer_3700dtn()]%

It then looks properly and properly displays those values, with the same functions as above.:

Is there any limits to the ammount of functions / OID reads a label can perform/display??

Thanks,

tom

Can you post your function for Kit_Fuser_3700dtn()

The function is:

round((oid("1.3.6.1.2.1.43.11.1.1.9.1.6") / oid("1.3.6.1.2.1.43.11.1.1.8.1.6")) * 100)

All the other functions in this label are the same, just different OIDs.

Update:
Today I found it like this.

I don’t know why or if there is a limit to labels; try this:

round((oid("1.3.6.1.2.1.43.11.1.1.9.1.6",10,5) / oid("1.3.6.1.2.1.43.11.1.1.8.1.6",10,5)) * 100)

Lebowski

That didnt help either :frowning:

Ok humor us and put the fuser before the ink…