I was noticing a strange issue when testing my company's processor. When the processor starts, Mongoose.Service uses a decently small amount of memory. Maybe ~85 MB. As the processor continues going though on/off cycles using a schedule, the amount o…View more
Posted by: Lydia in SmartConnector Forum
Find more articles tagged with:
One of my company's clients have around 3,500 points (or value items) which communicates between our company's software (CS) and Struxureware (SX). I've built a Smart Connector processor to communicate between the two. When the number of points are r…View more
Posted by: Lydia in SmartConnector Forum
Find more articles tagged with:
I am currently writing a unit test for my processor using instructions from Chapter 6 of the SmartConnector Developers Guide. My processor currently works in an actual SmartConnector runtime; however, I receive errors when I perform any test. My test…View more
Posted by: Lydia in SmartConnector Forum
Find more articles tagged with:
I recently upgraded SmartConnector versions from 2.4.23 to 2.4.36. My developers' license expired a few months ago (near the time I started working on another project), so I downloaded a new SmartConnector 2.4 Runtime (Developer) license. When I trie…View more
Posted by: Lydia in SmartConnector Forum
Find more articles tagged with:
I have a processor parameter named "Numeric Not Set Value". This parameter is of the type double, so I should be able to use numbers such as -1, 1000, 0.5, 1.6667, etc. If I set the default value in the code of my processor to a decimal number, like …View more
Posted by: Lydia in SmartConnector Forum
Find more articles tagged with:
To determine the value of one type of value item in SmartConnector, I need multiple other value items. You can think of it like this: value_Item_1: 5 value_Item_2: 10 value_Item_3: 10 * 5 = 50 In this case, I would like only value_Item_3 to appear in…View more
Posted by: Lydia in SmartConnector Forum
Find more articles tagged with:
The Server details are saying that I have the correct elements, and I know my base URL is the correct path for where the variables are, but my program is not pulling any data points I have on my localhost correctly. All data points obtained from my e…View more
Posted by: Lydia in SmartConnector Forum
Find more articles tagged with:
I am currently working on the Weather Extension Smart Connector Tutorial. I was able to successfully download the GitHub sample examples, as advised in the Developer's Guide, but I am receiving multiple errors during testing (Developer's Guide: Step …View more
Posted by: Lydia in SmartConnector Forum
Find more articles tagged with:
I currently am working on a project to produce trend graphs. I will be obtaining my data from SmartConnector to do this. I would like to figure out a way in which I would not have to produce a large history CSV/JSON/XML on my end since that would inc…View more
Posted by: Lydia in SmartConnector Forum
Find more articles tagged with: