Page 1 of 1

Unsupported data type 589824

Posted: Tue Oct 15, 2019 9:11 am
by sblancha
Hello,

I have the warning "Unsupported data type 589824" in the log. but how to know what is this data type XXXXXX ?

Thanks,

Sebastien

Re: Unsupported data type 589824

Posted: Tue Oct 15, 2019 11:15 am
by leoknipp
Can you please copy the complete log message.
Without seeing the content of the log message we cannot identify which manager has written the log entry.

Best Regards
Leopold Knipp
Senior Support Specialist

Re: Unsupported data type 589824

Posted: Tue Oct 15, 2019 1:25 pm
by sblancha
It comes from a UI and it is related to a dpConnect required to animate my EWO:
WCCOAui (1), 2019.10.15 08:34:12.836, CTRL, WARNING, 51, Parameter incorrect,
Module: Vision_1
Panel: C:\PVSS_projects\lhc_test\lhc_test\panels\vision\mainViews\MainLHC.pnl [LHC Vacuum]
Object: 0 named: "Layout" of type: MainViewLhc_ewo
Script: dpConnectRequest
, LhcVacNewOnlineValue, Unsupported data type 589824

Re: Unsupported data type 589824

Posted: Wed Oct 16, 2019 11:47 am
by leoknipp
Can you please add the code snipped for the function where the problem occurred.
Maybe we can then see what the cause for the error is.

Best Regards
Leopold Knipp
Senior Support Specialist

Re: Unsupported data type 589824

Posted: Fri Nov 15, 2019 4:11 pm
by gschijndel
sblancha wrote: Tue Oct 15, 2019 9:11 am I have the warning "Unsupported data type 589824" in the log. but how to know what is this data type XXXXXX ?

Convert the value to hex (0x00090000), search for this value in '<API_ROOT>/Libs/Basics/Variables/Variable.hxx' and find 'BIT32_VAR'.

Re: Unsupported data type 589824

Posted: Fri Nov 15, 2019 4:18 pm
by sblancha
Thanks, it gives me a hint.

Sebastien