Notifications
Clear all
Search result for: WA 0859 3970 0884 Bengkel Fabrikasi Pintu Gerbang Rel Atas Klaten
| # | Post Title | Result Info | Date | User | Forum |
| RE: Adding colored LEDs | 2 Relevance | 8 years ago | jessicarunnels | Table Customization | |
| I will post a couple of picks of the strip and the hole I had to make it the table the next time I take the glass off, but in the meantime, here is a snap of the result. 🙂 Attachment : IMG_3425.jpg (with a special thanks to Markyland for sisyphusfortherestofus) | |||||
| RE: Grateful Dead Tracks Anywhere? | 2 Relevance | 6 years ago | Bruce | Community Tracks | |
| Sorry for the delay - instead of WAiting for my web-devs to add *.lsp to the list of attachments, I just changed the extension (change back to .lsp after downloading). Since I wrote these routines back in ~2000 using much older ACAD versions, and I WAs very into debugging the conversion, there are two routines involved and some couple caveats: 1- This is a two step process: First, create a circle with center at 0,0 and radius of 1 (this is the just to remind you of the boundary of your drawing canvas). Within the circle, put/draw your artwork consisting of ... | |||||
| RE: Table struggles when iOS app is open | 2 Relevance | 7 years ago | curtis | App Usage | |
| Hi Rob, Could you please tell me what Sisyphus firmware version you are running? It's located in the Advanced tab at the top of the page. Have you updated the table since you have received it? Also which iPhone do you have and what version are you on? One more big favor which we'd like to see is a video of what's happening. If you could please take a video of using the app over the table to see when or how this is happening I'd truly appreciate it. You can email me at [email protected] Thanks for your time and hopefully we can resolve this quickly. Curtis | |||||
| RE: Can We get a copy of the default Sisyphus Tracks as .thr files? | 2 Relevance | 7 years ago | crsolomon | Community Tracks | |
| Thank you - in return I post a reversed HEP that to me at least makes a more interesting pattern. And I added an erase header to it so it clears the field before it draws the pattern so the background is smooth. Attachment : reverse-HEP.thr Attachment : Hep-reversed.jpg | |||||
| RE: Sisyphus Custom Text Generator - 3 straight lines or 2 circular ones | 2 Relevance | 7 years ago | crsolomon | Community Tracks | |
| This is the September 8 update for the text generator - if you download it PLEASE use this one as it fixed a small bug and it adds a new font option (cursive and printed text) to the output as well as the ability to rotate the image in case you have your table in an fixed position Attachment : Sisyphus-text-generator-combined-instructions.txt Attachment : Sisyphus-Text-2-font-angle.sb | |||||
| RE: Sisyphus Programming Guide - So far | 2 Relevance | 7 years ago | ddkengr | Community Tracks | |
| Thanks for the info... I have also found that the best WAy to convert xy to polar is by determining the offset angle between point 1, and point 2, and then adding (or subtracting that angle to the current theta angle (of point 1) This is good because it does not matter "where" the points are, and theta can be anything to start. (so if you start with a erase track that ends at theta 450, the code will continue from there at 450ish) Programatically it goes like this (btw concept taken from sisbot code models.js "angleBetween") Where X1Y1 is point ... | |||||
| Sisyphus Custom Text Generator - 3 straight lines or 2 circular ones | 2 Relevance | 7 years ago | crsolomon | Community Tracks | |
| I added a second option to the custom text generator that I wrote that can output 2 lines of circular text on the table or the previous 3 straight lines of cursive text, plus some punctuation too. Interface is cleaned up too, all you need to run it is to download MS Small Basic v 1.2 and load it from there. (it 's free) I can only attach 2 items per entry - so look below for the program (.sb file), the data file (abcd.txt) and the instruction txt file Attachment : 2-line-circular.jpg Attachment : 3-line-straight.jpg | |||||
| RE: Adding Bottom Cover to Deter Cats, Toddlers from Investigating Wiring? | 2 Relevance | 7 years ago | bryshome | Table Customization | |
| ... Since the stock screws are pan head on the top (to clear the magnet arms) and use wing nuts on the bottom, you need to be careful in your spacing to minimize the remaining screw length at the top to provide movement clearance. The longer screws needed for spacing meant I needed to install with the head down. It is very sturdy and can support anything you may WAnt to add since it’s a mid room power source. With the additional space I may add an Echo Spot under the table to aide in mic reception. Btw, the power strip I added is Alexa controllable, and the ou ... | |||||
| RE: Latest iOS version not connecting | 2 Relevance | 7 years ago | mgraf68 | Connectivity | |
| Same troubles here. Plus I get really screwy behavior at times trying to pull up available WiFi networks (screenshot). Other times when the networks pull up, the app automatically switches to the "Switching Wifi Networks" screen before I even finish typing in the password. Then it will pop back to the network selection screen again, and all the networks are gone. This is one of the buggiest app updates I have ever seen. I even resorted to doing a factory reset and losing all my uploaded tracks and playlists, only to return to the same issues when updating to the latest firmware. I really hate being nervous about every single firmware update (and now app updates) with my table. Seems it has turned into that. ???? Seems like deficient QA test procedures? Attachment : IMG_4841.jpg | |||||
| RE: Sisyphus Table Text Generator - need comments please | 2 Relevance | 7 years ago | crsolomon | Community Tracks | |
| I didn't ask for a debug since I would not have posted it unless I had tested it for a week with no errors. But I went back and added all kinds of prompts and WArnings and error detection into it - so please put this version into the dropbox with the abc.txt file that I sent earlier. Thank you. Attachment : Sisyphus-Text-Gen-v1.1-multiple-output.sb Attachment : text-generator-instructions.txt | |||||
| RE: Sisyphus Table Text Generator - need comments please | 2 Relevance | 7 years ago | crsolomon | Community Tracks | |
| After the update today on the table firmware allowing us to load multiple files at once (thank you), I went back and added the same feature for output here - you can generate one file after the other without restarting. Also - forget the earlier post on backward writing, the characters don't work well. Attachment : Sisyphus-Text-Gen-v1.1-multiple-output.sb Attachment : abc.txt | |||||
| RE: Sisyphus Table Text Generator - need comments please | 2 Relevance | 7 years ago | crsolomon | Community Tracks | |
| I am going to attach 2 versions of the source code. version 1 just writes 3 lines of text you input. This is the Beta. version 2 does the same but writes the 2nd line backward (since the ball is on the right side at the end of the first. It's not the "preferred" version since writing the characters backward sometimes makes them less readable, but if the effect (which is cool) is liked, I could rework the alphabet data set). Version 1 and 2 differ in a goto statement is either on or off to control motion Please note that the abc.txt file needs to be in the same directory as your program to make this work. Output file is written to same directory too. Attachment : Sisyphus-Text-Gen-v1.sb Attachment : Sisyphus-Tex-Gen-write-2nd-line-backwards.sb | |||||
| Sisyphus Table Text Generator - need comments please | 2 Relevance | 7 years ago | crsolomon | Community Tracks | |
| I have written a program (in Windows Small Basic) that generates 3 lines of text and writes out a .thr file to play on any table. I would appreciate if I can get some folks in the community to test it and give comments. It seems pretty bulletproof at this point but the interface is very basic. The program has an attached data file with the character information for small and large letters as well as numbers (so it can be edited for improvement if desired) All it needs are these 2 files to be in the same directory - the .thr file will be written to the same place. Space is limited and the message has limits in size on each line - it will not let you exceed the boundaries of the table. I attached a picture of the output too. Anyone interested in trying this out? Attachment : Sisyphus.jpg Attachment : abc.txt | |||||
| Sisyphus Mini's are coming to Kickstarter, May 14! | 2 Relevance | 7 years ago | Bruce | Announcements | |
| Hi Sisyphus community! We are excited to announce the launch of our second Kickstarter - this time for the introduction of a new line of smaller, more affordable Sisyphi - called the "Mini." The Kickstarter campaign will begin on May 14 at noon CDT. The goal of this launch is focused on you guys - our community. Our hope is that the Mini will make Sisyphus more accessible and grow the number of Sisyphus composers and experimenters. Our pre-launch page has more details, and will be updated as the launch date approaches. Bruce Attachment : 3-models-1.jpg | |||||
| RE: Ultra-fine, ultra-white glass bead sand for pendulums | 2 Relevance | 7 years ago | EveryoneIsAnotherYou | Table Customization | |
| ... Anyway, some photos are attached comparing the detail. This sand had the following problems: 1. You need to remove or gently crush some globs that form in the bag (I didn’t, which is why my track looks chunky). 2. The sand contains microscopic bits of iron (probably from the manufacturing process) that cling to the magnetic ball and eventually need to be removed. 3. It is so fine that mistakes and ball-tracks in the design show, that aren’t supposed to show. 4. It is so fine it looks fake, like moon dust or the playa dust of Burning Man. Designs are cri ... | |||||
| RE: New user, issues with uploading | 2 Relevance | 7 years ago | bikertat77 | Beta releases and bugs | |
| The spinning black dots just keep spinning until I receive an error message that states "could not make request". I downloaded one track "winter is coming" and it worked. Black dots stopped spinning, clicked on image, hit save and it worked. Tried downloading palm tree, pumpkin, turkey, etc (all one at a time) and starting receiving the error message. I have tried regular google and google chrome. I opened tracks up in text editor and this is what it looks like. The tracks I am downloading is from the community dropbox. I'm assuming that is where the correct tracks are to download. Attachment : Screen-Shot-2019-02-10-at-3.52.14-PM.png | |||||
| RE: Firmware 1.9.1 issues updating | 2 Relevance | 7 years ago | MicahR | App Usage | |
| @brantharradine, We had a recent server issue that resulted in some tables loading pre-release firmware. Currently there are three resolutions to this. Replace the SD card with a new one that has updated firmware: If you'd like a replacement SD card, send your mailing address, name, order number or backer number to [email protected] Advanced - manually update your firmware by connecting to it using SSH: see this article for the steps: Update Firmware using SSH Advanced - re-image your SD card: see this article for the steps: Steps to re-image SD card In the mean time, be aware that you are not currently missing any features as a result of this issue. However, you will not be able to update your firmware until one of the above three options is taken. We're very sorry for the inconvenience and are continuing to develop our firmware and server for increased robustness and a better user experience. Micah Roth, COO | |||||
| RE: New tool for creating simple algorithmic tracks | 2 Relevance | 7 years ago | Bruce | Community Tracks | |
| ... from my dual monitor PC, which shows the Sandify screen and parameters, the thr file opened in a text editor, and the resulting track's thumbnail on our app GUI. I also attached a preview of the track showing its vertices, and a messy plot of it on the 22" table sitting next to me (I WAs too excited to run erase first). I (and hopefully a whole lot of others) have a lot more experimenting to do, but my first feedback: please auto-include a '#' character at the beginning of any comments in the file (I WAs surprised its absence in my file's header didn't b ... | |||||
| RE: "Pause between tracks" | 2 Relevance | 8 years ago | cameron.meindl | Table Usage | |
| ... to Unpause the Sisyphus and have it start the new track. In the Flic app on your phone that the Bluetooth button connects to, Set up an Internet Request, Set the type to Post address set to Unpause address>/sisbot/playPause address>/sisbot/pause Body is {"data":{}} content type is application/json Save it and now when you press the flic button you can unpause the Sisyphus and start the next track. Attachment : Screenshot_20180707-131505_Flic.jpg Where did you get the info on the webrequests? Is there a documentation for that? What ... | |||||
| New tool for creating simple algorithmic tracks | 2 Relevance | 8 years ago | Bruce | Community Tracks | |
| ... for creating path files for XY machines that use "gcode" (an industry standard file format). The cool thing about Sandify is that you don't need to be a coder to use it - you can simply use the web-based tool to generate different algorithmic paths. The resulting gcode file can then be downloaded to your computer. But - this file is a list of X-Y points, not Theta-Rho, which is the polar format used by Sisyphus :(. So I contacted @Markyland (who created the wonderful "Sisyphus For The Rest Of US"), to see if he could write a quick conversion utility. With ... | |||||
We take your privacy seriously and will only use your personal information to provide you with the products and services you request from us. Please see our privacy policy for more details.