SA Faceplate - Use of Pulse Function

Hi,

Can Pulse function be used for an Button on the SA Faceplate, when referencing to an equipment [?__Equipment?]? 

If not any tip on how to get an pulse function from the SA Faceplate? 

Thanks For any input,

Rune

Parents
  • The compiler treats "partial/dynamic associations" as a string, which is why I can pass ?__EquipmentName?.MyDigital straight through. This avoids the need to do another func call such as AssGetProperty.

    Search the topic "Dynamic Associations" (first hit) in the help about where dynamic associations can be used / not used. As you can see this particular situation is not listed. I would say if the "function" is actually a label wrapper (see Labels view in Citect Studio and change Project filter to display "Include), then you may run into trouble if the label does things such as "arg = arg. You were the first to find this particular case. Mainly because we all avoid Pulse :)
Reply
  • The compiler treats "partial/dynamic associations" as a string, which is why I can pass ?__EquipmentName?.MyDigital straight through. This avoids the need to do another func call such as AssGetProperty.

    Search the topic "Dynamic Associations" (first hit) in the help about where dynamic associations can be used / not used. As you can see this particular situation is not listed. I would say if the "function" is actually a label wrapper (see Labels view in Citect Studio and change Project filter to display "Include), then you may run into trouble if the label does things such as "arg = arg. You were the first to find this particular case. Mainly because we all avoid Pulse :)
Children
No Data