This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

PLC firmware



Since, as you say, V4 is being deprecated, what support will their be for those of us who are using the PLC firmware that requires V4. When will the PLC tools be upgraded to support V5 CCS?

Thanks,

Pat

 

  • Hi Pat - The PLC team prefers to answer forum posts via their email list plc_support@list.ti.com.   I sent them a note on this post.

    In general CCS 4 projects import into CCS 5 pretty well.  The PLC team would need to comment on their particular plans.

    Thank you

    Lori

  • Thankyou Lori,

    Is their someone on the PLC support team that I could have a conversation with concerning the use of CCS5.x with the PLC Example firmware and driver? In particular, I would like to know if this software will run on CCS5.3? Secondly, I would like to know the steps for loading the proper tools to support PLC development.

    Thanks,

    Pat

     

  • Hi Pat,

    I think that you are currently using G3 FCC project. Please, find the attached ADP example and PHY example. The examples are compilable with CCS v5 and based on G3 FCC v6.0.2.0. To build the project, you will need to use CGT tool of c2000_6.1.0A11101.

    For documents and the latest GUI, please check out our latest install G3 FCC package from www.ti.com/plc. Thanks.

    Wonsoo

    5001.TI_PLC_G3_PHY_EXAMPLE.zip0118.TI_PLC_G3_PHY_EXAMPLE.zip

  • Wonsoo,

    Thanks for the reply and the examples. It appears that both are PHY examples. Which should I use?

    Pat

     

  • Pat,

    Both of the phy examples are the same. You can check out one of them.

    Regards,

    Wonsoo

  • hello Wonsoo Kim

    could you tell me how to change the Coefficient kp,ki,kd  in the code of pfc+aci v1.7 kit?  in my Application,ac input is 220v,pfc output is 400v, load is ahout 100w;i found the PF value  is only 80%. i want to change the Coefficient kp,ki,kd in the current loop and volt loop ,but i do not know to change the current loop first or change the volt loop first ,or change them together? 

  • hello Lori Heustess

    could you tell me how to change the Coefficient kp,ki,kd  in the code of pfc+aci v1.7 kit?  in my Application,ac input is 220v,pfc output is 400v, load is ahout 100w;i found the PF value  is only 80%. i want to change the Coefficient kp,ki,kd in the current loop and volt loop ,but i do not know to change the current loop first or change the volt loop first ,or change them together? 

  • Hi all,
    i'm working with TMDSPLCKIT-V3, and i'm looking to communicate at ADP layer, starting from G3_ADP_EXAMPLE found in TI folder.
    I'm able to make an HEX file, and to flash it over a PLC device, via C2Prog.
    If i start one device with original HEX file, found in SW folder, and other device with my own HEX file, and using G3_Host_Application.exe utility, i assign a BaseNode role to the first device, that create the PLC network, and a ServiceNode role to the second device, i see that the network goes right, but "self-HEX"-flashed device reply to any G3 messages, i think sent by the G3_Host_App utility, instead of when i use "TI original HEX" onto those devices.

    Which could be the problem? I've tried also with a real DC, a TMDSDC3359 device, but the result is the same: my "self-HEX" flashed device never reply to any request, and so i can't develope anything.


    In all of that, i have to use G3 v.6.0.1.0, because v.7.3.1.6 has default-activated SECURITY features, but for me it's impossible to use this version, because in G3_ADP_EXAMPLE there's a lack about mac_security.h file, so i have to try with non-secure G3 protocol version.

    Someone knows how it's possible to develope with this devices? Is it possible, or the ony way is to use TI pre-developed HEX files, with Zero Configuration Application?


    Thanks you more.