{}

브랜드

슈나이더 일렉트릭 코리아 웹사이트에 방문해 주셔서 감사합니다.

슈나이더 일렉트릭 코리아 웹사이트 방문자 분들 모두 환영합니다.
오늘 무엇을 도와드릴까요?
What causes error 'The topological type is incompatible...' when performing a Build in Unity Pro?

Located variables must be of type EBOOL in Unity Pro. Defining located variables as BOOL will cause this error when building the project.
BOOL (BOOLEAN) and EBOOL (Extended BOOLEAN) datatypes each occupy one byte in memory.

BOOL types have two states, 0 (False) or 1 (True) .
EBOOL types have three states, 0 (False), 1 (True) and a History state. This third state requires a byte allocation in PLC memory for the EBOOL..

A reference to any singular IO point on a discrete input or output module would require an EBOOL data type. (%I0.1.0 or %I1)  These are located references because they have an address in Unity
A reference to an unlocated variable can use either data type, BOOL or EBOOL. An unlocated variable has no fixed address in Unity.

슈나이더 일렉트릭 Korea

What causes error 'The topological type is incompatible...' when performing a Build in Unity Pro?

Located variables must be of type EBOOL in Unity Pro. Defining located variables as BOOL will cause this error when building the project.
BOOL (BOOLEAN) and EBOOL (Extended BOOLEAN) datatypes each occupy one byte in memory.

BOOL types have two states, 0 (False) or 1 (True) .
EBOOL types have three states, 0 (False), 1 (True) and a History state. This third state requires a byte allocation in PLC memory for the EBOOL..

A reference to any singular IO point on a discrete input or output module would require an EBOOL data type. (%I0.1.0 or %I1)  These are located references because they have an address in Unity
A reference to an unlocated variable can use either data type, BOOL or EBOOL. An unlocated variable has no fixed address in Unity. 

 

 

슈나이더 일렉트릭 Korea

자세히 알아보기
제품군
자세히 알아보기
제품군
자세히 알아보기
제품군
자세히 알아보기
제품군
move-arrow-top
Your browser is out of date and has known security issues.

It also may not display all features of this website or other websites.

Please upgrade your browser to access all of the features of this website.

Latest version for Google Chrome, Mozilla Firefox or Microsoft Edgeis recommended for optimal functionality.
Your browser is out of date and has known security issues.

It also may not display all features of this website or other websites.

Please upgrade your browser to access all of the features of this website.

Latest version for Google Chrome, Mozilla Firefox or Microsoft Edgeis recommended for optimal functionality.