Page 3 of 4

Re: Client Suite 3.0

Posted: Mon Aug 05, 2013 7:31 am
by Reddy
Redadeath wrote:after insatlling fresh new reef angel client suite
i cannot enter the memmory tab

i got the latest online version of libraries Controller is running dev libraries v.1.0.9
Download the RAMemory.ini file for the version of the libraries you are using. 1.1.0 is here:
http://forum.reefangel.com/viewtopic.php?p=34019#p34019

Load the RAMemory.ini file you just downloaded in the RAClient. In RAClient, click Settings, Load Memory File, and select the RAmemory.ini file.

Close the RAClient and open it again. Check to see if you can read memory.

Re: Client Suite 3.0

Posted: Thu Aug 15, 2013 5:36 am
by duck
Paulturner911 wrote:This is the error I am getting trying to run the program. I can run the dashboard and listener will run, logger will run, but when I switch notifier on, logger will stop.
Im getting that same error and have tried on different machines with clean installs. seems ill never get this working.

Does anyone know what is going on with the .Net stuff?

Re: Client Suite 3.0

Posted: Sat Aug 17, 2013 10:21 am
by Seedlessone
Okay why cant I see the refresh button anymore under memory. I can connect just fine but I cant scroll down to hit the refresh button. Ive tried everything all the way down to changing screen resolution.... Please help about to throw computer across room. All my tank parameters are showing so I know Im connected.

Re: Client Suite 3.0

Posted: Sat Aug 17, 2013 10:35 am
by rimai
did you update the ini file?

Re: Client Suite 3.0

Posted: Thu Sep 12, 2013 10:25 am
by rimai
For v1.0.9 libs, you need this one.

Re: Client Suite 3.0

Posted: Sun Nov 10, 2013 6:21 pm
by Reddy
rimai wrote:For v1.0.9 libs, you need this one.
Is there a new RAMemory.ini for 1.1.0?

Re: Client Suite 3.0

Posted: Mon Nov 11, 2013 9:27 am
by rimai
Try this one...

Re: Client Suite 3.0

Posted: Wed Nov 20, 2013 3:58 am
by michaela
My client has stopped working. After I re-install the client it works for a couple of hours then it stops.
Listener has stopped (logger and notifier are both running), and attempts to reconnect don't work.
When I look in settings my ip address/port username and key are all erased. I can't even see the ip/port details unless i choose usb then change back to wifi. If i re-enter my details I am unable to save.

Re: Client Suite 3.0

Posted: Mon Mar 31, 2014 8:33 pm
by Christian.Canuel
Hi can you help me :roll:

My code:
#include <ReefAngel_Features.h>
#include <Globals.h>
#include <RA_Wifi.h>
#include <Wire.h>
#include <OneWire.h>
#include <Time.h>
#include <DS1307RTC.h>
#include <InternalEEPROM.h>
#include <RA_NokiaLCD.h>
#include <RA_ATO.h>
#include <RA_Joystick.h>
#include <LED.h>
#include <RA_TempSensor.h>
#include <Relay.h>
#include <RA_PWM.h>
#include <Timer.h>
#include <Memory.h>
#include <InternalEEPROM.h>
#include <RA_Colors.h>
#include <RA_CustomColors.h>
#include <Salinity.h>
#include <RF.h>
#include <IO.h>
#include <ORP.h>
#include <AI.h>
#include <PH.h>
#include <WaterLevel.h>
#include <ReefAngel.h>

////// Place global variable code below here


////// Place global variable code above here

//1 1ight
//2 light
//3 Heater
//4 Wp40
//5 ATO
//6 Skimmer
//7 Pompe Remonte
//8 Phosban


