07-04-2013 04:53 AM - edited 07-04-2013 04:54 AM
Hi
I am Modifying a develpoed software.I studied the software,Devicenet prorcol is used for communication.I want to add Ethernet Communication on that VI.The architecture used for the develpoment is UUT.Is it possible to include Ethernet Protocol to same VI without effecting the code???
07-04-2013 06:43 AM
I am not sure what the UUT architecture means. Since DeviceNet protocol uses CAN and it is not going to affect your Ethernet communication , you can go ahead and develop. Affecting the code really depends how you are designing the Ethernet communication and going to implement it, but you can add without affecting the original operation of the code.
07-04-2013 07:16 AM
UUT is Unit Under Test..All the configuration of device net and CAN are developed in class(OOP Concept)..So Is it suitable if i add a class library of ethernet protocol and insert in to this VI???