Equipment Reference to Popup(s)

Hello All

i would like to ask you if it's possible to make a Equipment item reference in a Popup Page like that we can use in a Faceplate:

The scope is to open a few popups pages related to a equipement.

At moment we are using the function AssVarTag to pass the tags for Popups. 

 

 Thank you

Parents
  • Hi Miguel,

    I have no experience with AssEquipReferences and I'm not sure what you want to do with that.

    If you follow my previous advice you can use ?__EquipmentRef?.V12 to display the Tensilo U12 value, etc.

    But it might be that I misunderstand the details of your problem. I read it like this:
    1. You have a pop-up that works with equipment.item references (partial assignment method), like ?__EquipmentRef?.PActM in your first screenshot.
    2. From that screenshot you would like to open a second pop-up with details. You could pass the equipment reference by calling AssChain(-2, WinNumber(), 0) and then call WinNewAt() to open the second pop-up.
    3. In your second pop-up you can now use the same equipment reference as in the first pop-up. So use ?__EquipmentRef?.V12 instead of ?7?. I assumed that this variable tag has V12 as equipment item name.

    If I'm interpreting your issue wrong, please give more details.

    Regards,
    Patrick
Reply
  • Hi Miguel,

    I have no experience with AssEquipReferences and I'm not sure what you want to do with that.

    If you follow my previous advice you can use ?__EquipmentRef?.V12 to display the Tensilo U12 value, etc.

    But it might be that I misunderstand the details of your problem. I read it like this:
    1. You have a pop-up that works with equipment.item references (partial assignment method), like ?__EquipmentRef?.PActM in your first screenshot.
    2. From that screenshot you would like to open a second pop-up with details. You could pass the equipment reference by calling AssChain(-2, WinNumber(), 0) and then call WinNewAt() to open the second pop-up.
    3. In your second pop-up you can now use the same equipment reference as in the first pop-up. So use ?__EquipmentRef?.V12 instead of ?7?. I assumed that this variable tag has V12 as equipment item name.

    If I'm interpreting your issue wrong, please give more details.

    Regards,
    Patrick
Children
No Data