02-19-2021 03:44 PM
Hi ,
I am using DAQExpress 5.1 and I have connected a quadrature linear encoder to a NI USB-6210. I have created a counter task and I can view the position of the linear encoder live as well as capturing the position and exporting to a .CSV file in the task view.
I would like to display the position of the encoder over time in a graph. I have created a VI and I have dragged my counter task to the VI diagram but I am getting an error message that says "this node is not supported in DAQExpress"
I am surprised such a basic feature is not supported in DAQExpress. Is this really the case or I am doing something wrong?
Thanks for your help
Nicolas
05-26-2021 10:04 AM - edited 05-26-2021 10:05 AM
I stumbled on the same issue. I'm trying to read the frequency from a prox switch to get RPM on a shaft. It works fine when running the standalone task, but I can't drag it into a VI to add it to the program. Were you able to figure anything out on this?? I think it's an issue with the "NSample" part of the node. If you make it so it only reads 1 sample it works, but it doesn't give the same data to the VI that you see in the task.
05-26-2021 11:07 AM
Hi jhickel,
I dropped DAQExpress and moved to Labview 2020. There are too many limitations with DAQExpress.
Nicolas