Welcome Guest! To enable all features please Login. New Registrations are disabled.

Notification

Icon
Error

Login


Options
Go to last post Go to first unread
Offline ndtma  
#1 Posted : 06 January 2018 16:04:31(UTC)
ndtma


Rank: Advanced Member

Groups: Registered
Joined: 05/06/2014(UTC)
Posts: 348
Man
Sri Lanka
Location: Colombo

Was thanked: 125 time(s) in 82 post(s)
Thank you Andrey for the latest SS: appVersion(4)="0.98.6580.5367" dated 06/01/2018.
Now I am unable to run all my SS files that use ZedGraph plug-in, and one such file is attached please.

Hydro Power Estimation-Wilson Ex 6.11.sm (208kb) downloaded 24 time(s).

ZedGraph_Error.JPG Exception.JPG

Edited by user 06 January 2018 16:09:39(UTC)  | Reason: Not specified

Look within!... The secret is inside you.
Best Regards
Eng. NDTM Amarasekera - Sri Lanka

Wanna join the discussion?! Login to your SMath Studio Forum forum account. New Registrations are disabled.

Offline Andrey Ivashov  
#2 Posted : 06 January 2018 17:10:38(UTC)
Andrey Ivashov


Rank: Administration

Groups: Developers, Registered, Knovel Developers, Administrators, Advanced Member
Joined: 11/07/2008(UTC)
Posts: 1,616
Man
Russian Federation

Was thanked: 1978 time(s) in 666 post(s)
Hello.

I've figured out what is an issue. It is because of the plug-in. We have two options here:
1) Fix the plug-in;
2) Open SMathStudio_Desktop.exe.config file with notepad (it is located into installation directory of SMath Studio) and edit it (you may need Admin rights) to make line with "v2.0.50727" before the line with "v4.0" as shown below:

Code:
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
  <startup useLegacyV2RuntimeActivationPolicy="true">
    <supportedRuntime version="v2.0.50727"/>
    <supportedRuntime version="v4.0"/>
  </startup>
</configuration>


Best regards.
Offline ndtma  
#3 Posted : 06 January 2018 19:39:48(UTC)
ndtma


Rank: Advanced Member

Groups: Registered
Joined: 05/06/2014(UTC)
Posts: 348
Man
Sri Lanka
Location: Colombo

Was thanked: 125 time(s) in 82 post(s)
Thanks Andrey! With your Option 2, it works now with most of the problematic files, except the one which was attached.
I have to check it.
Look within!... The secret is inside you.
Best Regards
Eng. NDTM Amarasekera - Sri Lanka
Offline Jean Giraud  
#4 Posted : 07 January 2018 06:40:09(UTC)
Jean Giraud

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,866
Canada

Was thanked: 981 time(s) in 809 post(s)
It works here 6179. There it seems it does not like units in cinterp
Your hatch seems damaged as well ... so sorry for the mess I did.

Jean

ndtma.PNG

Hydro Power Estimation-Wilson Ex 6.11 fix.sm (230kb) downloaded 21 time(s).
Offline ndtma  
#5 Posted : 07 January 2018 13:12:09(UTC)
ndtma


Rank: Advanced Member

Groups: Registered
Joined: 05/06/2014(UTC)
Posts: 348
Man
Sri Lanka
Location: Colombo

Was thanked: 125 time(s) in 82 post(s)
Originally Posted by: Jean Giraud Go to Quoted Post
It works here 6179. There it seems it does not like units in cinterp
Your hatch seems damaged as well ... so sorry for the mess I did.


You are correct. My file was damaged, but I don't know why.
Thank you.
Look within!... The secret is inside you.
Best Regards
Eng. NDTM Amarasekera - Sri Lanka
Offline Jean Giraud  
#6 Posted : 07 January 2018 17:53:52(UTC)
Jean Giraud

Rank: Guest

Groups: Registered
Joined: 04/07/2015(UTC)
Posts: 6,866
Canada

Was thanked: 981 time(s) in 809 post(s)
Originally Posted by: ndtma Go to Quoted Post
You are correct. My file was damaged, but I don't know why.
Thank you.

This happens, it did as well with Mathcad, was never explained.
Most curiously, it may happen after re-opening next day for a new session,
but from observation, it may happen several days. Does it have to do with
the Win update ? Ask Watson.

Once you have created the data set, indirectly it creates noise, because
it comes from collected data. For best result, integrate the data set
from finite differences, not from any interpolated reconstruction.
The finite differences integrator is the most powerful data smoother.
Trust me, I have tested from pure functions, made noisy.
As a result of the noisy data set, you can apply smoothing from ksmooth.
Doing so, you can reconstruct a derivative that makes sense.
That's what I did in the attached.

Jean

Hydro Power Estimation-Wilson Ex 6.11 Data.sm (42kb) downloaded 25 time(s).



Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.