Hello all,
I'm looking for some help with how modules worked. I have not been able to get them to work in my application. I have one module bus input and one module bus output, using one module. The input and output are on different pages. I was following the example set out in the manual, however I continue to get the following error when I try to compile.
*** ERROR 77 *** [glink] NO OUTPUT FOR: {_Bus_Module_Inputs_Port_Output1_Enabled_Delayed}, FILE: {SC50_20_PRIMARYT.exr}, REFTYPE: {MODUL}
I also notice inside my module, when using the MODULE BUS Input and Outputs, I am unable to see any of the variables on the bus once inside the module. This to me shows that the connection between the application page and the module page is not being made. I'm calling the module on the page which the MODULE BUS Output component is being used, do I also need to use a call block on the page where the input is being used as well?
Any suggestions on how I can fix this? I'm wondering if its a problem with order of operations? Any help you can provide would be great.