LabVIEW APIs Discussions

取消
显示结果 
搜索替代 
您的意思是: 

How do I create a new chart scale using VI Scripting?

I had an idea for a tool that would create chart scales programmatically, but found that the property nodes only allow you to manipulate scales that already exist.  Can VI scripting be used to create new scales?  I tried, but have not been able to figure out how yet.

0 项奖励
1 条消息(共 4 条)
6,129 次查看

Apparently, there is still no way to create more scales on a graph programmatically, so I don't know how to add scales and set their properties (get error 1077).  Does anyone know how to do this, either with standard LV nodes, or with scripting?

0 项奖励
2 条消息(共 4 条)
4,592 次查看

My workaround is to have 6 scales on each axis (3 on each side, even and odd).  I then toggle the visibility.

0 项奖励
3 条消息(共 4 条)
4,592 次查看

I need more Y-scales, like maybe 10 or 50.

Anyone aware of problems if graphs have lots of scales (each plot has its own)?

I could have one 0-100 Y-scale and convert each plot's data to fit, but that has lots of other headaches, and I can't show a nice Y-scale (I only show a couple at a time, not all!).

0 项奖励
4 条消息(共 4 条)
4,592 次查看