Search found 238 matches

by jarl
Fri Apr 06, 2012 1:04 pm
Forum: Support - RCF
Topic: Initialize a SubscriptionService before sending data.
Replies: 3
Views: 7835

Re: Initialize a SubscriptionService before sending data.

As you've guessed, you can only create callback connections on regular client connections, not pub/sub connections... You can however have your subscriber create a second connection, which the publishing server can use for callbacks.
by jarl
Fri Apr 06, 2012 12:50 pm
Forum: Support - RCF
Topic: Unhandled exception with Breakpoint
Replies: 2
Views: 6066

Re: Unhandled exception with Breakpoint

OK... You can use ClientStub::setRemoteCallTimeoutMs() if you want to change the timeout to something other than 10s.
by jarl
Wed Mar 28, 2012 10:13 am
Forum: Support - RCF
Topic: Checking the connexion with Ping functionality
Replies: 4
Views: 8656

Re: Checking the connexion with Ping functionality

Hi Julien, Before pinging the connection, you can call ClientStub::isConnected(): RcfClient<...> client(...); // ... if (client.getClientStub().isConnected()) { // ... } isConnected() will return false if you have not established a connection, of if there are detectable errors with an established ne...
by jarl
Sun Mar 18, 2012 9:43 am
Forum: Support - RCF
Topic: when to expect version 2.0?
Replies: 5
Views: 10354

Re: when to expect version 2.0?

RCF 2.0 is code complete, but so far has only been tested on Windows. Non-Windows testing has hit some snags but I expect that to be worked out soon, and a release should be ready within a month.
by jarl
Wed Oct 19, 2011 6:11 am
Forum: Announcements
Topic: RCF 2.0 roadmap
Replies: 0
Views: 25319

RCF 2.0 roadmap

RCF 2.0 will be the next major release of RCF, and is currently planned for early 2012. So far the big-ticket items planned for RCF 2.0 are: Asynchronous Method Invocation (client side asynchronous calls). Asynchronous Method Dispatch (server side asynchronous calls). Built in file transfer capabili...
by jarl
Wed Oct 19, 2011 6:03 am
Forum: Announcements
Topic: RCF documentation moved
Replies: 0
Views: 20904

RCF documentation moved

As you may have noticed, we have integrated the RCF User Guide with the main website. You can now access it directly from the Documentation page.

Older versions of the RCF User Guide are still available (see links on the Download) page.
by jarl
Wed Oct 19, 2011 5:57 am
Forum: Announcements
Topic: RCF 1.3.1 released
Replies: 0
Views: 21680

RCF 1.3.1 released

We are pleased to announce the release of RCF 1.3.1. RCF 1.3.1 is a bug-fix release for RCF 1.3, and is available on the Downloads page.

Release notes are available in the RCF User Guide.
by jarl
Wed Oct 19, 2011 5:46 am
Forum: Announcements
Topic: Welcome
Replies: 0
Views: 21009

Welcome

Welcome to Delta V Software's forum for RCF users! Feel free to have a look around, and post in the forums. You will need to register before posting. If you would like to be notified of posts made to the Announcements forum (or any other forum), you can use the "Subscribe forum" link at the bottom o...