input
stringclasses
1 value
instruction
stringclasses
7 values
output
stringclasses
7 values
what is flexflow?
Shop Floor Control System made by Flex,FlexFlow helps Flex to control production processes in environments of extreme volume and changes.
how to configure mask in flexflow coma?
It is used to mask the attribute values. If we use '.', then value remains.If we use any other character then value will be removed.
FlexFlow - BarTender Integration
There are many methods that the bartender integrate with our FlexFlow, such as the web print portal companion, web request in Integration Builder and File-Drop method provided by Integration Builder. After researching, we decide to use the File-Drop method provided by Integration Builder to integrate with our system, thus we do not need to write code, just to use core existed funtion to generate a csv file to save to a specific folder, then create a Bartender file integration to detect file in the folder, if there is csv file in the folder, the BarTender will detect the file and print label.for more details,you can go to https://factoryapps.flex.com/home/solutions/technote/16673
How to use MyBase.SendLogMessage(String)?
When you need to send a message to the station window log text area, there is a way you can perform this action, the result is to show a custom message into the log text area.You can send messages to the log text area into the station window by calling the method MyBase.SendLogMessage and providing the message to log as a string parameter.
How to reset to default password for admin user in FlexFlow?
Run the follow script to reset the password to 'admin' and enable the user 'admin' in a FlexFlow database.update ffemployee set password = 'D3c1sPpNW8o2o0y3+/F9Ag==',statusid = 1where id = 1000
Change UnitStatus in FlexFlow
In FFStation:1.Go to Administration menu and select Assign Unit Status,2.Enter your Serial Number,3.Select Reason Code,4.Enter a comment By Code: UnitMgr.ChangeUnitStatus(FlexFlow.Unit, FlexFlow.UnitStatus, StringOptionalReason, StringOptionalComment) UnitMgr.ChangeUnitStatus(FlexFlow.Unit, StringStatus, StringOptionaReason, StringOptionalComment )
How can I know the FlexFlow Version?
Do a query to dbo.fsDBInfo table in your DB:SELECT * FROM dbo.fsDBInfo
README.md exists but content is empty. Use the Edit dataset card button to edit it.
Downloads last month
14
Edit dataset card