I have two tags one is temperature and one is length in power chart i want to bring the temperature in y axis and length in x axis. I tried other charts but they provide limited functionality unlike the ignition power chart.
Ignition's historian does not synchronized capture and storage of different variables. All storage is only correlated with time.
Not only can you not do this with the Power Chart, you cannot do this with the native historian.
Record temperature and length into a custom DB table, either with a script, or with a Transaction Group in the SQL bridge module. Use a named query and an XY Chart to display.
As others have said if you’re trying to do an X-Y plot of temp vs length it won’t work. But if you’re talking about length as in just adjusting the time scaling based on an external value you feed in then bind your number to PowerChart.props.config.unitOfTime and then the units to config.measureofTime
i have both temperature and length in historian i want to bring both to a table from the historian keeping time common and plot it for a specific duration