opiInitialise_for_KowaAP7000 {OPI}R Documentation

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.

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.

Value

list(err = NULL)

Examples

## Not run: 
  # Set up the Kowa AP-7000
  chooseOpi("KowaAP7000")
  opiInitialize(ip="192.168.1.7", port=44965)

## End(Not run)

[Package OPI version 3.0.2 Index]