Component: MIAC USB Slave API (PIC) (AllCode): Difference between revisions
m Text replacement - "width="10%" align="center" style="background-color:#D8C9D8;"" to "width="10%" align="center" class="mtx-class-macrohead"" |
m Text replacement - "width="90%" style="background-color:#D8C9D8; color:#4B008D;"" to "width="90%" class="mtx-class-macrohead"" |
||
| Line 306: | Line 306: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''CANCheckRx''' | ||
|- | |- | ||
| colspan="2" | Checks to see if a CAN message has been received, if so the ID is returned | | colspan="2" | Checks to see if a CAN message has been received, if so the ID is returned | ||
| Line 320: | Line 320: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''CANGetRxData''' | ||
|- | |- | ||
| colspan="2" | Collects the data from the last received CAN message | | colspan="2" | Collects the data from the last received CAN message | ||
| Line 334: | Line 334: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''CANSetTxData''' | ||
|- | |- | ||
| colspan="2" | Sets the LCD cursor position on the MIAC | | colspan="2" | Sets the LCD cursor position on the MIAC | ||
| Line 393: | Line 393: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''CANTx''' | ||
|- | |- | ||
| colspan="2" | Sends the Tx data with the ID specified in the form of a CAN message | | colspan="2" | Sends the Tx data with the ID specified in the form of a CAN message | ||
| Line 412: | Line 412: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''ClearKeypadBuffer''' | ||
|- | |- | ||
| colspan="2" | Destroys the contents of the keypad buffer. | | colspan="2" | Destroys the contents of the keypad buffer. | ||
| Line 426: | Line 426: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetAnalogueInput''' | ||
|- | |- | ||
| colspan="2" | Returns the value for a specific analogue input on the MIAC slave. | | colspan="2" | Returns the value for a specific analogue input on the MIAC slave. | ||
| Line 445: | Line 445: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetDigitalInput''' | ||
|- | |- | ||
| colspan="2" | Returns the value for a specific digital input on the MIAC slave. | | colspan="2" | Returns the value for a specific digital input on the MIAC slave. | ||
| Line 464: | Line 464: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetDigitalInputs''' | ||
|- | |- | ||
| colspan="2" | Returns the value for a all 8 digital inputs on the MIAC slave. | | colspan="2" | Returns the value for a all 8 digital inputs on the MIAC slave. | ||
| Line 478: | Line 478: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetEEPROMData''' | ||
|- | |- | ||
| colspan="2" | Reads a byte from the EEPROM data memory | | colspan="2" | Reads a byte from the EEPROM data memory | ||
| Line 497: | Line 497: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetKeypadBuffer''' | ||
|- | |- | ||
| colspan="2" | Returns a keypress from the keypress buffer, returns 255 if no keypress is available. | | colspan="2" | Returns a keypress from the keypress buffer, returns 255 if no keypress is available. | ||
| Line 511: | Line 511: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''GetRegisterValue''' | ||
|- | |- | ||
| colspan="2" | Gets the value of the register specified on the MIAC | | colspan="2" | Gets the value of the register specified on the MIAC | ||
| Line 530: | Line 530: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''LCDClear''' | ||
|- | |- | ||
| colspan="2" | Clears the LCD display on the MIAC. | | colspan="2" | Clears the LCD display on the MIAC. | ||
| Line 544: | Line 544: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''LCDPrintNumber''' | ||
|- | |- | ||
| colspan="2" | Prints out a number to the display on the MIAC. | | colspan="2" | Prints out a number to the display on the MIAC. | ||
| Line 563: | Line 563: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''LCDPrintString''' | ||
|- | |- | ||
| colspan="2" | Prints a string to the LCD on the MIAC. | | colspan="2" | Prints a string to the LCD on the MIAC. | ||
| Line 582: | Line 582: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''LCDSetCursor''' | ||
|- | |- | ||
| colspan="2" | Sets the LCD cursor position on the MIAC | | colspan="2" | Sets the LCD cursor position on the MIAC | ||
| Line 606: | Line 606: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''PWMControl''' | ||
|- | |- | ||
| colspan="2" | Sets the PWM channel specified to be enabled or disabled | | colspan="2" | Sets the PWM channel specified to be enabled or disabled | ||
| Line 630: | Line 630: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''PWMOvercurrentCheck''' | ||
|- | |- | ||
| colspan="2" | Checks the PWM outputs to see if they are overcurrent | | colspan="2" | Checks the PWM outputs to see if they are overcurrent | ||
| Line 644: | Line 644: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''PWMSetDuty''' | ||
|- | |- | ||
| colspan="2" | Sets the duty cycle for the PWM channel specified | | colspan="2" | Sets the duty cycle for the PWM channel specified | ||
| Line 668: | Line 668: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''PWMSetPeriod''' | ||
|- | |- | ||
| colspan="2" | Sets the PWM period for the channel specified | | colspan="2" | Sets the PWM period for the channel specified | ||
| Line 692: | Line 692: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''SetEEPROMData''' | ||
|- | |- | ||
| colspan="2" | Writes a byte to the EEPROM data memory | | colspan="2" | Writes a byte to the EEPROM data memory | ||
| Line 716: | Line 716: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''SetOutputBank''' | ||
|- | |- | ||
| colspan="2" | Controls the state of one of the transistor outputs on the MIAC slave. | | colspan="2" | Controls the state of one of the transistor outputs on the MIAC slave. | ||
| Line 740: | Line 740: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''SetRegisterValue''' | ||
|- | |- | ||
| colspan="2" | Sets the value of the register specified on the MIAC | | colspan="2" | Sets the value of the register specified on the MIAC | ||
| Line 764: | Line 764: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''SetRelayOutput''' | ||
|- | |- | ||
| colspan="2" | Controls the state of one of the Relay outputs on the MIAC slave. | | colspan="2" | Controls the state of one of the Relay outputs on the MIAC slave. | ||
| Line 788: | Line 788: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-comp-macro.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''SetTransistorOutput''' | ||
|- | |- | ||
| colspan="2" | Controls the state of one of the transistor outputs on the MIAC slave. | | colspan="2" | Controls the state of one of the transistor outputs on the MIAC slave. | ||
| Line 813: | Line 813: | ||
|- | |- | ||
| width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] | | width="10%" align="center" class="mtx-class-macrohead" | [[File:Fc9-prop-icon.png]] | ||
| width="90%" | | width="90%" class="mtx-class-macrohead" | '''Properties''' | ||
|- | |- | ||
|- | |- | ||
Latest revision as of 14:23, 13 July 2026
| Author | Matrix Ltd |
| Version | 1.1 |
| Category | AllCode |
MIAC USB Slave API (PIC) component
Allows Matrix's MIAC PLC to be used as a PC peripheral controlled by Flowcode via a USB connection. Requires that the MIAC (PIC) has the USB Slave firmware downloaded to it.
Component Source Code
Please click here to download the component source project: FC_Comp_Source_MIAC_Slave.fcsx
Please click here to view the component source code (Beta): FC_Comp_Source_MIAC_Slave.fcsx
Detailed description
No detailed description exists yet for this component
Examples
Firmware & USB Driver
The MIAC needs programming with the USB Slave firmware to function correctly with the MIAC USB Slave component.
Use the MIACprog tool to download the firmware .hex file to the MIAC.
File:MIAC USB Slave Firmware.zip
The MIAC USB Slave USB driver will need to be installed before Windows will correctly recognise the device and allow Flowcode to communicate correctly.
Controlled Using Flowcode
Here is a simple Flowcode program to toggle one of the transistor outputs on the MIAC USB Slave device. Remember to connect a linking wire between the (M) screw terminal to the (V+) screw terminal to allow the Transistor LEDs to light.
MIAC USB Slave
Here is an example of the high level MIAC USB Slave console.
Here is an example of the low level MIAC USB Slave console.
If the MIAC USB Slave component can see the MIAC USB Slave then you will able to select the instance via the Instance property.
Multiple MIAC USB slaves can be connected to a single PC and controlled by adding multiple MIAC USB Slave components each referring to their own instance of the hardware.
Controlled Using VB6 / VB2008
Files taken from the Locktronics Industrial sensor, actuator and control applications solution
Controlled Using Labview
Files taken from the Locktronics Industrial sensor, actuator and control applications solution
Command Table
| Command Number | Description | Parameters | Returns |
| 1 | Digital Input | Channel (1-8) | Input State (0-1) |
| 2 | Digital Multi Input | N/A | Input State 8-bit (0-255) |
| 3 | Analogue Input | Channel (1-8) | Input ADC Reading (0-255) |
| 4 | Read Keypad Buffer | N/A | Key Press (0-8 or 255) |
| 5 | Clear Keypad Buffer | N/A | N/A |
| 6 | Relay Control | Channel (1-4)
Relay State (0-1) |
N/A |
| 7 | Transistor Control | Channel (1-4)
Transistor State (0-1) |
N/A |
| 8 | Multi Output Control | Output Value (0-255)
Output Mask (0-255) |
N/A |
| 9 | Display Clear | N/A | N/A |
| 10 | Display Cursor Position | X Coord (0-15)
Y Coord (0-3) |
N/A |
| 11 | Display Number | Number Low Byte (0-255)
Number High Byte (0-255) |
N/A |
| 12 | Display String | String Data | N/A |
| 13 | PWM Enable Control | PWM Channel (1-2)
Enabled (0-1) |
N/A |
| 14 | PWM Duty Control | PWM Channel (1-2)
Duty (0-255) |
N/A |
| 15 | PWM Period Control | Prescaler (0-2) | N/A |
| 16 | PWM Overcurrent Check | N/A | Overcurrent State (0-1) |
| 17 | EEPROM Write | Address (0-255)
Data (0-255) |
N/A |
| 18 | EEPROM Read | Address (0-255) | Data (0-255) |
| 19 | CAN Set Data | Num Bytes (0-8)
Data0 (0-255) Data1 (0-255) Data2 (0-255) Data3 (0-255) Data4 (0-255) Data5 (0-255) Data6 (0-255) Data7 (0-255) |
N/A |
| 20 | CAN Send Message | ID Low Byte (0-255)
ID High Byte (0-7) |
N/A |
| 21 | CAN Check Incoming | N/A | ID High
ID Low |
| 22 | CAN Get RX Data | N/A | Num Bytes (0-8)
Data0 (0-255) Data1 (0-255) Data2 (0-255) Data3 (0-255) Data4 (0-255) Data5 (0-255) Data6 (0-255) Data7 (0-255) |
| 23 | Register Read | Address Low Byte (0-255)
Address High Byte (0-255) |
Register Data Byte (0-255) |
| 24 | Register Write | Address Low Byte (0-255)
Address High Byte (0-255) Register Data Byte (0-255) |
N/A |
Component Source
The component source code is available here.
Macro reference
CANCheckRx
| CANCheckRx | |
| Checks to see if a CAN message has been received, if so the ID is returned | |
| Return | |
CANGetRxData
| CANGetRxData | |
| Collects the data from the last received CAN message | |
| Return | |
CANSetTxData
| CANSetTxData | |
| Sets the LCD cursor position on the MIAC | |
| DataCount | |
| d0 | |
| d1 | |
| d2 | |
| d3 | |
| d4 | |
| d5 | |
| d6 | |
| d7 | |
| Return | |
CANTx
| CANTx | |
| Sends the Tx data with the ID specified in the form of a CAN message | |
| CANID | |
| Return | |
ClearKeypadBuffer
| ClearKeypadBuffer | |
| Destroys the contents of the keypad buffer. | |
| Return | |
GetAnalogueInput
| GetAnalogueInput | |
| Returns the value for a specific analogue input on the MIAC slave. | |
| Input | |
| Return | |
GetDigitalInput
| GetDigitalInput | |
| Returns the value for a specific digital input on the MIAC slave. | |
| Input | |
| Return | |
GetDigitalInputs
| GetDigitalInputs | |
| Returns the value for a all 8 digital inputs on the MIAC slave. | |
| Return | |
GetEEPROMData
| GetEEPROMData | |
| Reads a byte from the EEPROM data memory | |
| Address | |
| Return | |
GetKeypadBuffer
| GetKeypadBuffer | |
| Returns a keypress from the keypress buffer, returns 255 if no keypress is available. | |
| Return | |
GetRegisterValue
| GetRegisterValue | |
| Gets the value of the register specified on the MIAC | |
| RegAddress | |
| Return | |
LCDClear
| LCDClear | |
| Clears the LCD display on the MIAC. | |
| Return | |
LCDPrintNumber
| LCDPrintNumber | |
| Prints out a number to the display on the MIAC. | |
| Number | |
| Return | |
LCDPrintString
| LCDPrintString | |
| Prints a string to the LCD on the MIAC. | |
| Str | |
| Return | |
LCDSetCursor
| LCDSetCursor | |
| Sets the LCD cursor position on the MIAC | |
| x | |
| y | |
| Return | |
PWMControl
| PWMControl | |
| Sets the PWM channel specified to be enabled or disabled | |
| Channel | |
| Enable | |
| Return | |
PWMOvercurrentCheck
| PWMOvercurrentCheck | |
| Checks the PWM outputs to see if they are overcurrent | |
| Return | |
PWMSetDuty
| PWMSetDuty | |
| Sets the duty cycle for the PWM channel specified | |
| Channel | |
| Duty | |
| Return | |
PWMSetPeriod
| PWMSetPeriod | |
| Sets the PWM period for the channel specified | |
| Prescaler | |
| Period | |
| Return | |
SetEEPROMData
| SetEEPROMData | |
| Writes a byte to the EEPROM data memory | |
| Address | |
| Data | |
| Return | |
SetOutputBank
| SetOutputBank | |
| Controls the state of one of the transistor outputs on the MIAC slave. | |
| Mask | |
| Output_States | |
| Return | |
SetRegisterValue
| SetRegisterValue | |
| Sets the value of the register specified on the MIAC | |
| RegAddress | |
| Value | |
| Return | |
SetRelayOutput
| SetRelayOutput | |
| Controls the state of one of the Relay outputs on the MIAC slave. | |
| Relay | |
| State | |
| Return | |
SetTransistorOutput
| SetTransistorOutput | |
| Controls the state of one of the transistor outputs on the MIAC slave. | |
| Transistor | |
| State | |
| Return | |
Property reference
| Properties | |
| Instance | |
| USB Slave Instance, if empty then is the MIAC slave firmware loaded, Is the MIAC slave driver installed, Is the MIAC connected and powered. | |


