From OpenSCADAWiki
Jump to: navigation, search

For the fastest access to the GPIO, the parameter provides three static functions: "mode", "get" and "put". These functions can be used in the OpenSCADA programming environment for extraordinary interaction algorithms organization. To address the function, you can use the static call of the address GPIO.{cntr}.{prm}.{Func}() or the dynamic SYS.DAQ.GPIO.{cntr}.{prm}["{Func}"].call(). Where:

  • {cntr} — identifier the controller object;
  • {prm} — identifier the parameter object;
  • {Func} — identifier the function.