PxPlus User Forum

Twitter Twitter Twitter

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Stéphane Devouard

Pages: 1 ... 7 8 [9]
121
Programming / Re: Remote Process Control
« on: July 27, 2018, 04:54:36 AM »
Again, there is a page dedicated to RPC in the On-Line Documentation I pointed you to in another forum thread, reading it carefully should give you some insight...

https://manual.pvxplus.com/PXPLUS/Remote%20Process%20Capability/Introduction.htm

xxx.xxx.xxx.xxx in "xxx.xxx.xxx.xxx;80" obviously needs to be replaced by the IP address of the server where the RPC host program is running and listening
80 in "xxx.xxx.xxx.xxx;80" is the TCP/IP port on which the RPC host program on the remote server is supposed to listen -- chances are that you'll have another program with this port already in use (maybe IIS on Windows, maybe Apache on Linux), so you'll have to use another port.

To sum it up:
- First, have the *RPSRVR program running on a remote computer on your network and listening on an available IP port (e.g. 15000)
- On another server, use the PROCESS SERVER statement to establish a connection between your "Inventory" logical name and the physical IP & Port of the RPC server, as in "[tcp]192.168.1.11;15000" (again this is an example, the IP address must be the one of the computer where *RPSRVR is running)
- To call a program on the remote server, do a CALL "[rpc:Inventory]RPCTest"

Hope that helps

122
Thin Client/WindX / Re: Remote Process Control
« on: July 24, 2018, 07:51:13 AM »
All you need to know about PxPlus' RPC is detailed on this page:
https://manual.pvxplus.com/PXPLUS/Remote%20Process%20Capability/Introduction.htm

123
Off Topic / Re: Hi there!
« on: June 26, 2018, 06:02:34 AM »
Love the new forum, great work PxPlus folks :)

Pages: 1 ... 7 8 [9]