PLUS+1 User Forum

PLUS+1 Hardware => Controllers => Topic started by: MimmoA on September 09, 2013, 10:24:07 AM

Title: Same code for Controller & Display
Post by: MimmoA on September 09, 2013, 10:24:07 AM
Hello everybody,
I have a Controller MC050-010, and a display DP 250.
I'm a beginner about Plus+1 GUIDE, till now i just know how to code these devices individually,
what'I'm trying to do now is to coding them toghether in the same code.

Is this possible?
there any mode to do this?
Is there a function to make it easier ?

Thanks a lot in advance.
Title: Re: Same code for Controller & Display
Post by: spittet on September 09, 2013, 09:24:24 PM
This is not how you should do it.

You need to build a program for each device and if you want some information from one device to be sent to the other device, use the CAN Network and the associated CAN communication function blocks (Tx, Rx)

Sam
Title: Re: Same code for Controller & Display
Post by: Karim on November 07, 2013, 12:23:28 PM
Sam is right,
use the CAN network to implement the communication between the Controller and Display(and so you coded them together).