Author Topic: IX024 and SC024 using Primary and Ssecondary  (Read 2384 times)

Offline macbahi

  • PLUS+1 Guru
  • *****
  • Posts: 113
  • Karma: +1/-0
IX024 and SC024 using Primary and Ssecondary
« on: June 17, 2021, 02:24:45 PM »
Hi!

Please I want to use some input from IX024-010 in primary and secondary S024-120.  My question is I must to use
double expansion IO_Module in primary and in secondary or exist other way to have access to input IX024-010 in secondary SC024-120.

Thank you very much

Best regards
macbahi

Offline Matt_Eng

  • PLUS+1 Developer
  • ***
  • Posts: 21
  • Karma: +10/-0
Re: IX024 and SC024 using Primary and Ssecondary
« Reply #1 on: June 18, 2021, 02:42:52 PM »
Hi, the easiest way is to include the IX024-10 block in the primary and secondary. Then setting enable to false in the secondary application.

Only thing that may be useful to be handed over from primary to secondary are the Configured and CommStatus signals on the CAN sub-bus. E.g. Inputs->CAN->Configured
To hand the data over from primary to secondary, you will need to use the UART channel. The safety library has some function blocks that can help with that.

Best regards, Matt