Forum Home › Forums › Understanding the Software › Uploading Product Recipe files
Tagged: Core Ball
- This topic has 3 replies, 2 voices, and was last updated 1 year, 6 months ago by
Mikhail.
-
AuthorPosts
-
February 28, 2024 at 6:39 pm #14088
DHague
ParticipantHi,
Is there a way to upload a product recipe file, and if there is how would I create a system to do that.
For example:
I have a machine that builds walls. Every wall is different (ie. different stud placement). I need a user to be able to press a “upload recipe file” button and somehow get the recipe file that contains instructions on how to build the wall they want into the Rapid Scada system. Preferably this would bring up a windows file explorer window for them to choose a file. However, any way to do this would work even if it is a text input to specify a file path.February 29, 2024 at 8:49 am #14090Mikhail
ModeratorHi,
To upload a file, a plugin should be developed.
If the recipe file is uploaded, how it will be executed?February 29, 2024 at 9:17 pm #14095DHague
ParticipantThese files are a list of instructions that are read by the program controlling the machine with an operation and position for the operation to occur at. Once the controlling program has read the file it will behave accordingly.
So if we continued my previous example: a user would upload a file with instructions on where to put a stud in a wall, the machine would place the stud and nail it into place at however many mm was specified.
Here is an example of a recipe:
Frame_Length,2007.0
Frame_Height,2743.0
Frame_Width,89.0
Num_Of_Operations,10
Xpositions[0],19
Xpositions[1],59
Xpositions[2],324
Xpositions[3],364
Xpositions[4],610
Xpositions[5],1219
Xpositions[6],1746
Xpositions[7],1786
Xpositions[8],1829
Xpositions[9],1988
Xpositions[10],0
Operations[0],’NVB’
Operations[1],’NBB’
Operations[2],’NVB’
Operations[3],’NVL’
Operations[4],’NVL’
Operations[5],’NVL’
Operations[6],’NVL’
Operations[7],’NVB’
Operations[8],’NVB’
Operations[9],’NVB’
Operations[10],”
StudSize[0],’2×4′
StudSize[1],’2×4′
StudSize[2],’2×4′
StudSize[3],’2×4′
StudSize[4],’2×4′
StudSize[5],’2×4′
StudSize[6],’2×4′
StudSize[7],’2×4′
StudSize[8],’2×4′
StudSize[9],’2×4′
StudSize[10],”
K_Zpositions[0],0
K_Zpositions[1],0
K_Zpositions[2],0
K_Zpositions[3],0
K_Zpositions[4],0
K_Zpositions[5],0
K_Zpositions[6],0
K_Zpositions[7],0
K_Zpositions[8],0
K_Zpositions[9],0
K_Zpositions[10],0March 1, 2024 at 12:20 pm #14106Mikhail
ModeratorThank you for the description.
It is possible to develop a plugin that provides a web page that uploads a file and save it somewhere on the server side if it solves your task. It can be done by a .NET developer. Be careful, because uploaded files may harm the system if it is available from the global internet. -
AuthorPosts
- You must be logged in to reply to this topic.