Author Topic: Same code for Controller & Display  (Read 3558 times)

MimmoA

  • Guest
Same code for Controller & Display
« 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.

Offline spittet

  • PLUS+1 Guru
  • *****
  • Posts: 117
  • Karma: +6/-1
Re: Same code for Controller & Display
« Reply #1 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

Karim

  • Guest
Re: Same code for Controller & Display
« Reply #2 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).