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.
Regards,
Arshdeep Singh, C.Tech, CMSEยฎElectrical Designer & Programmer
LinkedInwww.blackcontrols.comPlease mark as "Accept Solution" if this resolved your issue. It might help someone else with the same question. Likes are welcome!