Component: MIAC NXT AllCode API (AllCode)
From Flowcode Help
Jump to navigationJump to searchAuthor | Matrix TSL |
Version | 1.1 |
Category | AllCode |
Contents
MIAC NXT AllCode API component
Controls the MIAC NXT hardware loaded with the MIAC NXT AllCode firmware. Usefull for SCADA, Control or Test applications. Compatible with USB / Bluetooth / Wifi / Ethernet
Component Source Code
Please click here to download the component source project: FC_Comp_Source_MIAC_NXT_AllCode_Component_Source.fcsx
Please click here to view the component source code (Beta): FC_Comp_Source_MIAC_NXT_AllCode_Component_Source.fcsx
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Macro reference
![]() |
WriteTrans |
Allows all transistor outputs to be switched on or off in a single command. | |
![]() |
Value |
Range: 0-63 or 0b000000 to 0b111111 | |
![]() |
Return |
![]() |
DisplayPrint |
Prints a string to the MIAC display starting from the current cursor position. | |
![]() |
data |
Range: 0-21 | |
![]() |
Return |
![]() |
GetAPIVersion |
Gets the API version of the MIAC NXT AllCode Firmware. Useful to see if the MIAC NXT is responding to commands. | |
![]() |
Return |
![]() |
DisplayNumber |
Prints a number to the MIAC display starting from the current cursor position. | |
![]() |
Value |
Range: Signed Long | |
![]() |
Return |
![]() |
WriteTranPWMDuty |
Sets the PWM duty on the selected channel. | |
![]() |
Channel |
Range: 1-4 Where 1=A / 2=B / 3=C / 4=D | |
![]() |
EnableOrState |
1 = Enable / 0 = State | |
![]() |
Duty |
![]() |
Return |
![]() |
DisplayClear |
Clears the MIAC display | |
![]() |
Return |
![]() |
ReadKey |
Reads a keypress from the keypad. Returns 0 for no keypress or 1-9 for a valid keypress. 1 = TopLeft, 2=TopMiddle, 3=TopRight, 4=CenterLeft etc | |
![]() |
Return |
![]() |
DisplayPixel |
Controls a single pixel on the MIAC display | |
![]() |
X |
Range: 0-119 | |
![]() |
Y |
Range: 0-31 | |
![]() |
State |
Range: 0-1 | |
![]() |
Return |
![]() |
WriteRelay |
Allows a single relay to be switched on or off. | |
![]() |
Channel |
Range 1-2 | |
![]() |
Value |
0 = Off, 1 = On | |
![]() |
Return |
![]() |
WriteRelays |
Allows all relays to be switched on or off in a single command. | |
![]() |
Value |
Range: 0-3 or 0b00 to 0b11 | |
![]() |
Return |
![]() |
ReadAnalogInput |
Reads a single analog input with range 0 to 4095 corresponding to input voltage 0V to +V. | |
![]() |
Channel |
Range: 1 - 8 | |
![]() |
Return |
![]() |
DisplayCursor |
Sets the cursor position for the MIAC display | |
![]() |
X |
Range: 0-21 | |
![]() |
Y |
Range: 0-3 | |
![]() |
Return |
![]() |
ReadDigitalInput |
Reads a single digital input. | |
![]() |
Channel |
Range: 1 - 8 | |
![]() |
Return |
![]() |
ReadDigitalInputs |
Reads all digital inputs at once and returns as a binary value. Input 1 = Bit 0 Input 8 = Bit 7 | |
![]() |
Return |
![]() |
WriteTran |
Allows a single transistor output to be switched on or off. | |
![]() |
Channel |
Range 1-6 where 1=A / 2=B / 3=C / 4=D / 5=E / 6=F | |
![]() |
Value |
0 = Off, 1 = On | |
![]() |
Return |
![]() |
DisplayFloat |
Prints a floating point number to the MIAC display starting from the current cursor position. | |
![]() |
Value |
Range: Float | |
![]() |
NumDP |
Number of decimal places to display | |
![]() |
Return |