Hi All,
I am facing an issue. While creating .cii file using PSI, I am getting weights for most of the components except all VALVES.
I checked the cmpref also. There Cweight has been set for all valves but still its not getting extracted it in the .cii file.
One more thing, for all other components the command 'Q CWEIGHT OF CMPREF OF SPREF' gives Cweight as 'Cweight 11', 'Cweight 20' etc.
But same command when run for valves, gives Cweight as 'Cweight (11)', 'Cweight (20)' etc.I am not getting why this bracket comes for valves. Please help me.
Latest versions of PDMS, CWEI (and UWEI) attribute is not a REAL but could be an expression.
That's why the round brackets.
You should change default supplied PSI weight calculation rule with one of the following:
• !!ce.brwei
• !!ce.spref.cmpre.cwei.replace('(','').replace(')','')
• propre cwei of cmpref of spref of ce
Please help me with the CWEI of Component is in kg but want it as in lb.
[QUOTE=corrado;93728]Latest versions of PDMS, CWEI (and UWEI) attribute is not a REAL but could be an expression.
That's why the round brackets.
You should change default supplied PSI weight calculation rule with one of the following:
• !!ce.brwei
• !!ce.spref.cmpre.cwei.replace('(','').replace(')','')
• propre cwei of cmpref of spref of ce