Learn R Programming

OPI (version 3.0.4)

opiInitialise_for_KowaAP7000: Implementation of opiInitialise for the Octopus900 machine.

Description

This is for internal use only. Use opiInitialise() with these Arguments and you will get the Value back.

Value

list(err = NULL)

Arguments

ip

IP address of AP7000 machine (as string)

port

Port number on which AP7000 server is listening

Details

If the chosen OPI implementation is KowaAP7000, then you must specify the IP address and port of the AP-7000 server.

Examples

Run this code
if (FALSE) {
  # Set up the Kowa AP-7000
  chooseOpi("KowaAP7000")
  opiInitialize(ip="192.168.1.7", port=44965)
}

Run the code above in your browser using DataLab