Tool/software: Code Composer Studio
Hello,
I am trying to build a stand alone application using the GUI. I am having several issues that I hope someone can help me with.
1. How does one set the resolution of the "grid" that snaps the objects into place? Its is fixed at a value of 10. Any way o change it?
2. When moving a number of objects (more than 1) when actually trying to place them into the new position the GUI builder "freezes up" for a while then resumes. I presume that is because it is a cloud based application and must be doing a bunch of stuff over the internet. The response time makes it almost unusable to the point that it is faster to move things individually. When groups of objects that are aligned to the grid and then moved as a group it is impossible to get them to line up on the grid. You ave to drop the group then re-align each one individually to get back on grid. Whats up with that?
3. Running the GUI project from the browser while connected to the cloud works fine. I am able to scale the GUI to fit it into any size. So I built my application thinking that I could do this with a standalone GUI application. However the standalone version does not run in a browser and seems to be running as a Java application. When that happens there is no way that I have found to scale the GUI screen. So thinking all this time that size was scalable and I could deploy mu GUI application to any device that the size would be scalable so no problem. Well I must be doing something wrong because I cant vary the size when running standalone.
4. Exporting the GUI application to my 64bit WIN 10 desktop machine runs fine just as advertised however I cannot get the same application to run on two different WIN 10 32 bit laptops. Everything starts off the same and the application connects to the TI Cloud Agent just fine but it will not connect to the hardware. No error message - no timeout - it just sits the saying it has connected to the agent and goes no further. Is this some 32 bit issue? My requirements usage to the application requires that the application run on a laptop that is not connected to the internet. I dont understand why it is even going to the TI Cloud Agent at all. That implies to me that the Cloud Agent must be connected to the internet. I asked E2E and the response cam back that it does not need the internet to run. Somebody please help me to make that a reality.
5. When changing the code to the MCU chip since it is compiled using CCS can you download to the chip from there or must you go through the dance of opening the project properties, downloading, flashing, exiting, running bla bla bla...? Sometimes when doing this many times over and over it does not really download the code to the chip. It does not indicate that that has happened and then your on a wild goose chase truing to fix your code or something that is not really broken. I have to quit the GUI builder and re-start it to fix the problem.
6. While editing the project, I save at strategic points during the development. One time I wanted to revert to my last save but surprise! it seemed to be saving every edit. SO does the GUI builder constantly save every edit you make?
That's it for now.