Hi,
I have embedded SW developed for a system, and I would like to use CC panel to dispay the status of the HW and the SW processes. The SW is developed in MS Visual Studio 2005.
I have the CC2 Service.exe installed and running. I can display the CPU usage report etc. Now to the Plug-In SDK code that comes with the download: It has very little documentation, so I need little/more guidance. I have the Plug-In SDK code and I hope to create the DLL. I want to pass e.g Software Version Number for display on the CC panel. What do I need to do?
What I am trying to get advice on is, the:
- Connection between the CC2 Service.exe running on the PC as a service and the "Plug-In DLL" above that I created.
- How to use the DLL in my project/program to send the SW version number? What function are available for me to send the version data to the panel? How do I get the data sent by the panel, what function do I use?
When I look at the textfile.c I see the following functions:
BOOL get_line_from_start(FILE *fh, int line_num, char *line);
BOOL update(void);
void load_settings(void);
BYTE get_data(data_data *data);
In the absence of the header I am not clear if these are the functions that get used to send/receive the panel data.
Am I looking at the right software for the task I want to perform, or do I have write SW driver that does everything, open the port and then send data to it, keep track of the displayed colums, get data from the CC panel and send appropriate responses. If this is not the right SW, could you direct me to a DLL/SW that I could use to in my project to send panel data?
Thank you in advance for your response.
I have embedded SW developed for a system, and I would like to use CC panel to dispay the status of the HW and the SW processes. The SW is developed in MS Visual Studio 2005.
I have the CC2 Service.exe installed and running. I can display the CPU usage report etc. Now to the Plug-In SDK code that comes with the download: It has very little documentation, so I need little/more guidance. I have the Plug-In SDK code and I hope to create the DLL. I want to pass e.g Software Version Number for display on the CC panel. What do I need to do?
What I am trying to get advice on is, the:
- Connection between the CC2 Service.exe running on the PC as a service and the "Plug-In DLL" above that I created.
- How to use the DLL in my project/program to send the SW version number? What function are available for me to send the version data to the panel? How do I get the data sent by the panel, what function do I use?
When I look at the textfile.c I see the following functions:
BOOL get_line_from_start(FILE *fh, int line_num, char *line);
BOOL update(void);
void load_settings(void);
BYTE get_data(data_data *data);
In the absence of the header I am not clear if these are the functions that get used to send/receive the panel data.
Am I looking at the right software for the task I want to perform, or do I have write SW driver that does everything, open the port and then send data to it, keep track of the displayed colums, get data from the CC panel and send appropriate responses. If this is not the right SW, could you direct me to a DLL/SW that I could use to in my project to send panel data?
Thank you in advance for your response.
Looking for additional LCD resources? Check out our LCD blog for the latest developments in LCD technology.