03-24-2008 10:10 AM - edited 03-24-2008 10:14 AM
Bug report:
When building a code distribution to a 'llb' with the 'Add files to a new project library' checked, typedef enumeration constants on the block diagram are reset to their default values.
- non-typedef enumeration constants do not have this issue
- checking 'disconnecting type definitions' prevents this behaviour (and is a suitable work-around for my purposes)
Regards,
Andrew
03-24-2008 01:24 PM
01-29-2015 11:59 AM
@Andrew O wrote:
Bug report:
When building a code distribution to a 'llb' with the 'Add files to a new project library' checked, typedef enumeration constants on the block diagram are reset to their default values.
- non-typedef enumeration constants do not have this issue
- checking 'disconnecting type definitions' prevents this behaviour (and is a suitable work-around for my purposes)
Regards,
Andrew
Message Edited by Andrew O on 03-24-2008 10:14 AM
I also have this issue with the version 2012 sp1.
I will try to use the workaround.
I wonder if it has been fix in newer versions.
01-29-2015 12:19 PM
The fix would be to use VIPM and not an llb
01-29-2015 03:29 PM
@JÞB wrote:
The fix would be to use VIPM and not an llb
Jeff:
Actually I am using lvlib not llb, but I will try tomorrow morning to see if it works or not.
I haven´t built any VIPM, so I wonder if it is possible to call any file inside the VIPM dynamically with the RTE.
Efrain