Jump to content

Foregotten

Alpha Tester
  • Posts

    64
  • Joined

  • Last visited

Everything posted by Foregotten

  1. I must have pasted an older version. Try copying the spoiler again. I just updated it. Also, make sure you connect things in the right order. This is a common mistake. See the Install & Usage post for more instructions.
  2. Install & Usage: For the first version, connect the screen first, then up to 9 machines. Screen can be any size. If you wish to give the machines a custom name: Right click the programming board and click Edit Lua Script. Click System then the very bottom start, just below update. On line 16 add the names you wish the machines to be called. (See line 17 for examples) Then on line 22 change: name[i] = "Machine " .. i to: --name[i] = "Machine " .. i Finally: Click Apply and restart the programming board. Using the monitor / databank version: Connect the screen and databank to the main programming board. (Main PB) Connect every other programming board to the databank first, then up to 9 machines. (Mach PB) Turn on all the Mach PB's first, then turn on the Main PB. Thanks to all the people who contributed to this. If you have any suggestions or feedback, or have a bit of code you would like to contribute to this project, feel free to email me
  3. *** This version now works without the screen glitch where everything blinks. Here is a quick video tutorial on how to install and some basic usage for this version. ➡️Video Tutorial⬅️ This is the databank version of this script. It's for monitoring machines only. Eventually I'll add more features to this, but I don't want to overwhelm the simplicity in its intent. It's meant for larger industries, so you can have a central monitor that shows you which machines are running and which need attending. There was a problem pasting the JSON into the spoiler, so I have made it available to download. Right click and Save as, or click the link and copy the entire page of the new window. Here is the JSON code. Just copy/paste it to the programming board that will be hooked up to the screen and databank. ➡️ Main PB⬅️ Here is the JSON code. Just copy/paste it to the programming board that will be hooked up to the databank and the industry machines. ➡️ Mach PB⬅️ *Updated 9-29-2020 **note: If you need to remove machines from the machine PB's, you need to do 1 of 2 things. 1: Edit LUA on the PB you removed the link from. On the left you will see the names of everything connected. db and mach1 - mach9. The mach# must start at 1 and can't skip any numbers. So if you have 3 machines and you remove mach2, you must rename mach3 to mach2. 2: (The easiest method) Repaste the JSON code to the PB. This will rename everything for you. ***You also need to clear the databank. Turn off all the PB's then, edit LUA on the main PB. Click System and the very top start. Change --db.clear() to db.clear and click apply. Turn the PB on then off then change db.clear() back to --db.clear(). Finally, turn all the machine PB's on first, then the main PB. I'm working on a fix to make this easier.
  4. Here is a quick video tutorial on how to install and some basic usage for this version. ➡️Video Tutorial⬅️ It was brought to my attention that the spoilers were giving errors when pasted to the programming boards. The spoilers were removing bits of the JSON for some reason. So instead, I have added links to the code located between these ➡️⬅️. You can either right click the link and Save As. Or you can click on the link which will open a new page. You copy and paste the entire page into your programming board. This is a work in progress. The development is completed, but it is constantly being refined and upgraded. I encourage and welcome feedback and you are more than welcome to submit your own code, in the comments, for consideration. You can also email me using the link in the first comment. See 1st comment for more info. Here is the JSON code. Just copy/paste it to the programming board. There was a problem pasting the JSON into a spoiler, so I am making it available for download. Right click and Save as, or just click the link and copy the entire page and paste to PB. See video link at top of this post for a tutorial. ***I wasn't able to get rid of the graphics glitch entirely, but I significantly reduced the shift. Now, it's a minor annoyance instead of a massive pain. ➡️ New Industry HUD.⬅️
  5. if lgState == 1 You don't need the () around that.
  6. discordauth:JM3v8kMJ7KG4XQOswbk_msc1fo-h2oIy1P19frPWO4w=

×
×
  • Create New...