You can create a "PSEUDO" type UDA in Lexicon Module
A pseudo type UDA can retreive a value through a PML function
Try contacting your local Aveva Office to get further help
Hello, is PML function in such case enough ? No need of C# programming ?
PML should be enough, as far as I know.
Do you know how, please ? I tried play with UDA settings, linking it with PML function but not successfully.
This is just a little and simple example of a Pseudo-attribute UDA that calculates the piping Insulation Weight.
Lexicon DB-Listing:
INPUT BEGIN
NEW UDA /INSULWEIGHT
ABLE 6
UTYP REAL
UUNI 'Mass'
TUNI 'kg'
ELEL ADD PIPE BRAN
UPSEUD true
UDPSFG 'getinsulweight'
UDNA 'INSULWEIGHT'
END
INPUT END UDA /INSULWEIGHT
INPUT FINISH
PML Function:
Result:
Thank you.
For other readers ... just noticed it is working only at E3D 3.x and not at E3D 2.1
Yes. I forgot to mention it. I apologize
No problem, Corrado ;-)
No problem, Corrado ;-)