void setup()
{
    ReefAngel.Init(); //Initialize controller
    ReefAngel.AddStandardMenu(); // Add Standard Menu
    ReefAngel.FeedingModePorts = Port4Bit | Port6Bit | Port8Bit; // Ports toggled in Water Change Mode
    ReefAngel.WaterChangePorts = Port3Bit | Port5Bit | Port6Bit | Port7Bit | Port8Bit; // Ports toggled when Lights On / Off menu entry selected
    ReefAngel.LightsOnPorts = Port1Bit | Port2Bit; // Ports turned off when Overheat temperature exceeded
    ReefAngel.OverheatShutoffPorts = Port3Bit; // Use T1 probe as temperature and overheat functions
    ReefAngel.TempProbe = T1_PROBE;
    ReefAngel.OverheatProbe = T1_PROBE;
    // Set the Overheat temperature setting
    InternalMemory.OverheatTemp_write( 805 );


    // Ports that are always on
    ReefAngel.Relay.On( Port1 );
    ReefAngel.Relay.On( Port2 );
    ReefAngel.Relay.On( Port4 );
    ReefAngel.Relay.On( Port6 );
    ReefAngel.Relay.On( Port7 );
    ReefAngel.Relay.On( Port8 );

    ////// Place additional initialization code below here
    

    ////// Place additional initialization code above here
}

void loop()
{
    ReefAngel.StandardHeater( Port3,760,769 );
    ReefAngel.StandardATO( Port5,7200 );
    ////// Place your custom code below here
    

    ////// Place your custom code above here

    // This should always be the last line
    ReefAngel.ShowInterface();
}



My errors.., Sorry my log is in french..

*****2014-03-31 23:02:41*****
Message:
La référence d'objet n'est pas définie à une instance d'un objet.
StackTrace:
à ReefAngelWCFListener.ReefAngelListener.GetPortalLabels()

*****2014-03-31 23:02:41*****
Message:
There was an error parsing the query. [ Token line number = 3,Token line offset = 25,Token in error = = ]
StackTrace:
à System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
à System.Data.SqlServerCe.SqlCeCommand.CompileQueryPlan()
à System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
à System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
à ReefAngelClient.DAO.DataAccess.ExecuteNonQuery(String query)

*****2014-03-31 23:02:41*****
Message:
There was an error parsing the query. [ Token line number = 3,Token line offset = 25,Token in error = = ]
StackTrace:
à System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
à System.Data.SqlServerCe.SqlCeCommand.CompileQueryPlan()
à System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
à System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
à ReefAngelClient.DAO.DataAccess.ExecuteNonQuery(String query)

*****2014-03-31 23:02:41*****
Message:
There was an error parsing the query. [ Token line number = 3,Token line offset = 25,Token in error = = ]
StackTrace:
à System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
à System.Data.SqlServerCe.SqlCeCommand.CompileQueryPlan()
à System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
à System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
à ReefAngelClient.DAO.DataAccess.ExecuteNonQuery(String query)

*****2014-03-31 23:02:41*****
Message:
La valeur ne peut pas être null.
Nom du paramètre : String
StackTrace:
à System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
à System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
à ReefAngelClient.Form1.DisplayMemoryValues()



Thanks
Christian

Re: Client Suite 3.0

Posted: Mon Mar 31, 2014 8:48 pm
by rimai
Keep going back some posts and you will find a patch.

Re: Client Suite 3.0

Posted: Mon Mar 31, 2014 8:50 pm
by Christian.Canuel
Thank you !


Everything is ok !!

Re: Client Suite 3.0

Posted: Mon May 12, 2014 12:02 pm
by Paul_Velasco
Did something happen to my client? It just quit working today. Was working perfectly fine last night then this morning had a bunch of errors.

Uninstalled then reloaded it it still does not work.

Downloaded the client
Installed client
Loaded the .ini file with the memory load
Get this error when changing from Relay Box 1 to Box 2
Logger quit working

