thermans Posted January 9, 2010 Share Posted January 9, 2010 Hello, I am trying to export history from 2 test channels by first using "Mytestchannel.AddValue(value)" , but this don Link to comment Share on other sites More sharing options...
AzeoTech Posted January 10, 2010 Share Posted January 10, 2010 What is inertia_p and torque? It's going to use the time of these variables. Link to comment Share on other sites More sharing options...
thermans Posted January 10, 2010 Author Share Posted January 10, 2010 actually it is later diplayed in a graph with engine speed on the x-axis. but i need time ti sync them together. Link to comment Share on other sites More sharing options...
AzeoTech Posted January 10, 2010 Share Posted January 10, 2010 Its always best to inject the desired (expected) time into the variables before using AddValue(). So, if you want to use system time, do: Torquechan.AddValue(inserttime(torque,systime(),0)) Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.