Vadim Posted October 3, 2007 Report Posted October 3, 2007 Hi everyone who reads this!!! I have an issue with Chart which represents data versus current TIME. We are limited to TIME format which is HH:MM (no seconds, no date whatsoever) When LV program starts executing the first data points displayed at the Chart vs TIME. GOAL: NOT ALLOW TIME AXIS TO DISPLAY THE SAME TIME VALUES AT X-axis. For example: CHART displays 14:00 as start point and also displays 14:00 as the end point, we can't allow those time values to be the same. They have to be significant by at least 1 min. If someone has any idea how to solve this issue please let me know. Regars, VK Some of my ideas: I can set up "CHART HISTORY LENGTH" to be > 60, and have only 2 values displayed representing TIME (located at the most bottom left and the most b. right corners), so afer maximum of 1 minute CHART TIME values are always significant, but how to set/make them significant at the beginning? Let's say: 0 time point is current time - 1 min.(T0=14:00 - 01:00, TF=14:00)? Quote
Ton Plomp Posted October 4, 2007 Report Posted October 4, 2007 Too bad you didn't post some code you allready tried, now we have to guess. I would try this: Ton Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.