bsvingen Posted September 27, 2006 Report Share Posted September 27, 2006 There is a bunch of XML Script VIs in LabVIEW 8.2\vi.lib\_script\XML Scripting Does anyone know what these are for? Is it something to come, or can it be used now? Quote Link to comment
PJM_labview Posted September 28, 2006 Report Share Posted September 28, 2006 There is a bunch of XML Script VIs in LabVIEW 8.2\vi.lib\_script\XML Scripting Does anyone know what these are for? Is it something to come, or can it be used now?If my memory serve me well, these VIs are use by mathscript. Everything that came with your LV can be used. There are actually gems in vi.lib that are unfortunately not exposed on the palette. In regards to these script VIs, If you can figure out the abstraction NI build over scripting, I see no reason why you should not use them.Note: Here is a gem I found in that folder as well (Connector Pane Terminal Order.ctl) PJM Quote Link to comment
Norm Kirchner Posted October 3, 2006 Report Share Posted October 3, 2006 If my memory serve me well, these VIs are use by mathscript. Everything that came with your LV can be used. There are actually gems in vi.lib that are unfortunately not exposed on the palette. In regards to these script VIs, If you can figure out the abstraction NI build over scripting, I see no reason why you should not use them.Note: Here is a gem I found in that folder as well (Connector Pane Terminal Order.ctl) PJM That's pretty neat, but I've always (since scripting )wondered how to handle the rotation of the connector pane. Aside from that, these XML files look like a pre-cursor to something new w/ lv as a whole w/ regards to scripting and porting of VIs Quote Link to comment
Aitor Solar Posted October 3, 2006 Report Share Posted October 3, 2006 That's pretty neat, but I've always (since scripting )wondered how to handle the rotation of the connector pane. How to handle it? Well, you have the rotation methods for the connector pane: We can do it all, but adding new patterns. It would be necessary a xnode for that, and is not so simple Saludos, Aitor Quote Link to comment
Norm Kirchner Posted October 3, 2006 Report Share Posted October 3, 2006 Sure, it's easy to make the rotation, but how do we determine orientation after the fact and re-intepret the connector order/traversal. Quote Link to comment
Aitor Solar Posted October 3, 2006 Report Share Posted October 3, 2006 Sure, it's easy to make the rotation, but how do we determine orientation after the fact and re-intepret the connector order/traversal. I'm not sure if I understand you, but in the ConPaneData property you have that, isn't it? Saludos, Aitor Quote Link to comment
Norm Kirchner Posted October 3, 2006 Report Share Posted October 3, 2006 I'm not sure if I understand you, but in the ConPaneData property you have that, isn't it?Saludos, Aitor Not that I can tell Quote Link to comment
Aitor Solar Posted October 3, 2006 Report Share Posted October 3, 2006 There are more properties than that. Do you have the private stuff activated? Saludos, Aitor Quote Link to comment
Norm Kirchner Posted October 3, 2006 Report Share Posted October 3, 2006 There are more properties than that. Do you have the private stuff activated?Saludos, Aitor In 7.1.1 I do Quote Link to comment
Aitor Solar Posted October 3, 2006 Report Share Posted October 3, 2006 In 7.1.1 I do Yes, sorry. Is in the VIs properties, you have "Connector pane" and then "Connector pane data", and there you have the permutation and more things. Saludos, Aitor Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.