Appliance Trim Kit User Manual
Table Of Contents
- Chapter 1 Overview
- Chapter 2 C400 Panel Controller Hardware
- General Information
- Genius Panel Controller (C400)
- Specifications
- Overview of Connections and Operational Elements
- VDC Power Supply (item 2, Figure 2-2)
- IF0 - RS-232, Non-isolated (item 3, Figure 2-2)
- Genius Bus Connector, Isolated (item 4, Figure 2-2)
- Mode Switch (item 6, Figure 2-2)
- Device Number Switches (item 8, Figure 2-2)
- Lithium Battery (item 7, Figure 2-2)
- Reset Button (item 9, Figure 2-2)
- Operating the C400 Controller
- Chapter 3 Quick Start
- Calling the Setup Program
- Language Selection
- Installation Menu
- Pull-Down Menus (Main Menu)
- Window Name
- Selection Windows
- Context-Sensitive Help Screens
- Screen Elements
- Connection to a GE Fanuc PLC via Genius
- Internal Connection
- Genius Internal Connection
- Picture 1
- Picture 2
- Picture 3
- Genius Device Connection
- Genius Internal Connection
- Internal Connection
- Picture for a Communications Error
- Picture Binding Overview
- Picture List Organization
- Chapter 4 Configuring Communication with the PLC
- Chapter 5 PCS Connection Editor
- Chapter 6 Demo Project
- Appendix A Cabling Information
- Appendix B Errors/Troubleshooting
- Index

GFK-1115 Chapter 5 PCS Connection Editor 5 - 13
5
Table 5 - 4. Data Type Conversions (Panel Data Type/PLC)
Legend:
Byte u...................Byte unsigned
Word u.................Word unsigned
Word s..................Word signed
Long u..................Long unsigned
LSB......................Least Significant Bit
(Lower Bit)
MSB .................... Most Significant Bit
(Upper Bit)
LOB..................... Low Order Byte
(Lower Byte)
HOB .................... High Order Byte
(Upper Byte)
PDT.....................Panel Data Type
PDT Data Type Conversion PLC
Bit
→
No conversion.
→
BIT
←
No conversion.
←
Bit
→
The value of Bit is copied to the LSB of WORD. The rest of the
bits of WORD are set to 0.
→
WORD
*
←
Values higher than 1 are limited to 1.
←
Byte u.
→
The LSB of Byte u. is copied to BIT.
→
BIT
←
The value of BIT is copied to the LSB of Byte u. The rest of the
bits of Byte u. are set to 0.
←
Byte u.
→
Byte u. is copied to the LOB of WORD. The HOB of WORD is set
to 00.
→
WORD
*
←
Values higher than 255 are limited to 255.
←
Byte u.
→
Byte u. is copied to the LOB of INT. The HOB of INT is set to 0.
→
INT
*
←
Values higher than 255 are limited to 255. Negative values are
limited to 0.
←
PDT Data Type Conversion PLC
Word u.
→
The LSB of Word u. is copied to BIT.
→
BIT
←
The value of Bit is copied to the LSB of Word u. The rest of the
bits of Word u. are set to 0.
←
Word u.
→
No conversion.
→
WORD
*
←
No conversion.
←
Word u.
→
Values higher than 32767 are limited to 32767.
→
INT
*
←
Negative values are limited to 0.
←
Word u.
→
Word u. is copied to the lower word of DWORD. The upper word
is set to 0.
→
DWORD
←
Values higher than 65535 are limited to 65535.
←