05-02-2007 03:40 AM
05-02-2007 04:54 AM - edited 05-02-2007 04:54 AM

Message Edité par TiTou le 05-02-2007 11:55 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
05-02-2007 08:31 AM
TiTou,
I dont know this till now.
Thanks for that.
05-02-2007 09:45 AM
Note that if there are no cursors on the graph and you call the active cursor property with a value of 3 (for example) an error will be returned. LabVIEW will not create the cursor.
To create a totally new cursor at runtime you need to use the cursorlist property. It is an array of cursor clusters. To add a new cursor you simply read the old list, add your new cursor into the array and write it back.
05-02-2007 09:54 AM
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
05-02-2007 10:00 AM