<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <id>https://moduops.com/blog</id>
    <title>ModuOps Blog</title>
    <updated>2022-12-01T00:00:00.000Z</updated>
    <generator>https://github.com/jpmonette/feed</generator>
    <link rel="alternate" href="https://moduops.com/blog"/>
    <subtitle>ModuOps Blog</subtitle>
    <icon>https://moduops.com/img/favicon.ico</icon>
    <entry>
        <title type="html"><![CDATA[Version 5.1.1]]></title>
        <id>https://moduops.com/blog/v5_1_1</id>
        <link href="https://moduops.com/blog/v5_1_1"/>
        <updated>2022-12-01T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Finally. The long awaited re-write of ModuOps is here!]]></summary>
        <content type="html"><![CDATA[<p>Finally. The long awaited re-write of ModuOps is here!</p><h2 class="anchor anchorWithStickyNavbar_fF9Z" id="new-data-layer">New data layer<a href="#new-data-layer" class="hash-link" aria-label="Direct link to New data layer" title="Direct link to New data layer">​</a></h2><p>The User Interface looks the same as it has in the past. The under-pinnings of the app have been completely renovated. A brand new data layer is slid in on top of a sqlLite database. As a result you will see that opening a data file is significantly faster. When you use the app now everything you do is read/written directly to the database.</p><p>The notion of "saving" your data file has gone away. As you use the app, your data is updated as you go along. This takes a bit to get used to for sure.</p><h2 class="anchor anchorWithStickyNavbar_fF9Z" id="new-file-format">NEW FILE FORMAT<a href="#new-file-format" class="hash-link" aria-label="Direct link to NEW FILE FORMAT" title="Direct link to NEW FILE FORMAT">​</a></h2><p>The data file is now the actual database for the app. Which unfortunately means that old data files are not compatible with the new version. There was no way to make the file formats compatible and for that I am sorry.</p><p>Not to worry. Files created with older versions of ModoOps (v2017+) can be converted to the new file format. The process is as easy as I could think of.</p><ul><li>select "Convert..." in the file menu</li><li>step 1 will have you create a a new blank file in the new format, give the file a name and save it in a location where you'll be able to find it again</li><li>step 2 is to locate your old .mop file on your hard drive and select it</li><li>Viola! The old data is converted to the new format and is ready to use in the new version of ModuOps</li></ul><p>If you have any issues converting your data file PLEASE REACH OUT TO ME. Email me the data file that you are having issues with and I'll see if I am able to convert it for you.</p><h2 class="anchor anchorWithStickyNavbar_fF9Z" id="trainlist-screen-updates">Trainlist screen updates<a href="#trainlist-screen-updates" class="hash-link" aria-label="Direct link to Trainlist screen updates" title="Direct link to Trainlist screen updates">​</a></h2><h3 class="anchor anchorWithStickyNavbar_fF9Z" id="renaming-schedule-engines">Renaming schedule engines<a href="#renaming-schedule-engines" class="hash-link" aria-label="Direct link to Renaming schedule engines" title="Direct link to Renaming schedule engines">​</a></h3><p>I decided to update the Trainlist screen a bit as well. As the app has gained more wide-spread use the scheduling engine naming is confusing. Very few of us know what it means to schedule like the Mad River and Big Timber software did.</p><p>You will see the Trainlist screen calls out the options for what they are, "Random" and "Use Cars/Week". The random option is just that, completely random based on the equipment needs all having a factor of 1 -- ie. all equipment needs are weighted as 1 unit. If a train has 10 potential requests, each item has a 10% chance of being selected no matter what the cars per week value is. Of course that changes if drop zones are full and cars can not be scheduled to a specific drop zone.</p><p>The "Use Cars/Week" option looks at the cars per week (CPW) defined for each equipment request resulting in a weighted random selection. This has the effect of statistically higher rates of selection for equipment needs with higher CPW values.</p><h3 class="anchor anchorWithStickyNavbar_fF9Z" id="drop-zone-favoring">Drop zone favoring<a href="#drop-zone-favoring" class="hash-link" aria-label="Direct link to Drop zone favoring" title="Direct link to Drop zone favoring">​</a></h3><p>On the Trainlist screen is a new slider labeled "Drop Zone Favoring". The intention of this is to be able to increase the probability that the currently selected drop zone is re-selected for the next item of work going on the train.</p><p>The slider has "notches" from 0% to 100% in 25% increments. The default is set so there is a 50% chance of re-selecting the current drop zone again.</p><p>Why do you need this? Ops Chiefs will have the option to send larger cuts of cars to drop zones. If the slider is at "Never", trains will tend to have drops for more consignees with drop zone capacity trending toward less full.</p><p>On the other end of the scale if you select "Always", trains will tend to service fewer Consignees, have larger cuts per drop zone resulting in drop zones being near capacity.</p><p>Remember the system is using random generation for all this so your mileage will vary. In general you should see the trends described above. You'll have to play around with this for your setups to see what the right balance is.</p><h2 class="anchor anchorWithStickyNavbar_fF9Z" id="new-version-numbers-going-forward">New version numbers going forward<a href="#new-version-numbers-going-forward" class="hash-link" aria-label="Direct link to New version numbers going forward" title="Direct link to New version numbers going forward">​</a></h2><p>I've decided to ditch version numbers that started with the year in favor of following a more traditional version numbering scheme. As a result this new version you'll find is v5.1.1. Why 5? Well I went back and looked at how many "major" prior versions we had. I came up with 4. So I made this version 5.</p><h2 class="anchor anchorWithStickyNavbar_fF9Z" id="speed">Speed<a href="#speed" class="hash-link" aria-label="Direct link to Speed" title="Direct link to Speed">​</a></h2><p>Not that the app was all that slow in the past but I did put some effort into optimizing lots of things across the app. I'm hoping there's a sense the app is a little zippier.</p><h2 class="anchor anchorWithStickyNavbar_fF9Z" id="export-module-files-now-standard-json">Export module files now standard JSON<a href="#export-module-files-now-standard-json" class="hash-link" aria-label="Direct link to Export module files now standard JSON" title="Direct link to Export module files now standard JSON">​</a></h2><p>I've changed the format of the export files to now be standard JSON. I won't go into what JSON is but let's just say it's a standard for storing/transmitting data that is relatively easy to figure out and can be edited with any text editor.</p><p>You do need to be a little careful about editing the files by hand so you do not create either a syntax error or some data that may not be valid. But, this should allow for easier exchange of modules between Ops Chiefs.</p><p>This change paves the way for an integrated, online module library.</p><h2 class="anchor anchorWithStickyNavbar_fF9Z" id="online-module-library">Online module library<a href="#online-module-library" class="hash-link" aria-label="Direct link to Online module library" title="Direct link to Online module library">​</a></h2><p>If you have ever taken on the role of Ops Chief for a setup you know that getting the initial modules into the application can be quite a chore if you have nothing to start from. I know that many of the "regulars" have a data file that they start from that already has most if not all of the modules they will need in it.</p><p>I do have plans to bring a true online module library to ModuOps but for now we have our first step in getting there.</p><p>I have created an online open repository on Github. Github is a service that allows you to store text files (usually programming code) online and provides version control of the files. The service has a very generous free tier. While it is mostly used by programmers, it's not too difficult to download files from the service if you are not a programmer.</p><p>If you are familiar with Github, please jump on in and get the repo cloned to your local drive. If you have a data file and would like to have the modules available but are not familiar with Github, no worries. Send me the file and I'll do the work to get the modules posted online.</p><p>Feel free to head on over to the <a href="https://github.com/bhall2001/moduops-modules" target="_blank" rel="noopener noreferrer">ModuOps Module Repository</a>. The files are completely viewable from the website (for free). Of course when you open one of the module files it may look like Greek if you're not familiar with JSON.</p><p>Feel free to suggest module changes via email or if you already have a Github account go ahead and open up an issue. I will open issues as I do work with modules. Everyone should feel free to click on the "Issues" tab and see what's in the pipeline for changes to the public modules repository. If you have thoughts on the structure let me know. I took a first swing at setting things up but it is not set in stone.</p><p>We'll see how this goes. It's not ideal but it is better than trying to find modules for a setup when you know that someone already has used the module. I hope this start makes things a little easier when planning a new Ops session.</p><p>I'm working on a new section in the online manual detailing how to download and import modules from the public repository.</p><h2 class="anchor anchorWithStickyNavbar_fF9Z" id="mac-updates">Mac updates<a href="#mac-updates" class="hash-link" aria-label="Direct link to Mac updates" title="Direct link to Mac updates">​</a></h2><h3 class="anchor anchorWithStickyNavbar_fF9Z" id="apple-silicon-native">Apple Silicon native<a href="#apple-silicon-native" class="hash-link" aria-label="Direct link to Apple Silicon native" title="Direct link to Apple Silicon native">​</a></h3><p>This version natively runs on Apple Silicon hardware! The binary is dual-purposed supporting Intel macs as well.</p><h3 class="anchor anchorWithStickyNavbar_fF9Z" id="macos-app-signed">macOS app signed<a href="#macos-app-signed" class="hash-link" aria-label="Direct link to macOS app signed" title="Direct link to macOS app signed">​</a></h3><p>The Mac version of ModuOps is now officially code signed. This means that you should not have to jump through hoops to install ModuOps on your Mac. If you have any issues with this let me know.</p><h2 class="anchor anchorWithStickyNavbar_fF9Z" id="download">Download<a href="#download" class="hash-link" aria-label="Direct link to Download" title="Direct link to Download">​</a></h2><p>ModuOps is free software available on macOS and Windows. Head back to the ModuOps website home page where there is a download button near the bottom of the page.</p><h2 class="anchor anchorWithStickyNavbar_fF9Z" id="bug-reports">Bug reports<a href="#bug-reports" class="hash-link" aria-label="Direct link to Bug reports" title="Direct link to Bug reports">​</a></h2><p>While some effort was made to find issues before the release, I'm sure there are bugs out there. If you have any issues with the new version either post to the <a href="https://groups.io/g/moduops" target="_blank" rel="noopener noreferrer">groups.io email list</a> or a note to bhall underscore 2001 at yahoo dot com.</p>]]></content>
        <author>
            <name>Bob Hall</name>
            <uri>https://github.com/bhall2001</uri>
        </author>
    </entry>
    <entry>
        <title type="html"><![CDATA[Welcome]]></title>
        <id>https://moduops.com/blog/welcome</id>
        <link href="https://moduops.com/blog/welcome"/>
        <updated>2022-08-03T00:00:00.000Z</updated>
        <summary type="html"><![CDATA[Welcome to the new ModuOps website!]]></summary>
        <content type="html"><![CDATA[<p>Welcome to the <strong>new</strong> ModuOps website!</p><p>There are a lot of changes here at the website as you can see. The hosting provider of the old site went belly up leaving me high and dry. Luckily I had a backup of the old content. However I decided to start over.</p><p>The new site uses <a href="https://docusaurus.io" target="_blank" rel="noopener noreferrer">Docusaurus</a> for the engine. I've gone with simplicity for this site. I find the layout and navigation are easy to pickup and  for those wanting to help out everything on the site is markdown files (with a little React thrown in).</p><p>I've also gone serverless! That's right, there isn't a server running this site. The website is made up of static html files that live on Amazon Web Services. This gives the site a nice performance boost, will be cheaper to operate and I'm hoping that Amazon will not go out of business during the rest of my tenure.</p><p>Downloading ModuOps is super easy with buttons on the home page for Mac and Windows. I'm busy adding documentation which was sorely needed. Since you're reading this you'll also notice I'm starting the Blog (again).</p><p>Some are aware of a new version in the works. I hope to have the work on that wrapped up soon. Look for a post here with the details of the new release.</p><p>Let me know what you think of the new site. I'm hoping you find it as nice to use as I've found it to develop.</p><p>-Bob</p>]]></content>
        <author>
            <name>Bob Hall</name>
            <uri>https://github.com/bhall2001</uri>
        </author>
    </entry>
</feed>