Process Timing Chart Creator
A timing chart is something process and system engineers use to visually see how the various components (actuators, solenoids, power relays, etc.) of a process are sequenced for a process cycle. In t...
![](https://community.jmp.com/legacyfs/online/a78686_little%20grey%20man.png)
A timing chart is something process and system engineers use to visually see how the various components (actuators, solenoids, power relays, etc.) of a process are sequenced for a process cycle. In t...
JMP has supported the reading and writing of images for some time, but it didn't support images with multiple frames until now. Version 13 of JMP now includes support for images with multiple frames,...
Did you know that JMP has an LP Solver? Linear programming (LP) is a technique for optimising a function subject to a set of linear constraints. [See here for the Wiki description of line...
This script will combine multiple txt or csv files into one file. The script asks for a target directory, opens the first file and then iteratively adds the subsequent files to the first using the Ta...
This JSL file shows you how to find the difference between two images. This is useful when taking pictures of an object over time and wanting to find any changes. It is also useful for comparing a resultant image to a baseline image.
The four generators:Quantum = true random numbers from a quantum bit generatorTwister = the Mersenne Twister generator built in to JMPSimple = a low quality Linear Congruence Generator RANDU = a better but flawed LCG using by IBM/360You can use the Load Quantum script to read more quantum random numbers over a socket if you register at random.irb.hr and edit the script with your username and passw...