User Activity

  • Posted a comment on discussion Open Discussion on CLIPS Rule Based Programming Language

    Is it possible to create / register user functions in 6.3 from C#? Are there examples of this? I appear to be stumbling over it.

  • Posted a comment on discussion Open Discussion on CLIPS Rule Based Programming Language

    Doing some preliminary profiling it looks like the time is coming from factmngr.c around the ResetFacts function which involves the RetractAllFacts -> Retract -> RetractDriver. Things are definitely more complex over the v6 code. Any hints or help?

  • Posted a comment on discussion Open Discussion on CLIPS Rule Based Programming Language

    Thanks Gary. Any thoughts on why there might be perfomance issues?

  • Posted a comment on discussion Open Discussion on CLIPS Rule Based Programming Language

    Getting to a point where I am performing integration testing with the new (6.4) version of the CLIPS engine. I have converted my 15+ year old C++ application to C# and kept the rules, facts, etc. the same just the interface into CLIPS has changed. I noticed a speed difference in execution over v6.0 in general calling the engine once per process lifetime and more significant performance issues when calling CLIPS repeatedly during a single process lifetime. I went from a sub-second turn around to 3-4...

  • Posted a comment on discussion Open Discussion on CLIPS Rule Based Programming Language

    Working through my .CLP file loads this morning I kept receiving generic load error messages "Could not load file XXXX.CLP." After tracing through the issue I observed the following: 1. I put a break point at the start of the Load (CLIPSNET_Environment.cpp - Environment::Load) if (ebFileName->Length) { pin_ptr<byte> pbFileName = &ebFileName[0]; if (m_Env->Load((char *) pbFileName) == 0) { CaptureEnd(commandCapture,false); throw gcnew System::IO::FileNotFoundException( "Could not load file '" + fileName...

  • Posted a comment on discussion Open Discussion on CLIPS Rule Based Programming Language

    Nevermind the previous post, it appears I was not properly loading the external files. I am howver having issues loading those with nothing but a generic message. I will need to do more digging

  • Posted a comment on discussion Open Discussion on CLIPS Rule Based Programming Language

    I am in the midst of upgrading our Exert System from v6 (from 1999ish) to v6.4 of the CLIPS engine and have a couple of questions. I was not the original author so I can't claim to be the expert on the rules and structure around the current system but do know that things have worked quite well for nearly 20 years. I am adopting the .NET flavor of 6.4 versus the C++ interface for the v6 implementation so not sure what changes may be altering how things might work. I have gotton to the point where...

  • Posted a comment on discussion Help on CLIPS Rule Based Programming Language

    Thanks Gary - works great! Chose to use option 2.

View All

Personal Data

Username:
mfenske17363
Joined:
2015-09-23 14:40:57

Projects

  • No projects to display.

Personal Tools