From: Elena M. <el...@ap...> - 2015-05-19 18:50:14
|
Hi, I am a new baby. I am working on large telescope and started to monitor data using Epics and display them in CSS. We have central hub which is distributing messages from multiple devices. I am listening a port of hub, decoding arriving messages and saving information to Epics. I am running softIoc and CA for all my data. I created *db files, *.css-pvtable and CA config files using python codes. I am ok with simple data now, and see them in CSS as pv-tables. I continue to work with complicated messages. Please, suggest me where to find any information about formatting of css pv-table. I need to make pv-tables more friendly. I have server UT time in epics PVs but css convert time to local machine time. I do not need this conversion. I need to reformat time column to have it better for users. I need to present some of long integer in hex format. I need to print pv-table if I need. I want to colorize old and recent lines with different color. Is any way in CSS to do all of some of these ones? Thank you. Elena |