List of Contributions

Michal Letavka

Contact Details

Michal Letavka


My Content

1 to 2 of 2 total
Posted By Michal Letavka May 13, 2022 10:48:00 AM
Found In Egroup: Automation Control
\ view thread
The GetTagInfo() function only works with tag specifiers, it does not support tag members. In the next release, we highlight this fact in the SDK documentation. Recommended approach would be to first use GetTagInfo("MyTag"), which returns name of the data type - "MyType". Then use GetDataTypeInfo("MyType") ...
Posted By Michal Letavka May 09, 2022 11:47:00 AM
Found In Egroup: Automation Control
\ view thread
Hello Jhon, GetDataTypeInfo() return value is true representation of how the tag structure is stored in the controller. You may notice this includes the optimisation for BOOL values. Whenever there is one or more BOOL tags, they get stored in a SINT internally, visible as "ZZZZZZZZZZ....., isHidden: ...