Code: Select all

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.NullReferenceException: Object reference not set to an instance of an object.
   at Transitions.Transition.add(Object target, String strPropertyName, Object destinationValue)
   at ReefAngelClient.Form1.SpinActiveRelayBar(SpinRelay spin)
   at ReefAngelClient.Form1.btnScrollRelayUp_Click(Object sender, EventArgs e)
   at System.Windows.Forms.Control.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnClick(EventArgs e)
   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
   at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
   at System.Windows.Forms.Control.WndProc(Message& m)
   at System.Windows.Forms.ButtonBase.WndProc(Message& m)
   at System.Windows.Forms.Button.WndProc(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
   at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1022 (RTMGDR.030319-1000)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
----------------------------------------
ReefAngelClient
    Assembly Version: 3.0.4768.39086
    Win32 Version: 3.0.4768.39086
    CodeBase: file:///C:/Users/Velasco/AppData/Roaming/ReefAngel/Client/ReefAngelClient.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1002 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System.Drawing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1001 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1001 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
DevExpress.Utils.v11.1
    Assembly Version: 11.1.10.0
    Win32 Version: 11.1.10.0
    CodeBase: file:///C:/Users/Velasco/AppData/Roaming/ReefAngel/Client/DevExpress.Utils.v11.1.DLL
----------------------------------------
System.Windows.Forms.DataVisualization
    Assembly Version: 3.5.0.0
    Win32 Version: 3.5.30729.5681
    CodeBase: file:///C:/Users/Velasco/AppData/Roaming/ReefAngel/Client/dlls/System.Windows.Forms.DataVisualization.DLL
----------------------------------------
System.ServiceModel
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1001 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel/v4.0_4.0.0.0__b77a5c561934e089/System.ServiceModel.dll
----------------------------------------
System.Core
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
System.Runtime.Serialization
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1016 (RTMGDR.030319-1000)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
----------------------------------------
DevExpress.XtraEditors.v11.1
    Assembly Version: 11.1.10.0
    Win32 Version: 11.1.10.0
    CodeBase: file:///C:/Users/Velasco/AppData/Roaming/ReefAngel/Client/DevExpress.XtraEditors.v11.1.DLL
----------------------------------------
DevExpress.Data.v11.1
    Assembly Version: 11.1.10.0
    Win32 Version: 11.1.10.0
    CodeBase: file:///C:/Users/Velasco/AppData/Roaming/ReefAngel/Client/DevExpress.Data.v11.1.DLL
----------------------------------------
System.Configuration
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1015 (RTMGDR.030319-1000)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Data.SqlServerCe
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.8876.1
    CodeBase: file:///C:/Users/Velasco/AppData/Roaming/ReefAngel/Client/dlls/System.Data.SqlServerCe.DLL
----------------------------------------
System.Data
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
----------------------------------------
System.Transactions
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll
----------------------------------------
System.Xml
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1015 built by: RTMGDR
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
ReefAngelException
    Assembly Version: 1.1.0.0
    Win32 Version: 1.1.0.0
    CodeBase: file:///C:/Users/Velasco/AppData/Roaming/ReefAngel/Client/dlls/ReefAngelException.DLL
----------------------------------------
System.EnterpriseServices
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll
----------------------------------------
Google.GData.Calendar
    Assembly Version: 2.1.0.0
    Win32 Version: 2.1.0.0
    CodeBase: file:///C:/Users/Velasco/AppData/Roaming/ReefAngel/Client/dlls/Google.GData.Calendar.DLL
----------------------------------------
Google.GData.Client
    Assembly Version: 2.1.0.0
    Win32 Version: 2.1.0.0
    CodeBase: file:///C:/Users/Velasco/AppData/Roaming/ReefAngel/Client/dlls/Google.GData.Client.DLL
----------------------------------------
System.Windows.Forms.Calendar35
    Assembly Version: 3.5.4568.30457
    Win32 Version: 3.5.0.0
    CodeBase: file:///C:/Users/Velasco/AppData/Roaming/ReefAngel/Client/dlls/System.Windows.Forms.Calendar35.DLL
----------------------------------------
AForge.Controls
    Assembly Version: 2.2.2.0
    Win32 Version: 2.2.2.0
    CodeBase: file:///C:/Users/Velasco/AppData/Roaming/ReefAngel/Client/dlls/AForge.Controls.DLL
----------------------------------------
AForge.Video
    Assembly Version: 2.2.0.0
    Win32 Version: 2.2.0.0
    CodeBase: file:///C:/Users/Velasco/AppData/Roaming/ReefAngel/Client/dlls/AForge.Video.DLL
----------------------------------------
Accessibility
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
----------------------------------------
SMDiagnostics
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/SMDiagnostics/v4.0_4.0.0.0__b77a5c561934e089/SMDiagnostics.dll
----------------------------------------
System.Runtime.DurableInstancing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.DurableInstancing/v4.0_4.0.0.0__31bf3856ad364e35/System.Runtime.DurableInstancing.dll
----------------------------------------
System.ServiceProcess
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceProcess/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.ServiceProcess.dll
----------------------------------------
System.WorkflowServices
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.WorkflowServices/v4.0_4.0.0.0__31bf3856ad364e35/System.WorkflowServices.dll
----------------------------------------
System.ServiceModel.Web
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Web/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Web.dll
----------------------------------------
System.ServiceModel.Discovery
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Discovery/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Discovery.dll
----------------------------------------
System.ServiceModel.Activities
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Activities/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Activities.dll
----------------------------------------
System.ServiceModel.Routing
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Routing/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Routing.dll
----------------------------------------
System.ServiceModel.Channels
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1 built by: RTMRel
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.ServiceModel.Channels/v4.0_4.0.0.0__31bf3856ad364e35/System.ServiceModel.Channels.dll
----------------------------------------
System.IdentityModel
    Assembly Version: 4.0.0.0
    Win32 Version: 4.0.30319.1001 (RTMGDR.030319-1000)
    CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.IdentityModel/v4.0_4.0.0.0__b77a5c561934e089/System.IdentityModel.dll
----------------------------------------
ReefAngelCrypto
    Assembly Version: 1.0.0.0
    Win32 Version: 1.0.0.0
    CodeBase: file:///C:/Users/Velasco/AppData/Roaming/ReefAngel/Client/dlls/ReefAngelCrypto.DLL
----------------------------------------
Transitions
    Assembly Version: 1.2.0.0
    Win32 Version: 1.2.0.0
    CodeBase: file:///C:/Users/Velasco/AppData/Roaming/ReefAngel/Client/dlls/Transitions.DLL
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

Re: Client Suite 3.0

Posted: Mon Oct 20, 2014 11:05 am
by 89delta
My Client is doing the same. Nothing shows up in my general settings and I get the error saying con not connect to listener service. And i've reloaded the memory.ini file.

Re: Client Suite 3.0

Posted: Mon Oct 20, 2014 11:50 pm
by 89delta
Ok so I figured it out....un-install the client software and run regedit.Search for all reefangel registry settings. Delete only the ones for the client and re-install the software....works like a dream again.

Re: Client Suite 3.0

Posted: Mon Nov 10, 2014 11:17 am
by Paul_Velasco
89delta wrote:Ok so I figured it out....un-install the client software and run regedit.Search for all reefangel registry settings. Delete only the ones for the client and re-install the software....works like a dream again.
Do you remember which files?
Tried this and regedit did not find any files. What search did you do in regedit to find the files?

Re: Client Suite 3.0

Posted: Sun Dec 21, 2014 10:19 am
by grafxalien
Two quick questions. 1, is there a 1.1.1 memory file?
Two, I added a ranet relay expansion today. Every time I try to switch to box 2 in clientsuite the program crashes. Any ideas?

Re: Client Suite 3.0

Posted: Mon Dec 22, 2014 4:25 pm
by rimai
This is for libraries 1.1.1

Re: Client Suite 3.0

Posted: Mon Mar 23, 2015 12:18 am
by Mayur
got the client working with usb but when connected to wifi it not working


log file

*****3/23/2015 12:26:42 PM*****
Message:
There was an error parsing the query. [ Token line number = 3,Token line offset = 25,Token in error = = ]
StackTrace:
at System.Data.SqlServerCe.SqlCeCommand.ProcessResults(Int32 hr)
at System.Data.SqlServerCe.SqlCeCommand.CompileQueryPlan()
at System.Data.SqlServerCe.SqlCeCommand.ExecuteCommand(CommandBehavior behavior, String method, ResultSetOptions options)
at System.Data.SqlServerCe.SqlCeCommand.ExecuteNonQuery()
at ReefAngelClient.DAO.DataAccess.ExecuteNonQuery(String query)

*****3/23/2015 12:36:41 PM*****
Message:
Value cannot be null.
Parameter name: String
StackTrace:
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at ReefAngelClient.Form1.DisplayMemoryValues()

Re: Client Suite 3.0

Posted: Mon Mar 23, 2015 5:29 am
by rimai
Did you update the INI file?

Re: Client Suite 3.0

Posted: Mon Mar 23, 2015 8:23 am
by Mayur
no

Re: Client Suite 3.0

Posted: Sun May 17, 2015 9:17 am
by 89delta
Will we see a 3.1 with the addition of a DC Pump tab and additions of everything new.

Re: Client Suite 3.0

Posted: Sun May 17, 2015 9:57 am
by binder
89delta wrote:Will we see a 3.1 with the addition of a DC Pump tab and additions of everything new.
probably not unless dave creates it. he hasn't been around much for a while, so it's doubtful but you never know. I can ask him and see what he says though.

Sent from my Nexus 7

Re: Client Suite 3.0

Posted: Sun May 17, 2015 9:58 am
by 89delta
Thank Curt.

Sent from my Samsung Galaxy Note 3

Re: Client Suite 3.0

Posted: Tue May 19, 2015 4:53 am
by binder
89delta wrote:Will we see a 3.1 with the addition of a DC Pump tab and additions of everything new.
i talked to dave yesterday and he is uncertain about creating a 3.1 version. he honestly didn't think many people were still using it. he has been out of the loop for a while and he actually took down his fish tank. he told me that he was going to grab the latest libraries and look around the forum and try to get caught up on all the new stuff and changes. he was also going to mess around with my test controller too.
so, who knows what will end up coming from this. just thought i would pass the info along.

Re: Client Suite 3.0

Posted: Tue May 19, 2015 5:22 am
by Sacohen
I think the only reason people aren't using it is because it hasn't been kept up to date.

Re: Client Suite 3.0

Posted: Tue May 19, 2015 5:46 am
by 89delta
I use it on my media PC and let it run in the background. I actually enjoy the graphing feature of it, being able to see any changes during the day or week while gone for work. But its good to hear Curt.

Sent from my Samsung Galaxy Note 3

Re: Client Suite 3.0

Posted: Tue May 19, 2015 6:02 am
by binder
ok, good info.

i will see if i can push him to update it more....gotta move carefully with him. :-)


