- Using the software
- Ladder Editor
- Add-On Instructions
- Instructions
- Instruction set
- Code Editor Domain Specific Language Syntax
Data type member example
This example shows a data type member.
struct MyBits {hidden sint ZZZMyBits0;bool MyBit0 := ZZZMyBits0.0;bool MyBit1 := ZZZMyBits0.1;
}
Provide Feedback