No Problem.
The most important thing is the PLCIO_ prefix to the symbol name which you already had.
After that every input needs a specified set of Attributes to make it a PLC input.
TERM##
TAGA##
DESCA##
DESCB##
DESCC##
DESCD##
DESCE##
Replace ## with the number like 01, 02, 03
You don't need to add the description attributes (DESCD##, DESCE##) if you are only planning to use 3

Remember to always pair them together TERM01 is where the PLC module expects TAGA01 (First input) to be. Lay in the PLC connections first and then you add the terminal connections for non IO points like 120VAC, N, 24VDC, 0VDC, etc.
Arshdeep Singh
Electrical Designer & Programmer
C.Tech | CAPM | CMSE | Autodesk Expert Elite
LinkedIn | Autodesk App Store | GitHub
Did you find this post helpful? Please feel free to Like this post.
Did your question get successfully answered? Please click the Accept Solution button to help other users who may have the same question.
