06-07-2016 08:23 PM
Will active X work with any 3rd party software? Basically, I have the roc link software but there is no way of simulating data so I was thinking of having labview write values to the point locations to simulate it but I can't seem to make it work.
06-08-2016 06:45 AM
LabVIEW supports ActiveX. Do you want to use ActiveX controls / calls from LabVIEW? Or do you want to call LabVIEW va ActiveX?
06-08-2016 06:59 PM
06-09-2016
01:10 AM
- last edited on
04-30-2025
03:01 PM
by
Content Cleaner
So you basically want to simulate the RTU using LabVIEW Code.
I don't know anything about ROCLink, but if you are able to switch it from the RTUs ActiveX Server over to the LabVIEW ActiveX Server and you know which methods to implement, this should be possible. But honestly, it sounds like a lot of work to me ![]()
LabVIEW help has some basic infomation
https://www.ni.com/docs/en-US/bundle/labview/page/using-activex-with-labview.html
06-09-2016
10:54 AM
- last edited on
04-30-2025
03:01 PM
by
Content Cleaner
To add to Oli_Wachno's reply, here are a couple resources you may find valuable in regards to using ActiveX with LabVIEW:
ActiveX and Labview
https://www.ni.com/en/shop/labview/activex-and-labview.html
Using ActiveX with Labview
https://www.ni.com/docs/en-US/bundle/labview/page/using-activex-with-labview.html
06-10-2016 11:36 AM