Could check if 16#20000000 ( you need to give this feature map in hex) then it will work.
Handle:= CMPCODEMETER.CodeMOpen(5000304,8787,16#20000000,Result);
BR
Edwin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
-
2019-05-02
Originally created by: KevinR
I verified it and it works well.
Thank you so much, Edwin
BR
Kevin
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Originally created by: KevinR
Hello Community,
I try to check if there is a MultiCore license available on the runtime.
This function works well, when I check the single core license or other single licenses, but not for multi core.
If I check for a multi-core license, the function returns an CmpError Code "40", which is described as a "Device_Error".
Can anyone help me with this?
Thank you in advance,
BR KevinR
Hi,
use:
Could check if 16#20000000 ( you need to give this feature map in hex) then it will work.
Handle:= CMPCODEMETER.CodeMOpen(5000304,8787,16#20000000,Result);
BR
Edwin
Originally created by: KevinR
I verified it and it works well.
Thank you so much, Edwin
BR
Kevin