Hey I had a question about scripting plc connections, is there any way to make a plc connection via script? Like if I wanted to connect to an Allen Bradley plc could I specify that and pass in parameters to a function?
PseudoCode:
creatPLC('AllenBradley', IpAddress, Port, Timeout)
My use case is I am enabling the user to specify the states(color, icon, description etc.) the plc may throw out while also specifying the plc connection that these states will be used with.
any link to documentation would be appreciated, thanks!