Cyclone Automated Control Package
23
4.3.2 connect_to_cyclonepromax_by_ip
function connect_to_cyclonepromax_by_ip(port_identifier : pchar) :
longword;
unsigned long connect_to_cyclonepromax_by_ip(char *
port_identifier);
UInt32 connect_to_cyclonepromax_by_ip(String port_identifier);
This function is a legacy call and should not be used for new applications.
“connect_to_cyclonepromax” should be used instead. This call opens a
session with a Cyclone unit that is connected via Ethernet by its IP
address. The handle that is returned by this function is passed as a
parameter to all other calls in the DLL.
@param port_identifier
A pointer to a null-terminated character
string in the format xxx.xxx.xxx.xxx, where
xxx = 0…255.
@returnvalue
The handle to the opened Cyclone unit. A
return value of 0 indicates a failure to
connect to the Cyclone unit at that IP
address.