Sent from my iPad mini

Re: Client Suite 3.0

Posted: Tue May 19, 2015 6:10 am
by 89delta
Am in no rush. Am sure we all have been using our phones and tablets for the most part. But an apdate maybe every year or two would be good as well.JMHO But love everything else you all have done so far to bring the RA to this point.

Sent from my Samsung Galaxy Note 3

Re: Client Suite 3.0

Posted: Tue May 19, 2015 6:27 am
by dmolton
Sorry there hasn't been any activity on this project. Like Curt mentioned, my tank has been broken down for awhile now and I didn't think there was much interest anymore. Seeing as there is at least a little bit I can certainly try to push out another update for you guys.

After hearing from Curt yesterday I began piecing together the old development environment to try and get back to where I was. Unfortunately, I think i lost the installer project which as far as this project is concerned, was always one of the biggest obstacles for me. I'll keep looking.

I've only quickly scanned this thread but it seems for sure we're looking for DC Pump support on the main tab or as another tab. I'll need to do a little research on the board and see what kind of capabilities we have with the pump. Also looks like the ini file needs to be updated to support the latest libraries. I'll see if i can find any glaring bugs. Anything else?

I think short-term I'm going to dump all the source code for the project on github in case others want to maintain/branch for a new application. The client user interface has some dependencies on old registered third party controls so its not super friendly for other developers to pick it up and run with it right away.
Long-term I'd like to start a new open source project on github to create a new desktop app to modernize the look and feel while using up-to-date tools and technologies.

Re: Client Suite 3.0

Posted: Tue May 19, 2015 7:09 am
by 89delta
That would be awesome Dave. I'd certainly get a copy from github to see how the code structure works for the program...if not too hard I'd be willing to give it a shot.

Sent from my Samsung Galaxy Note 3